lilypond-user
[Top][All Lists]
Advanced

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

Re: Long words in lyrics and spacing


From: Andrew Bernard
Subject: Re: Long words in lyrics and spacing
Date: Sun, 28 Feb 2016 18:45:36 +1100
User-agent: Microsoft-MacOutlook/0.0.0.160212

Hi David,

If I remove the call to the consists statement in the layout block, the long words run over the bar. If you add it in, they line up. I don’t understand why.
— snip

\version "2.19.36"

treble = {
  \clef treble
  \time 4/4

  c'' r4 r r
  c'' r r r
  c'' r r r
}

words = {
  \lyricmode { _ _ alongword longwordhere a _ SORA! SORA! _ a }
}

\score {
  <<
    \new Staff = "treble" \with {
    }
    { \treble }

    \new Lyrics {
      \override LyricText.self-alignment-X = #LEFT
      \words
    }
  >>

  \layout {
    \context{
      \Lyrics
      \consists Bar_engraver
      \override BarLine.transparent = ##t
    }
  }
}

— snip


On 28/02/2016, 15:49, "David Wright" <address@hidden> wrote:

Do you have an example where it does?

reply via email to

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