]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/follow-voice-break.ly
* lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
[lilypond.git] / input / regression / follow-voice-break.ly
index 2cebbb19972831aeb81c8a5d2aacd99f36459080..f3765e3d82f8b0d925580366f2500099f795d99e 100644 (file)
@@ -1,24 +1,26 @@
 
 
-\version "1.9.1"
+\version "2.7.13"
 \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{  raggedright = ##t }
+
+
+
+\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 }
+>>
+
+