1\header {
2  texidoc = "A mode switching command like @code{\\lyricsto} will
3`pop state' when seeing the lookahead token @code{\\time}, a music
4function, after its non-delimited argument.  This must not cause the
5extra 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
14x=\lyrics { oh }
15
16<<
17  \new Voice = m { c'4 r r }
18  \lyricsto "m" \x
19  \time 3/4
20>>
21