]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-line.ly
(start_translation_timestep): split
[lilypond.git] / input / regression / note-line.ly
index 2b91de2be7b06ea156f01432e8683d7d822c7210..52c6926a4614efe9f5366b5214ef80743758792f 100644 (file)
@@ -1,29 +1,29 @@
-\version "1.7.18"
+\version "2.4.0"
 
 \header {
-texidoc = "Note head lines (eg glissando)
+texidoc = "Note head lines (e.g. glissando)
 run between centers of the note heads."
 }
 
-su = \notes{ \translator Staff = up}
-sd = \notes{ \translator Staff = down}
+su = { \change Staff = up}
+sd = { \change Staff = down}
 
 \score {
     \context PianoStaff
-        \notes <
-       \context Staff = up   {
-            \property PianoStaff.connectArpeggios = ##t
+         <<
+       \context Staff = "up"   {
+            \set PianoStaff.connectArpeggios = ##t
            \showStaffSwitch
            \clef F
            c4 d \sd b a g8 f16 e32 d \su g2 \glissando a,4 \sd \break a2. \su g4 \glissando f1
        }
-       \context Staff = down {
+       \context Staff = "down" {
            \clef F s1*4
        }
-    >
-\paper {
+    >>
+\layout {
     linewidth = 8.0 \cm
 }
 }
 
-%% new-chords-done %%
+