]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-stack-order.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / script-stack-order.ly
1
2 \version "2.12.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 \layout { ragged-right = ##t}
11
12 \relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" }
13
14
15