]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/lilyinput.pod
release: 0.0.30
[lilypond.git] / Documentation / lilyinput.pod
index d359bb39bd7483a62e23586bab45a3ea82d47b75..dfdd59794832ec97a7b3c6f41a545bd67e316efe 100644 (file)
@@ -30,13 +30,18 @@ In musicmode, eg,
 
        ''!c8.-"text"_v
 
+and in lyricmode, eg,
+
+       Twin- kle, twin- kle lit- tle star,2
+
 a lot of characters parse differently
 than in "command" mode, eg,
 
        identifier = score { .. }
 
-So you have to signal that to the tokenizer. This is done with
-'$'. '$' is a delimiter, which used by the tokenizer only.
+So you have to signal this to the tokenizer. This is done with
+'$'. '$' is a delimiter, which used by the tokenizer only. The same
+goes for lyrics, it has a '@' delimiter.
 
 =item *
 musicmode: The brace still is used to group grammatical groups.