]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-stack-order.ly
*** empty log message ***
[lilypond.git] / input / regression / script-stack-order.ly
1
2 \version "2.6.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.
7 "
8 }
9
10 \relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" }
11 \layout { raggedright = ##t}
12
13