lilypond-user
[Top][All Lists]
Advanced

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

lyrics and aftergrace


From: Stefan Thomas
Subject: lyrics and aftergrace
Date: Tue, 7 Apr 2009 08:14:29 +0200

Dear community,
I have a problem with lyrics and aftergrace.
In the following snippet, the lyrics don't align to the music as expected.
global = { \key d \major \time 6/8 }
melodie = \relative c'' { \global \afterGrace  cis2.\trill{ b16 [ cis] }  d4 }
text = \lyricmode { Lied im Grund. }

\version "2.12.0"

     \score {
        <<
           \new Voice = "eins" {
              \autoBeamOff
              \melodie
           }
           \new Lyrics \lyricsto "eins" \text
        >>
     }




reply via email to

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