]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-tremolo-accidental.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / chord-tremolo-accidental.ly
1 \version "2.17.2"
2
3 \header {
4   texidoc = "Chord tremolos adapt to the presence of accidentals.
5 "
6 }
7
8 {
9   \repeat tremolo 16 { c''32 d'' }
10   \repeat tremolo 16 { c''32 <dis''> }
11   \repeat tremolo 16 { c''32 <dis'' fis''> }
12   \repeat tremolo 8 { c''32 d'' }
13   \repeat tremolo 8 { c''32 <dis''> }
14   \repeat tremolo 8 { c''32 <dis'' fis''> }
15   \repeat tremolo 4 { c''32 d'' }
16   \repeat tremolo 4 { c''32 <dis''> }
17   \repeat tremolo 16 { b''32 <cis'''> }
18 }