bug-lilypond
[Top][All Lists]
Advanced

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

Issue 378 in lilypond: lyrics misplaced with Completion_heads_engraver


From: codesite-noreply
Subject: Issue 378 in lilypond: lyrics misplaced with Completion_heads_engraver
Date: Mon, 18 Jun 2007 16:17:29 -0700

Issue 378: lyrics misplaced with Completion_heads_engraver
http://code.google.com/p/lilypond/issues/detail?id=378

New issue report by gpermus:
% Setting lilypond to automatically split notes over barlines sometimes
% causes lyrics to be misplaced.  This happens when the note being split is
% dotted, and the split occurs at the end of the un-dotted part.

% Note also that the syllable immediately after the split note is positioned
% correctly, but the one following this is misplaced.

\version "2.10.25"
\layout { ragged-right = ##t }

<<
  \new Voice = "music"
    \with {
      \remove "Note_heads_engraver"
      \consists "Completion_heads_engraver"
    } \relative c'' {
      c2 c2. c4 c2
  }
  \new Lyrics \lyricsto music {
      a b c d
  }
>>



Attachments:
        misplacedLyrics2.preview.png  2.1 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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