]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-repetition-accidentals.ly
Merge remote branch 'origin/master' into release/unstable
[lilypond.git] / input / regression / chord-repetition-accidentals.ly
1 \version "2.18.0"
2
3 \header {
4   texidoc = "Chord repeats should omit forced and reminder accidentals."
5 }
6
7 \relative
8 {
9   <f'! a d f!> q q q |
10   <f? a d f?> q q q
11 }