]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/follow-voice-break.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / follow-voice-break.ly
index 165523e41c6c4c0f37446e84f6c034d008c55b9e..ffacdbc6faeca05221c1a26e655048305dd6b5eb 100644 (file)
@@ -1,7 +1,7 @@
 
-\version "2.1.26"
+\version "2.16.0"
 \header{
-       texidoc = "
+  texidoc = "
 The line-spanners connects to the Y position of the note  on the next line.
 When put across line breaks, only the part before the line break is
 printed. 
@@ -9,17 +9,18 @@ printed.
 
 }
 
-\score{
-        \context PianoStaff <<
-           \set PianoStaff.followVoice = ##t       
-                \context Staff=one \notes\relative c''{
-                   a1 \break
-                   \change Staff=two
-                   a,
-               }
-        \context Staff=two { \clef bass \skip 1*2 }
-    >>
-    \paper{
-       raggedright = ##t
-    }
-}
+\layout{  ragged-right = ##t }
+
+
+
+\context PianoStaff <<
+  \set PianoStaff.followVoice = ##t        
+  \new Staff = "one" \relative c''{
+    a1 \break
+    \change Staff=two
+    a,
+  }
+  \new Staff = "two" { \clef bass \skip 1*2 }
+>>
+
+