]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-repetition-script-stack.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / chord-repetition-script-stack.ly
1 \version "2.14.0"
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 c' {
10   <c e g>2-1-2-3 q_"q"-1-2-3
11 }