]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-stack.ly
makefiles: Don't sort file list in lys-to-tely, but sort lsr list on creation
[lilypond.git] / input / regression / markup-stack.ly
index cc2abfdba493152e23e2f349594fe4323f7d4feb..a318adc39665eaea89508647f258e7af9202a5bc 100644 (file)
@@ -1,6 +1,11 @@
-\version "2.3.22"
+\version "2.11.51"
 \header {texidoc="Markup scripts may be stacked."}
-\layout { raggedright = ##t}
-\score {  { c''^\markup { "a" \column < "1" \bold "2"  "3" > } } }
+\layout { ragged-right = ##t}
+{
+  c''^\markup {
+    "a"
+    \column { "1" \bold "2"  "3" }
+  }
+}