]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-line.ly
small fixes.
[lilypond.git] / input / regression / note-line.ly
index 3bc06521c8b164c94466b84e38cadc1086fcec70..d17d69d9227f352cd6e42fa14af7951351721b3b 100644 (file)
@@ -1,31 +1,29 @@
-\version "1.3.146"
+\version "2.2.0"
 
 \header {
-texidoc = "Note head lines (eg glissando)
+texidoc = "Note head lines (e.g. glissando)
 run between centers of the note heads."
 }
 
-\include "paper20.ly"
-\include "norsk.ly"
-
-su = \notes{ \translator Staff = up}
-sd = \notes{ \translator Staff = down}
+su = \notes{ \change Staff = up}
+sd = \notes{ \change Staff = down}
 
 \score {
     \context PianoStaff
-        \notes <
+        \notes <<
        \context Staff = up   {
-            \property PianoStaff.connectArpeggios = ##t
+            \set PianoStaff.connectArpeggios = ##t
            \showStaffSwitch
            \clef F
-           c4 d \sd h a g8 f16 e32 d \su g2 \glissando a,4 \sd \break a2. \su g4 \glissando f1
+           c4 d \sd b a g8 f16 e32 d \su g2 \glissando a,4 \sd \break a2. \su g4 \glissando f1
        }
        \context Staff = down {
            \clef F s1*4
        }
-    >
+    >>
 \paper {
     linewidth = 8.0 \cm
 }
 }
 
+