bug-lilypond
[Top][All Lists]
Advanced

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

Lyrics and \appogiatura \grace notes


From: Trent Johnston
Subject: Lyrics and \appogiatura \grace notes
Date: Sun, 12 Feb 2006 11:03:26 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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 {
}





reply via email to

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