]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/follow-voice-break.ly
Issue 2515: staff_radius fixes
[lilypond.git] / input / regression / follow-voice-break.ly
index f9583da7c91953a37f49c775b8eff63a8d83591f..45cc987c7bb95589050ac531a5559e87680c4edf 100644 (file)
@@ -1,24 +1,26 @@
 
 
-\version "1.9.2"
+\version "2.14.0"
 \header{
 \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
 When put across line breaks, only the part before the line break is
-printed. The line-spanners connects to the Y position of the note  on the next line.
+printed. 
 "
 
 }
 
 "
 
 }
 
-\score{
-        \context PianoStaff <
-           \property PianoStaff.followVoice = ##t          
-                \context Staff=one \notes\relative c''{
-                   a1 \break
-                   \translator 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 }
+>>
+
+