]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-line.ly
release: 1.3.146
[lilypond.git] / input / regression / note-line.ly
index dc08702697b4754e56950e50fcfad20de16a0aeb..3bc06521c8b164c94466b84e38cadc1086fcec70 100644 (file)
@@ -1,6 +1,8 @@
+\version "1.3.146"
+
 \header {
 texidoc = "Note head lines (eg glissando)
-run between centers of the note heads.";
+run between centers of the note heads."
 }
 
 \include "paper20.ly"
@@ -15,15 +17,15 @@ sd = \notes{ \translator Staff = down}
        \context Staff = up   {
             \property PianoStaff.connectArpeggios = ##t
            \showStaffSwitch
-           \clef F;
+           \clef F
            c4 d \sd h a g8 f16 e32 d \su g2 \glissando a,4 \sd \break a2. \su g4 \glissando f1
        }
        \context Staff = down {
-           \clef F; s1*4
+           \clef F s1*4
        }
     >
 \paper {
-    linewidth = 8.0 \cm;
+    linewidth = 8.0 \cm
 }
 }