Update .ly files.
[lilypond.git] / input / regression / score-text.ly
blobb662217acd6d0df73367317de38dfcc36e68ecce
1 \version "2.12.0"
3 \header {
5 texidoc = "Markup texts are rendered above or below a score."
9 \paper {
10 line-width = #110
13 %% using Book and Score to get text in lilypond-book
14 \book {
15 \markup {
16 \fill-line { "High up above" }
18 \score {
20 \relative {
21 \clef bass
22 d,2 d c4 bes a2 \break
23 c2 c d4 f g2
25 \addlyrics {
26 My first Li -- ly song,
27 Not much can go wrong!
31 \markup {
32 %%TODO: make \verse markup.
33 \fill-line {
34 \line {
35 "2. "
36 \column {
37 \line { My next Li-ly verse }
38 \line { Now it's getting worse! }
43 \markup {
44 \fill-line {
45 \line {
46 "3. "
47 \column {
48 \line { My last Li-ly text }
49 \line { See what will be next! }