]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/text/the--fill-line-command.ly
Trevor's latest update to fundamental.
[lilypond.git] / input / lsr / text / the--fill-line-command.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 The \fill-line command aligns and justifies markup text by setting as
6 many columns as required, in a given space.
7
8 In this snippet we use numbers to (beautifully) show how the command
9 works; but when using text beware to use quotes if you want your words
10 to stay together:
11
12 \fill-line @{The quick brown fox@} results in something like:
13
14 The              quick                      brown                   fox
15
16 \fill-line @{\"The quick brown fox\"@} results in something like:
17
18                         The quick brown fox 
19 " }
20
21 \paper {
22   line-width = 15\cm
23   bookTitleMarkup = \markup {
24   \column {
25    \fill-line {
26                 1
27    }
28    \fill-line {
29                 1
30                 2
31    }
32    \fill-line {
33                 1
34                 2
35                 3
36    }
37    \fill-line {
38                 1
39                 2
40                 3
41                 4
42    }
43    \fill-line {
44                 1
45                 2
46                 3
47                 4
48                 5
49    }
50    \fill-line {
51                 1
52                 2
53                 3
54                 4
55                 5
56                 6
57    }
58    \fill-line {
59                 1
60                 2
61                 3
62                 4
63                 5
64                 6
65                 7
66    }
67    \fill-line {
68                 1
69                 2
70                 3
71                 4
72                 5
73                 6
74                 7
75                 8
76    }
77    \fill-line {
78                 1
79                 2
80                 3
81                 4
82                 5
83                 6
84                 7
85                 8
86                 9
87    }
88    \fill-line {
89                 1
90                 2
91                 3
92                 4
93                 5
94                 6
95                 7
96                 8
97                 9
98                 10
99    }
100    \fill-line {
101                 1
102                 2
103                 3
104                 4
105                 5
106                 6
107                 7
108                 8
109                 9
110                 10
111                 11
112    }
113    \fill-line {
114                 1
115                 2
116                 3
117                 4
118                 5
119                 6
120                 7
121                 8
122                 9
123                 10
124                 11
125                 12
126    }
127    \fill-line {
128                 1
129                 2
130                 3
131                 4
132                 5
133                 6
134                 7
135                 8
136                 9
137                 10
138                 11
139                 12
140                 13
141    }
142    \fill-line {
143                 1
144                 2
145                 3
146                 4
147                 5
148                 6
149                 7
150                 8
151                 9
152                 10
153                 11
154                 12
155                 13
156                 14
157    }
158    }
159   }
160 }
161
162         \score { \new Staff \relative c''{
163                 \repeat unfold 4 c1
164         }
165 }