From 47adef9911722134d41f763e2fcdcaa71b8300ed Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 00:33:44 +0000 Subject: [PATCH] lilypond-1.3.112 --- NEWS | 3 ++- input/test/glissando.ly | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 input/test/glissando.ly diff --git a/NEWS b/NEWS index fd86eddfd9..6b2f2ea032 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ + * Finale (.etf), PMX (.pmx) and musedata import tools. * Point and click functionality using emacs and Xdvi. @@ -19,7 +20,7 @@ internals: LilyPond is smaller, cleaner, more flexible, etc. * Medieval notation features: clefs, custodes -* Piano pedal support, Arpeggios, Custodes +* Piano pedal support, Arpeggios, Glissandi * MIDI: dynamics, tempo changes diff --git a/input/test/glissando.ly b/input/test/glissando.ly new file mode 100644 index 0000000000..e07626c372 --- /dev/null +++ b/input/test/glissando.ly @@ -0,0 +1,13 @@ +\score{ + < + \context Staff=one \notes\relative c''{ + a \glissando e' \glissando a, \glissando + \translator Staff=two + a,, + } + \context Staff=two { \clef bass; \skip 1; } + > + \paper{ + linewidth = 70.\mm; + } +} \ No newline at end of file -- 2.39.5