1 #(ly
:set-option
'old-relative
)
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.
10 \score{ \notes\relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" }
11 \paper { raggedright
= ##t
}