]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-tremolo-dots.ly
Issue 4803: Amend convert-ly 2.17.6 rules for \tweak
[lilypond.git] / input / regression / repeat-tremolo-dots.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Dots are added to tremolo notes if the durations involved require them."
5 }
6
7 \paper{ ragged-right = ##t }
8 \score { \relative {
9         c'8 \repeat "tremolo" 14 { c32 a32 } |
10   }
11 }