]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-tremolo-short.ly
*** empty log message ***
[lilypond.git] / input / regression / chord-tremolo-short.ly
1 \version "2.6.0"
2 \header {
3   texidoc = "
4   Tremolo repeats can be constructed for short tremolos (total duration smaller than 1/4) too. Only some of the beams are connected to the stems. 
5   "
6 }
7
8 \context Staff  \relative c' {
9   \repeat "tremolo"  2 { c32 e32 }
10   \stemDown
11   \repeat "tremolo"  2 { c32 e32 }
12 }
13 \layout { raggedright = ##t }
14