]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/magnifyStaff-dots-beamlets.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / magnifyStaff-dots-beamlets.ly
diff --git a/input/regression/magnifyStaff-dots-beamlets.ly b/input/regression/magnifyStaff-dots-beamlets.ly
new file mode 100644 (file)
index 0000000..e4dd1f7
--- /dev/null
@@ -0,0 +1,21 @@
+\version "2.19.11"
+
+\header {
+  texidoc = "Dot size and beamlet length should be scaled along
+with notation size when using the @code{\magnifyStaff} command."
+}
+
+music = { a'8.[ a'16] }
+{
+  \magnifyStaff 0.50 \music \music \bar "|"
+  \magnifyStaff 0.71 \music \bar "|"
+  \magnifyStaff 1.00 \music \bar "|"
+  \magnifyStaff 1.41 \music \bar "|"
+  \magnifyStaff 2.00 \music \bar "|"
+} \addlyrics {
+  "0.50  " _ _ _
+  "0.71  " _
+  "1.00  " _
+  "1.41  " _
+  "2.00  " _
+}