]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-partial.ly
f0759d26edab8b60f4603af9b8684fdb2d762c56
[lilypond.git] / input / regression / markup-partial.ly
1 \version "2.19.34"
2
3 \header {
4   texidoc = "Partial markups acts as a chain of markup
5 commands where everything but some arguments of the final markup
6 command has already been supplied."
7 }
8
9 \layout { ragged-right = ##t }
10
11 bold-red-markup = \markup \bold \with-color #red \etc
12 italic-color-markup = \markup \italic \with-color \etc
13 quarter-markup = \markup \note-by-number #2 \etc
14
15 \markup \bold-red "Bold red."
16 \markuplist \column-lines \bold-red { Bold red in a list. }
17 \markup \italic-color #green "Italic green."
18 \markuplist \column-lines \italic-color #green { Italic green in a list. }
19 \markup { 3/8: \quarter #1 #UP }