]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-stack.ly
Make the length of beamlets configurable.
[lilypond.git] / input / regression / markup-stack.ly
1 \version "2.11.51"
2 \header {texidoc="Markup scripts may be stacked."}
3 \layout { ragged-right = ##t}
4 {
5   c''^\markup {
6     "a"
7     \column { "1" \bold "2"  "3" }
8   }
9
10
11