]> git.donarmstrong.com Git - lilypond.git/commitdiff
''
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 8 Apr 2002 12:22:25 +0000 (12:22 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 8 Apr 2002 12:22:25 +0000 (12:22 +0000)
ChangeLog
Documentation/regression-test.tely
input/regression/script-stack-order.ly [new file with mode: 0644]

index 7705772cf966795bcfad5638c90cd83308912e88..610650b20adfff51027a2da05321ffb9a1492eef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/regression/script-stack-order.ly: new file.
+
 2002-04-08  Han-Wen  <hanwen@cs.uu.nl>
 
        * VERSION (MY_PATCH_LEVEL): Release 1.5.51.
index d3eee9d7678dd1a5a4e46e19ae77466e95f2811a..5100b08ff9f1e22ad2f7808363a7ee2352f69274 100644 (file)
@@ -78,6 +78,8 @@ Accidentals are currently in a development stage.
 
 @lilypondfile[printfilename]{staccato-pos.ly}
 
+@lilypondfile[printfilename]{scripts-stack-order.ly}
+
 @lilypondfile[printfilename]{arpeggio.ly}
 
 @lilypondfile[printfilename]{glissando.ly}
diff --git a/input/regression/script-stack-order.ly b/input/regression/script-stack-order.ly
new file mode 100644 (file)
index 0000000..4cb875b
--- /dev/null
@@ -0,0 +1,10 @@
+\header {
+    texidoc = "Scripts can be stacked. The order is determined by a
+priority field, but when objects have the same priority, the input
+order determines the order. Objects specified first are closest to the note.
+"
+}
+
+\score{ \notes { c4^"inner up"^"outer up"_"inner down"_"outer down" }
+       \paper { linewidth = -1. }
+    }