]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-repetition-script-stack.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / chord-repetition-script-stack.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Post events such as fingerings and scripts added to a
5 chord repetition follow the same basic stacking order as chords.
6 "
7 }
8
9 \relative {
10   <c' e g>2-1-2-3 q_"q"-1-2-3
11 }