]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.129
authorfred <fred>
Wed, 27 Mar 2002 00:48:59 +0000 (00:48 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:48:59 +0000 (00:48 +0000)
Documentation/user/fdl.itexi
input/regression/note-line.ly [new file with mode: 0644]

index 361f90f7bb53f23b0637958490ab480692bd5d3f..a497bbae7c6fb30967c7b891d42fadadd2fee301 100644 (file)
@@ -1,6 +1,6 @@
 
 @node GNU Free Documentation License
-@appendixsec GNU Free Documentation License
+@appendix GNU Free Documentation License
 
 @cindex FDL, GNU Free Documentation License
 @center Version 1.1, March 2000
diff --git a/input/regression/note-line.ly b/input/regression/note-line.ly
new file mode 100644 (file)
index 0000000..dc08702
--- /dev/null
@@ -0,0 +1,29 @@
+\header {
+texidoc = "Note head lines (eg glissando)
+run between centers of the note heads.";
+}
+
+\include "paper20.ly"
+\include "norsk.ly"
+
+su = \notes{ \translator Staff = up}
+sd = \notes{ \translator Staff = down}
+
+\score {
+    \context PianoStaff
+        \notes <
+       \context Staff = up   {
+            \property 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
+       }
+       \context Staff = down {
+           \clef F; s1*4
+       }
+    >
+\paper {
+    linewidth = 8.0 \cm;
+}
+}
+