]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-stack.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / regression / markup-stack.ly
index 30fc3806a428d80cb5c5f99c882c7deb165f9278..cc24cc7aec4bf86b77a12b5dacdcc27ec9489bf7 100644 (file)
@@ -1,6 +1,6 @@
-\version "1.7.6"
+\version "1.9.0"
 \header {texidoc="Stacking of markup scripts."}
-\paper { linewidth=-1. }
-\score { \notes { c^#`(columns "" (lines "1" (bold "2") "3"))}}
+\paper { raggedright = ##t}
+\score { \notes { c''^\markup { "a" \column << "1" \bold "2"  "3" >> } } }
+
 
-%% new-chords-done %%