]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine-new.ly
don't set callback if staff-position set. Fixes #126.
[lilypond.git] / input / regression / lyric-combine-new.ly
index 4a227634911e1b9706b645a1112ca8d3c71adfdd..3d6a3c0810c17f239bb7a2753e824d4522950454 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.7.39"
 \header {
 
   texidoc = "With the @code{\\lyricsto} mechanism, individual lyric
@@ -9,7 +9,7 @@
 
 
 <<
-  \context Voice = "bla" \relative c'' {
+  \new Voice = "bla" \relative c'' {
     \autoBeamOff
     c2( d4) e8[ c b c] f4
   }