lilypond-user
[Top][All Lists]
Advanced

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

Long words in lyrics and spacing


From: Andrew Bernard
Subject: Long words in lyrics and spacing
Date: Sun, 28 Feb 2016 13:04:08 +1100
User-agent: Microsoft-MacOutlook/0.0.0.160212

Consider the following example. Is there any way that the lyrics can affect the music so that the barline in the melody comes after the long word in the text? I’d like the barline positioned at the end of the word rather than part way in.

Andrew

— 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 _ _ _ a }
}

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

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

  \layout { }
}

— snip


reply via email to

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