]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/magnifyMusic-slurs.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / magnifyMusic-slurs.ly
diff --git a/input/regression/magnifyMusic-slurs.ly b/input/regression/magnifyMusic-slurs.ly
new file mode 100644 (file)
index 0000000..31edb57
--- /dev/null
@@ -0,0 +1,27 @@
+\version "2.19.8"
+
+\header {
+  texidoc = "Slurs should be scaled along with notation size when
+using the @code{\magnifyMusic} command.  They can get thicker than
+the default, but not thinner."
+}
+
+\score {
+  \new Voice {
+    \omit Staff.TimeSignature
+    \time 7/8
+    <<
+      { \repeat unfold 7 \relative { g'32[( a b c)] } }
+      {
+        \magnifyMusic 0.50 s8
+        \magnifyMusic 0.63 s
+        \magnifyMusic 0.80 s
+        \magnifyMusic 1.00 s
+        \magnifyMusic 1.26 s
+        \magnifyMusic 1.59 s
+        \magnifyMusic 2.00 s
+      }
+    >>
+  }
+  \addlyrics { "50%" _ _ "100%" _ _ "200%" }
+}