]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-stack.ly
* lily/beam-quanting.cc (score_forbidden_quants): remove
[lilypond.git] / input / regression / markup-stack.ly
index cee7ebe513e756c526f23b87c4d87996c58ca4df..688518984dc6f56d72e597857283d624f4d7a153 100644 (file)
@@ -1,5 +1,6 @@
-\version "1.3.148"
-\header {texidoc="Stacking of markup scripts."}
-\paper { linewidth=-1. }
-\score { \notes { c^#`(columns "" (lines "1" (bold "2") "3"))}}
+\version "2.3.4"
+\header {texidoc="Markup scripts may be stacked."}
+\paper { raggedright = ##t}
+\score {  { c''^\markup { "a" \column < "1" \bold "2"  "3" > } } }
+