Hey all,
Any suggestions how to get even spacing in the example below?
It is bunching up in all sorts of unpredictable ways...
Cheers,
~Mike
\version "2.19.30"
#(set-default-paper-size "a4" 'landscape)
#(set-global-staff-size 15.15)
themeA = {
\time 3/4
c4 d e |
f e d |
c2 r4 |
}
themeB = {
c4 d e |
f e d |
c2 r4 |
}
themeC = {
c2 c4 |
c'2 c'4 |
a2 a4 |
b2 b4 |
c'4 c' c' |
c' b a |
g2. |
}
themeD = {
g4 g g |
g g e' |
f f f |
f f d' |
d dis e |
f e d |
g2. |
}
themes = {
\themeA
\themeB
\themeC
\themeD
}
lyr = \lyricmode { Fol -- low the yel -- low brick road. Fol -- low the yel --
low brick road.
Fol -- low fol -- low fol -- low fol -- low fol -- low the yel -- low brick
road.
Fol -- low the yel -- low brick, fol -- low the yel -- low brick,
fol -- low the yel -- low brick road
}
\markup \fill-line {
\column {
"Wysr"
\score { << \new Staff \new Voice = "foo" { \clef bass \transpose c e,
\themes } \new Lyrics \lyricsto "foo" \lyr >> \layout { line-width = #50 } }
}
\column {
"Wysr"
\score { << \new Staff \new Voice = "foo" { \clef bass \transpose c e,
\themes } \new Lyrics \lyricsto "foo" \lyr >> \layout { line-width = #50 } }
}
\column {
"Wysr"
\score { << \new Staff \new Voice = "foo" { \clef bass \transpose c e,
\themes } \new Lyrics \lyricsto "foo" \lyr >> \layout { line-width = #50 } }
}
\column {
"Wysr"
\score { << \new Staff \new Voice = "foo" { \clef bass \transpose c e,
\themes } \new Lyrics \lyricsto "foo" \lyr >> \layout { line-width = #50 } }
}
\column {
"Wysr"
\score { << \new Staff \new Voice = "foo" { \clef bass \transpose c e,
\themes } \new Lyrics \lyricsto "foo" \lyr >> \layout { line-width = #50 } }
}
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user