Status: Accepted
Owner: ----
Labels: Type-Ugly
New issue 2368 by [email protected]: wrong position of a tie between
notes in chord
http://code.google.com/p/lilypond/issues/detail?id=2368
Reported by Karol Majewski here:
http://lists.gnu.org/archive/html/bug-lilypond/2012-02/msg01194.html
% Tie that should connect 'g' and 'g'
% is located very low, so that it looks like a tie between 'd' and 'es'
\version "2.15.30"
#(set-default-paper-size "a4")
#(set-global-staff-size 18)
LiniaJeden = \relative c'' {
\clef "treble" \key c \major \numericTimeSignature \time 3/4
<< { g'4 f2 } \\ { < d, g ~ c ~ >2. } >>
<< { g'4 c2 } \\ { < es,, g c >2. } >>
}
\score {
\new Staff = "LiniaJeden" \LiniaJeden
}
Attachments:
bug.ly 447 bytes
bug.preview.png 3.0 KB
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond