]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/follow-voice-break.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / follow-voice-break.ly
index 0f2193d5f6567eb8c7d68214b26a9be885ec7e90..5c7b10a01726d5b6ac1712c021e8885294e0f004 100644 (file)
@@ -1,7 +1,7 @@
 
-\version "2.6.0"
+\version "2.12.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" \relative c''{
-                   a1 \break
-                   \change Staff=two
-                   a,
-               }
-        \context Staff = "two" { \clef bass \skip 1*2 }
-    >>
-    \layout{
-       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 }
+>>
+
+