]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-stack.ly
Doc-es: various updates.
[lilypond.git] / input / regression / markup-stack.ly
index 6fd4342c3c8555ec51a85e76baad3b1c164635e9..8de536008b5391145e66de47e0a22b7f16f7614b 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.16.0"
+\header {texidoc="Markup scripts may be stacked."}
+\layout { ragged-right = ##t}
+{
+  c''^\markup {
+    "a"
+    \column { "1" \bold "2"  "3" }
+  }
+} 
+
 
-%% new-chords-done %%