Hello,

I've found a bug with lyrics using both \appoggiatura and \grace. Lyrics are
placed under the appoggiatura and grace notes rather than the main note. I've
tried this in Lilypond 2.7.33 in both Windows and Linux.

I've attached an example below showing this.

Regards,

Trent


===================================

\version "2.7.33"

\header {
}

\include "english.ly"

verse= \lyricmode {
this is a test
this is a test
}
 

staffSoprano = \new Staff  {
        \time 4/4
        \set Staff.instrument="Soprano"
        \set Staff.midiInstrument="choir aahs"
        \key c \major
        \clef treble
        \relative c'' {
                \context Voice = "melodySop" {
                        \dynamicUp
                a4^\markup {appoggiatura} \appoggiatura a8 a4 \appoggiatura a8 
a4 a
                a4^\markup {grace} \grace a8( a4) \grace a8( a4) a
                }

        \bar "|."
        }

}


\score {
        <<
                \staffSoprano
                \context Lyrics = "lmelodySop" \lyricmode  { \lyricsto 
"melodySop" \verse }
                
        >>
        
        \midi {
        }

        \layout  {
        }
}

\paper {
}



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

Reply via email to