]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-tremolo-dots.ly
Add newlines at EOF where appropriate.
[lilypond.git] / input / regression / repeat-tremolo-dots.ly
1 \version "2.14.0"
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 c' {
9         c8 \repeat "tremolo" 14 { c32 a32 } |
10   }
11 }