bug-lilypond
[Top][All Lists]
Advanced

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

Issue 375 in lilypond: ties on whole notes can be too long


From: codesite-noreply
Subject: Issue 375 in lilypond: ties on whole notes can be too long
Date: Sun, 17 Jun 2007 12:49:58 -0700

Issue 375: ties on whole notes can be too long
http://code.google.com/p/lilypond/issues/detail?id=375

New issue report by gpermus:
%{
The middle tie in the second bar is too long and sticks
out at both the left and right ends. This gets disturb-
ing when there are many ties and linebreaks as can be
seen in
http://lists.gnu.org/archive/html/lilypond-user/2007-06/msg00198.html
%}

\version "2.11.26"
\paper { ragged-right = ##t }
%\paper { line-width = 6 \cm }
\score {
        \new Staff {
                <a'~ c''>1
                <c'~ a'~ c''~>
                <c' a' c'' d''>
        }
}

%{
notes:
- the right chord must contain a second so that a note
  moves to the right (remove the d'' and the ties are
  correct)
- a low note in the right chord causes the stacking to
  be different (e.g. remove all notes c' from the chords
  and the ties are correct, because the lower notes are
  in different horizontal positions)
- the problem only occurs with whole notes.
%}



Attachments:
        foo.preview.png  2.5 KB 


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

-- 
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]