]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-stack.ly
Merge branch 'cvs-head' of ssh+git://hanwen@repo.or.cz/srv/git/lilypond into master...
[lilypond.git] / input / regression / markup-stack.ly
index cc24cc7aec4bf86b77a12b5dacdcc27ec9489bf7..6a16e372e5cdba864f85cf9f1c76b98b81ba60ff 100644 (file)
@@ -1,6 +1,11 @@
-\version "1.9.0"
-\header {texidoc="Stacking of markup scripts."}
-\paper { raggedright = ##t}
-\score { \notes { c''^\markup { "a" \column << "1" \bold "2"  "3" >> } } }
+\version "2.7.39"
+\header {texidoc="Markup scripts may be stacked."}
+\layout { ragged-right = ##t}
+{
+  c''^\markup {
+    "a"
+    \column { "1" \bold "2"  "3" }
+  }
+}