From: fred Date: Wed, 27 Mar 2002 00:33:44 +0000 (+0000) Subject: lilypond-1.3.112 X-Git-Tag: release/1.5.59~1087 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=47adef9911722134d41f763e2fcdcaa71b8300ed;p=lilypond.git lilypond-1.3.112 --- 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