]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-commands.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / markup-commands.ly
1 \header
2 {
3
4   texidoc = "test various markup commands."
5
6 }
7 \paper { ragged-right = ##T }
8 \version "2.11.13"
9
10 {
11   g'_\markup {
12     \column {
13       \line { 
14         foo \magnify #2 foo
15         LOWER \lower #3 LOWER
16         \large \bold { normal \normal-text normal }
17         Small-Caps \smallCaps   Small-Caps
18       }
19       
20       \override #'(line-width . 50) 
21       \override #'(bla . "This is a field containing text. Blah blah
22 blah.  This is a field containing text. Blah blah blah.  This is a
23 field containing text. Blah blah blah.  This is a field containing
24 text. Blah blah blah. This is a field containing text. Blah blah
25 blah.") 
26       \column  {
27         justify:
28         \justify-field #'bla
29         wordwrap:
30         \wordwrap-field #'bla
31       }
32
33       draw-line: \draw-line #'(5 . 3)
34       \underline "underlined"
35     }
36   }
37 }