Massive changes - see ChangeLog.
[lilypond.git] / input / regression / script-stack-order.ly
blob7de9359008246727c7430320f92eb00aeec50429
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
3 \header {
4 texidoc = "Scripts can be stacked. The order is determined by a
5 priority field, but when objects have the same priority, the input
6 order determines the order. Objects specified first are closest to the note.
10 \score{ \notes\relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" }
11 \paper { raggedright = ##t}