]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4030: Lyrics associated to a Staff are placed on top of each other
authorDavid Kastrup <dak@gnu.org>
Thu, 4 Sep 2014 13:07:20 +0000 (15:07 +0200)
committerDavid Kastrup <dak@gnu.org>
Mon, 8 Sep 2014 16:27:04 +0000 (18:27 +0200)
commit1729476becdb152bed917f6c370ace5745f97aa9
tree62ba1d44b2dd7c19f78b7caf26df9532dcf3b163
parent3a92b9350ec40cb050934f9632c92d2c0d1d1fc3
Issue 4030: Lyrics associated to a Staff are placed on top of each other

The approach here is simply to avoid attaching to noteheads that have
actually started _before_ the current moment of time.  It is somewhat
irritating that includeGraceNotes cannot possibly be supported in
associated voices with its own timing (rather than the fully
synchronized \addlyrics or \lyricsto): Instead you need to use the same
durations, including \grace constructs, in order to match the note you
are aiming for.
lily/extender-engraver.cc
lily/include/context.hh
lily/lyric-engraver.cc