]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/extratoken.ly
Doc-es: various updates.
[lilypond.git] / input / regression / extratoken.ly
1 \header {
2   texidoc = "A mode switching command like @code{\\lyricsto} will
3 `pop state' when seeing the lookahead token @code{\\time}, a music
4 function, after its non-delimited argument.  This must not cause the
5 extra token parsing state for the music function to disappear."
6 }
7
8 \paper {
9   ragged-right = ##t
10 }
11
12 \version "2.16.0"
13
14 x=\lyrics { oh }
15
16 << 
17   \new Voice = m { c'4 r r }
18   \lyricsto "m" \x
19   \time 3/4
20 >>