]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-stack-order.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / script-stack-order.ly
1
2 \version "1.9.1"
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 \score{ \notes\relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" }
11         \paper { raggedright = ##t}
12     } 
13