]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/extratoken.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / extratoken.ly
diff --git a/input/regression/extratoken.ly b/input/regression/extratoken.ly
new file mode 100644 (file)
index 0000000..6ea388f
--- /dev/null
@@ -0,0 +1,20 @@
+\header {
+  texidoc = "A mode switching command like @code{\\lyricsto} will
+`pop state' when seeing the lookahead token @code{\\time}, a music
+function, after its non-delimited argument.  This must not cause the
+extra token parsing state for the music function to disappear."
+}
+
+\paper {
+  ragged-right = ##t
+}
+
+\version "2.16.0"
+
+x=\lyrics { oh }
+
+<< 
+  \new Voice = m { c'4 r r }
+  \lyricsto "m" \x
+  \time 3/4
+>>