lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

weird fill-line behavior


From: Mike Solomon
Subject: weird fill-line behavior
Date: Wed, 25 Nov 2015 21:40:45 +0100

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 } }
  }
}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]