bug-lilypond
[Top][All Lists]
Advanced

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

Issue 2061 in lilypond: Lyrics collide with bar lines


From: lilypond
Subject: Issue 2061 in lilypond: Lyrics collide with bar lines
Date: Tue, 29 Nov 2011 15:20:04 +0000

Status: Accepted
Owner: ----
Labels: Type-Critical Regression

New issue 2061 by address@hidden: Lyrics collide with bar lines
http://code.google.com/p/lilypond/issues/detail?id=2061

Not a normal way of putting lyrics inside a Grand staff, and I discovered it by mistake, but it still shouldn't happen. In the (somewhat untiny) code below, the lyric hits the bar line joining the staves. Doesn't occur in 2.15.13, started in 2.13.14.

{
  <<
    \new StaffGroup
    <<
      \new Staff = "Soprano"
      <<
        \new Voice = "xSilentSoprano" {
          \clef "treble"
          \key bes\major
          \time 6/8
          f'8. (  [  g'16 )  ]  f'8 d'4.  |  % 1
          f'8. (  [  g'16 )  ]  f'8 d'4.  |  % 2
          c''4 c''8 a'4.  |  % 3
          bes'4 bes'8 f'4.  |  % 4
        }
        \new Lyrics \lyricsto "xSilentSoprano" {
          Si -- lent night, ho -- ly night,
          Shep -- herds quake at the sight,
        }
      >>
      \new Staff = "Tenor"
      <<
        \new Voice = "xSilentTenor" {
          \clef "bass"
          \key bes\major
          \time 6/8
          f4 f8 f4.  |  % 1
          f4 f8 f4.  |  % 2
          a4 a8 c'4.  |  % 3
          bes4 bes8 bes4.  |  % 4
        }
      >>
    >>
  >>
}


Attachments:
        SilentNight.png  10.3 KB




reply via email to

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