From 708ef350ee339f1344a28422d404f2b00edf30d0 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 00:48:59 +0000 Subject: [PATCH] lilypond-1.3.129 --- Documentation/user/fdl.itexi | 2 +- input/regression/note-line.ly | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 input/regression/note-line.ly diff --git a/Documentation/user/fdl.itexi b/Documentation/user/fdl.itexi index 361f90f7bb..a497bbae7c 100644 --- a/Documentation/user/fdl.itexi +++ b/Documentation/user/fdl.itexi @@ -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 index 0000000000..dc08702697 --- /dev/null +++ b/input/regression/note-line.ly @@ -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; +} +} + -- 2.39.5