]> git.donarmstrong.com Git - lilypond.git/blob - input/test/chord-tremolo.ly
66d118991b17464a20e71cfc570042b768094097
[lilypond.git] / input / test / chord-tremolo.ly
1 \score { 
2   \context Voice \notes\relative c {
3         \repeat "tremolo" 8 { c16 d16 }
4         \repeat "tremolo" 4 { c16 d16 }    
5   }
6   \paper {
7     linewidth=-1.0;
8   }  
9   \midi { }
10 }