X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstem-tremolo-note-column.ly;fp=input%2Fregression%2Fstem-tremolo-note-column.ly;h=6848dd26e7799dfba86e0dd08569cbec1a8bca6b;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=0000000000000000000000000000000000000000;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/input/regression/stem-tremolo-note-column.ly b/input/regression/stem-tremolo-note-column.ly new file mode 100644 index 0000000000..6848dd26e7 --- /dev/null +++ b/input/regression/stem-tremolo-note-column.ly @@ -0,0 +1,12 @@ +\version "2.16.0" +\header{ + texidoc="Stem tremolos count in a note column's horizontal skyline. +" +} + + +\relative c'' { + \autoBeamOff + \override NoteHead #'stencil = #(ly:make-stencil '() '(0 . 0) '(0 . 0)) + \repeat unfold 8 { b8:32 } +}