]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-stack-order.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / regression / script-stack-order.ly
1 \version "1.7.18"
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 { raggedright = ##t}
11     } 
12