]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-partial.ly
Issue 4487/3: Implement partial markups
[lilypond.git] / input / regression / markup-partial.ly
1 \version "2.19.24"
2
3 \header
4 { texidoc = "Partial markups acts as a chain of markup
5   commands where everything but the final markup has already been
6   supplied."
7 }
8
9 \layout { ragged-right = ##t }
10
11 bold-red-markup = \markup \bold \with-color #red \etc
12
13 \markup \bold-red "Single markup"
14 \markuplist \column-lines \bold-red { Markups in a list. }