Dear list

I am writing down the Tenor part of Mendelssohn’s Elias (Elijah) and stumbled
upon the following, which clearly is a bug (to me).

I attached the three bars of the piece in which it appears.  Notice that both
the upper and the lower voice contain a Dynamic mark.  The two marks have an
extra-offset each to get them closer to the staff.

In the first score, the lyrics are put nicely close to the staff. But as soon
as the lower lyrics span across the space where the dynamic mark would be
without the offset, both lyrics seem to ignore the space that became available
by using the extra-offset.  Thus, the distance to the staff increases again.

Is that a bug?  Or am I making a mistake here?



PS.: Because there has been no reply to it and others also reported problems
with ML delivery, did you get my mail about a regression concerning order of
MIDI tracks (from 3. April)?
-- 
Gruß | Greetings | Qapla'
Please do not use my email addresses within any Facebook service.

I hate being bi-polar.  It’s fantastic!
\version "2.14.2"
 
\paper {
        score-system-spacing #'padding = #13
}

music = \relative c' {
        \clef "G_8"
        \key f \major

        <a c>8. f16 f4 << { \voiceTwo
                r2

                r4 g
                \once \override DynamicText #'extra-offset = #'(-2.5 . 1.5)
                b4._\ff b8
        } \new Voice = "TenorInsert" { \voiceOne
                c4. g8 d'2(
                \once \override DynamicText #'extra-offset = #'(-0.5 . -1.5)
                e4.)^\sf c8
        } >> \oneVoice
        <a c>2 r
}
text      = \lyricmode { hö -- re uns, er -- hö -- re uns! }
textShort = \lyricmode { hö -- re uns, er }

\score {
        \new ChoirStaff << \new Staff = "Tenor" <<
                \music
                \addlyrics \textShort
                \new Lyrics \with {alignAboveContext = "Tenor"}
                        \lyricsto "TenorInsert"
                        \lyricmode { Baal, er -- hö -- re }
        >>
        >>
}

\score {
        \new ChoirStaff << \new Staff = "Tenor" <<
                \music
                \addlyrics \text
                \new Lyrics \with {alignAboveContext = "Tenor"}
                        \lyricsto "TenorInsert"
                        \lyricmode { Baal, er -- hö -- re }
        >>
        >>
}

Attachment: pgpHVaIfS3GyW.pgp
Description: PGP signature

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to