]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-stack.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / markup-stack.ly
index 3abee5f618a20874d5b355a5d5b60e7a941d0b15..8de536008b5391145e66de47e0a22b7f16f7614b 100644 (file)
@@ -1,6 +1,11 @@
-\version "2.1.22"
+\version "2.16.0"
 \header {texidoc="Markup scripts may be stacked."}
-\paper { raggedright = ##t}
-\score { \notes { c''^\markup { "a" \column < "1" \bold "2"  "3" > } } }
+\layout { ragged-right = ##t}
+{
+  c''^\markup {
+    "a"
+    \column { "1" \bold "2"  "3" }
+  }
+}