]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-stack-order.ly
4cb875b88a2bc9e93c0c15b52ec57070d40ff81e
[lilypond.git] / input / regression / script-stack-order.ly
1 \header {
2     texidoc = "Scripts can be stacked. The order is determined by a
3 priority field, but when objects have the same priority, the input
4 order determines the order. Objects specified first are closest to the note.
5 "
6 }
7
8 \score{ \notes { c4^"inner up"^"outer up"_"inner down"_"outer down" }
9         \paper { linewidth = -1. }
10     }