]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/voice-follower.ly
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / input / regression / voice-follower.ly
index a992a5cfbd80df12718b2340cfa60f6aad092194..100327638cb6b81f68e823b454cfb8512f3f6fe0 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 
 
 \header { texidoc= "
@@ -13,11 +13,11 @@ can be printed automatically. This is enabled if the property
   ragged-right = ##t 
 }
 
-\relative c'
+\relative
 \context PianoStaff <<
   \set PianoStaff.followVoice = ##t
   \new Staff = "one" \context Voice {
-    c1
+    c'1
     \change Staff=two
     b2 a
   }