2009/3/30 Robin Bannister <[email protected]>: >> > Here is the regression test script-stack-order.ly > in a slightly lengthened version. > > \version "2.12.1" > \relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" > \repeat unfold 2 c4 } > > > The assertion "Objects specified first are closest to the note." > is false for unfold values greater than 1. > > > This report was prompted by > http://lists.gnu.org/archive/html/lilypond-user/2009-03/msg00735.html > which may not be quite the same thing.
This is caused by 'outside-staff-priority overriding 'script-priority; as a workaround you can use the following (you'll probably need to tweak 'staff-padding too): \override TextScript #'outside-staff-priority = ##f Regards, Neil _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
