bug-lilypond
[Top][All Lists]
Advanced

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

Bad tie placing with tieWaitForNote (v2.8.6)


From: Mark Pim
Subject: Bad tie placing with tieWaitForNote (v2.8.6)
Date: Tue, 12 Sep 2006 07:57:16 -0700 (PDT)

Hi!
 
The following snippet produces a badly placed tie on the g
 
Yours,
 
Mark
 
\version "2.8.6"
\score {
    \new Staff <<
 \clef "bass"
 \new Voice {
     \set tieWaitForNote = ##t
     \tieDown \stemUp
     r2 r8 d~ g~ a <b g d>4
     d4 d4 d4
     d4 d4 d4 d4
     d4 d4 d4 d4
     d4 d4 d4 d4
     d4 d4 d4 d4
 }
 \new Voice {
     g,1~ g,1~ g,1~ g,1~ g,1~ g,1~
 }
    >>
}




reply via email to

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