symbols
Date | 2016-05-11 18:28 |
From | "Joe ." |
Subject | symbols |
I asked a few days ago about the \ symbol, got great answers. Is there a list somewhere of symbols which work this way, which effect how Csound reads the score? I was wondering, for example, if there is a symbol which makes it possible to conjoin 2 lines into one, with the symbol between it, and have Csound read it as 2 different lines. But a list really would help because then I won't have to annoy any of you. Thanks
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
/* Joe */ |
Date | 2016-05-11 19:10 |
From | Victor Lazzarini |
Subject | Re: symbols |
The \ character eliminates the newline and that is all there is. There is no explicit way to mark a new line, unless you are passing Csound code in a string to the compiler (e.g. using compilestr etc). Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland
|