]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-multiplicity-over-rests.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / beam-multiplicity-over-rests.ly
index 56b703c2971082e2fdb5514ef568240934ca6092..b8a2b5d997bd27b39e0268156f31d0b9f00324e2 100644 (file)
@@ -1,15 +1,15 @@
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
-  texidoc = "When a beam goes over a rest, there should not be any 
-beamlets pointing towards the rest unless absolutely necessary."
+  texidoc = "When a beam goes over a rest, beamlets should be as necessary
+  to show the beat structure."
 }
 
 \relative c' {
   c8[ r16 c32 c32]
   c32[ r16 c32 c8]
-  c32[ r16 c64 c8 c64]
+  c32[ r16 c64 c64 ~ c16.. c64]
   c32[ c32 r16 c8]
   c16[ r32 c32 r16 c16]
   c16[ r16 c32 r32 c16]
-}
\ No newline at end of file
+}