]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-tremolo-note-column.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / stem-tremolo-note-column.ly
diff --git a/input/regression/stem-tremolo-note-column.ly b/input/regression/stem-tremolo-note-column.ly
new file mode 100644 (file)
index 0000000..6848dd2
--- /dev/null
@@ -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 }
+}