]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-stack.ly
* lily/text-engraver.cc (process_acknowledged_grobs): use new
[lilypond.git] / input / regression / markup-stack.ly
index 30fc3806a428d80cb5c5f99c882c7deb165f9278..c7c63954187b2abafdde735a6c2fcd2e8afd220a 100644 (file)
@@ -1,6 +1,6 @@
 \version "1.7.6"
 \header {texidoc="Stacking of markup scripts."}
 \paper { linewidth=-1. }
-\score { \notes { c^#`(columns "" (lines "1" (bold "2") "3"))}}
+\score { \notes { c''^\markup { "a" \column < "1" \bold "2"  "3" > } } }
 
 %% new-chords-done %%