]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-subdivide-trailing-stem.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / beam-subdivide-trailing-stem.ly
diff --git a/input/regression/beam-subdivide-trailing-stem.ly b/input/regression/beam-subdivide-trailing-stem.ly
new file mode 100644 (file)
index 0000000..c09dad4
--- /dev/null
@@ -0,0 +1,22 @@
+\version "2.19.34"
+
+\header {
+
+  doctitle = "Beam subdivide over quarter notes"
+
+  texidoc = "If in a subdivided beam one single stem follows a subdivision
+the beam count should reflect the beam count of the subdivision as usual.
+That is, the beam count should not be increased according to the remaining
+length of the beam. The appended single stem has beamlets to the left."
+
+}
+
+\relative c' {
+  \time 1/4
+  \set subdivideBeams = ##t
+  \set baseMoment = #(ly:make-moment 1/16)
+  c32 [ c c c c32 ] r16.
+  c32 [ c c c c64 ] r32. r16
+  c32 [ c c32 ] r32 r8
+  c32 [ c c64 ] r32. r8
+}
\ No newline at end of file