Csound Csound-dev Csound-tekno Search About

symbols

Date2016-05-11 18:28
From"Joe ."
Subjectsymbols
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
/* Joe */
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

Date2016-05-11 19:10
FromVictor Lazzarini
SubjectRe: 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

On 11 May 2016, at 18:28, Joe . <not007ful@GMAIL.COM> wrote:

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
/* Joe */
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