]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-after-grace.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / lyrics-after-grace.ly
index dafbe7d97680ff0135e55c063200d0bae1a71b4f..ccc72ac1864087545eb7fd9c6935d2b8894292a1 100644 (file)
@@ -5,7 +5,7 @@
 
 }
 
-\version "2.16.0"
+\version "2.19.2"
 \paper {
   ragged-right = ##t
 }
@@ -15,5 +15,5 @@
     \new Voice = "myVoice" {
       \afterGrace c''2 { e''32( } c''2)
     }}
-  \new Lyrics \lyricsto "myVoice" \lyricmode { foo -- bar }
+  \new Lyrics \lyricsto "myVoice" { foo -- bar }
 >>