]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-rest-extreme.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / beam-rest-extreme.ly
index 9c7d5df3b99d6684bd477aa6b90b2159393709ad..01432c3c8d73ad120d427c9c2b138d7f489597cb 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\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>]
 }