]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-tremolo-note-column.ly
b09bd024fc45dc170746f4d5083464199524c7bc
[lilypond.git] / input / regression / stem-tremolo-note-column.ly
1 \version "2.15.6"
2 \header{
3   texidoc="Stem tremolos count in a note column's horizontal skyline.
4 "
5 }
6
7
8 \relative c'' {
9   \autoBeamOff
10   \override NoteHead #'stencil = #(ly:make-stencil '() '(0 . 0) '(0 . 0))
11   \repeat unfold 8 { b8:32 }
12 }