bug-lilypond
[Top][All Lists]
Advanced

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

Long monosyllabic words collide with barlines


From: pls
Subject: Long monosyllabic words collide with barlines
Date: Thu, 2 Feb 2012 12:47:05 +0100

Hey all,

I guess this is related to Issue 2061 
(http://code.google.com/p/lilypond/issues/detail?id=2061). Even though the 
status of Issue 2061 is set to fixed long monosyllabic words still collide with 
barlines in LilyPond v2.15.27. (Short) syllables don't collide:

\version "2.15.27"

global = {
  \key es \major
  \time 3/4
  s2. |%1
  s2. |%2
}

VoiceOne = {
  R2. |%1
  es''8 f''8 g''4 es''4 |%2
}

LyricsVoiceOne = \lyricmode { 
  Long words col -- lide!
%  Syl -- la -- bles don't!
}

VoiceTwo = {
  \clef bass
  R2.
  R2.
}

\score {
  \new StaffGroup <<
    \new Staff <<
      \new Voice = "VoiceOne" <<
        \global
        \VoiceOne
      >>
      \lyricsto "VoiceOne" \new Lyrics \LyricsVoiceOne
    >>
    \new Staff <<   
      \new Voice = "VoiceTwo" <<
        \global
        \VoiceTwo
      >>
    >>
  >>
}

HTH
patrick

PNG image


reply via email to

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