]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-multiplicity-over-rests.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-multiplicity-over-rests.ly
index ddf2cc147ade65c66940adfd3e7a9fb36d5810fe..f3b6b96323150d844dac3962875f840c8d895455 100644 (file)
@@ -1,15 +1,15 @@
-\version "2.12.0"
+\version "2.19.21"
 
 \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]
+\relative {
+  c'8[ r16 c32 c32]
   c32[ r16 c32 c8]
-  c32[ r16 c64 c8 c64]
+  c32[ r16 c64 c64 ~ 16.. c64]
   c32[ c32 r16 c8]
   c16[ r32 c32 r16 c16]
   c16[ r16 c32 r32 c16]
-}
\ No newline at end of file
+}