]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.112
authorfred <fred>
Wed, 27 Mar 2002 00:33:44 +0000 (00:33 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:33:44 +0000 (00:33 +0000)
NEWS
input/test/glissando.ly [new file with mode: 0644]

diff --git a/NEWS b/NEWS
index fd86eddfd993953035312f45eb082588657fc443..6b2f2ea0321f82f26f77c3db8dcbc5c76a4cbb75 100644 (file)
--- 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 (file)
index 0000000..e07626c
--- /dev/null
@@ -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