bug-lilypond
[Top][All Lists]
Advanced

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

Re: Long StanzaNumber collides with the left vertical line connecting st


From: Graham Percival
Subject: Re: Long StanzaNumber collides with the left vertical line connecting staves
Date: Thu, 18 Jan 2007 15:56:00 -0800
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

Thanks, this has been added as
http://code.google.com/p/lilypond/issues/detail?id=246

Cheers,
- Graham


Sietse Brouwer wrote:
Dear all,

StanzaNumber precedes the lyrics, and extends to the left. If it becomes wide enough, it crosses the vertical line which connects the staves of a system (assuming a multi-staff system). Proper behaviour would probably be to shift the start of the notes and lyrics to the right, and space the starting matter (clef, timesig, keysig) accordingly.

Preceding a normal one-digit number with a mezzoforte dynamic is wide enough to cause a collision. The example below has a five-digit stanza number, which is a bit rare in practice, but otherwise equivalent and simpler.

Regards,

Sietse
Sietse Brouwer

Example code:

\version "2.10.11"

\layout { ragged-right = ##t }

verseOne = \lyricmode {
        \set stanza = "44444. "
        Ma -- ry Su -- san
}

\score {
        \new ChoirStaff <<
                \new Staff = upper {
                        \new Voice = "voiceOne"
                        a'4 b'4 c'4 d'4
                }
                \new Lyrics \lyricsto voiceOne \verseOne
                \new Staff = lower {
                }
        >>
}




_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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