]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-stack.ly
Fix off-by-one error in constrained-breaking.
[lilypond.git] / input / regression / markup-stack.ly
index b3836fb2501baec02839968fa99ea4974fd7d894..2b56911e6fa2981d891e543c7e40ecdf2d6bf40e 100644 (file)
@@ -1,6 +1,11 @@
-\version "1.7.18"
-\header {texidoc="Stacking of markup scripts."}
-\paper { raggedright = ##t}
-\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 %%