]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-rest-extreme.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / beam-rest-extreme.ly
diff --git a/input/regression/beam-rest-extreme.ly b/input/regression/beam-rest-extreme.ly
new file mode 100644 (file)
index 0000000..9c7d5df
--- /dev/null
@@ -0,0 +1,14 @@
+\version "2.16.0"
+
+\header {
+  texidoc = "Beamed rests are given a pure height approximation
+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>]
+  <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>]
+}