]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-stack.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / markup-stack.ly
index 6fd4342c3c8555ec51a85e76baad3b1c164635e9..2b56911e6fa2981d891e543c7e40ecdf2d6bf40e 100644 (file)
@@ -1,6 +1,11 @@
-\version "1.7.6"
-\header {texidoc="Stacking of markup scripts."}
-\paper { linewidth=-1. }
-\score { \notes { c''^\markup { "a" \column << "1" \bold "2"  "3" >> } } }
+\version "2.10.0"
+\header {texidoc="Markup scripts may be stacked."}
+\layout { ragged-right = ##t}
+{
+  c''^\markup {
+    "a"
+    \column { "1" \bold "2"  "3" }
+  }
+} 
+
 
-%% new-chords-done %%