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