]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/voice-follower.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / input / regression / voice-follower.ly
index c06de358c1bf7553dc2a3e319586a82e6bc70bc5..100327638cb6b81f68e823b454cfb8512f3f6fe0 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.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
   }