]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/magnifyMusic-text-interface.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / magnifyMusic-text-interface.ly
diff --git a/input/regression/magnifyMusic-text-interface.ly b/input/regression/magnifyMusic-text-interface.ly
new file mode 100644 (file)
index 0000000..3ab2b70
--- /dev/null
@@ -0,0 +1,22 @@
+\version "2.19.11"
+
+\header {
+  texidoc = "All text-interface grobs should have
+@w{@code{baseline-skip}} and @w{@code{word-space}} values scaled
+along with notation size when using the @code{\magnifyMusic}
+command."
+}
+
+music = {
+  b'1^\markup {
+    \center-column { a c }
+    \center-column { b d }
+  }
+}
+
+{
+  \override TextScript.baseline-skip = #2
+  \magnifyMusic 0.5 \music
+  \music
+  \magnifyMusic 2.0 \music
+}