lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2368 in lilypond: wrong position of a tie betw


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2368 in lilypond: wrong position of a tie between notes in chord
Date: Wed, 28 Mar 2012 22:07:44 +0000


Comment #6 on issue 2368 by address@hidden: wrong position of a tie between notes in chord
http://code.google.com/p/lilypond/issues/detail?id=2368

OK, so here's simpler version generated with 2.15.35

//

\version "2.15.35"

#(set-default-paper-size "a4")
#(set-global-staff-size 18)

LiniaJeden =  \relative c'' {
  \clef "treble" \key c \major \numericTimeSignature \time 3/4
  < d, g ~ c ~ >2.
  < es g c >2.

}

\score {
    \new Staff = "LiniaJeden" \LiniaJeden
}

//

And a tie between 'g' and 'g' is still misplaced.

Attachments:
        regression.png  7.2 KB




reply via email to

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