]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-tremolo-short.ly
* lily/beam.cc (brew_molecule): read gap-count to determine
[lilypond.git] / input / regression / chord-tremolo-short.ly
1 \version "1.9.8"
2 \header {
3   texidoc = "
4   Tremolo repeats can be constructed for short tremolos (total duration smaller than 1/8) too. Only some of the beams are connected to the stems. 
5   "
6 }
7
8 \score {
9   \context Staff \notes \relative c' {
10     \repeat "tremolo"  2 { c32 e32 }
11     \stemDown
12     \repeat "tremolo"  2 { c32 e32 }
13   }
14   \paper { raggedright = ##t }
15 }
16
17 %% new-chords-done %%
18