]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-stack.ly
Corrected on_line for better ledger lines for different staves.
[lilypond.git] / input / regression / markup-stack.ly
index a8019e3acbf437f3e748da5a541e6efaa2a35e3f..a318adc39665eaea89508647f258e7af9202a5bc 100644 (file)
@@ -1,5 +1,11 @@
-\version "1.5.68"
-\header {texidoc="Stacking of markup scripts."}
-\paper { linewidth=-1. }
-\score { \notes { c^#`(columns "" (lines "1" (bold "2") "3"))}}
+\version "2.11.51"
+\header {texidoc="Markup scripts may be stacked."}
+\layout { ragged-right = ##t}
+{
+  c''^\markup {
+    "a"
+    \column { "1" \bold "2"  "3" }
+  }
+} 
+