]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/magnifyMusic-tablature-double-stems.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / magnifyMusic-tablature-double-stems.ly
diff --git a/input/regression/magnifyMusic-tablature-double-stems.ly b/input/regression/magnifyMusic-tablature-double-stems.ly
new file mode 100644 (file)
index 0000000..35cef69
--- /dev/null
@@ -0,0 +1,20 @@
+\version "2.19.11"
+
+\header {
+  texidoc = "Tablature half-note double-stems should be scaled along
+with notation size when using the @code{\magnifyMusic} command."
+}
+
+<<
+  \new TabVoice = "tabvoice" {
+    \tabFullNotation
+    \magnifyMusic 0.5 { c4 c2 c4 }
+    c4 c2 c4
+    \magnifyMusic 2.0 { c4 c2 c4 }
+  }
+  \new Lyrics \lyricsto "tabvoice" {
+    "50%" _ _
+    "100%" _ _
+    "200%" _ _
+  }
+>>