]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-rest-extreme.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / beam-rest-extreme.ly
index 770bd78939efbfa3ff6fc6428addb46bf0e75254..01432c3c8d73ad120d427c9c2b138d7f489597cb 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.9"
+\version "2.19.21"
 
 \header {
   texidoc = "Beamed rests are given a pure height approximation
@@ -6,9 +6,9 @@ that gets their spacing correct in the majority of circumstances.
 "
 }
 
-\relative c'' {
-  <f b c f>16[ r <f bes c f> <f b c f>]
+\relative {
+  <f'' b c f>16[ r <f bes c f> <f b c f>]
   <f b c f>16[ r <f'' bes c f> <f b c f>]
   <f b c f>16[ r <f,, bes c f> <f b c f>]
-  <f'' b c f>16[ r <f bes c f> <f b c f>]
+  <f, b c f>16[ r <f bes c f> <f b c f>]
 }