From dd6bf251b1e70f0ea2b41a0dd5d419fa98afc092 Mon Sep 17 00:00:00 2001 From: hanwen Date: Mon, 8 Apr 2002 12:22:25 +0000 Subject: [PATCH] '' --- ChangeLog | 4 ++++ Documentation/regression-test.tely | 2 ++ input/regression/script-stack-order.ly | 10 ++++++++++ 3 files changed, 16 insertions(+) create mode 100644 input/regression/script-stack-order.ly diff --git a/ChangeLog b/ChangeLog index 7705772cf9..610650b20a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-04-08 Han-Wen Nienhuys + + * input/regression/script-stack-order.ly: new file. + 2002-04-08 Han-Wen * VERSION (MY_PATCH_LEVEL): Release 1.5.51. diff --git a/Documentation/regression-test.tely b/Documentation/regression-test.tely index d3eee9d767..5100b08ff9 100644 --- a/Documentation/regression-test.tely +++ b/Documentation/regression-test.tely @@ -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 index 0000000000..4cb875b88a --- /dev/null +++ b/input/regression/script-stack-order.ly @@ -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. } + } -- 2.39.5