I forward this bug report. A minimal example showing the same
bug is
\version "2.11.51"
\new Voice \with {
\remove "Note_heads_engraver"
\consists "Completion_heads_engraver"
} \relative c' {
c2 <c e>1  <c e>2 ~ <c e>
}

As you can see, both ties of the chord split by the completion
heads engraver, point downwards, whereas if you manually
insert the tie, you get the correct tie directions with the
upper tie pointing upwards.

   /Mats

-------- Original Message --------
Subject:        automatic note splitting and ties
Date:   Wed, 6 Aug 2008 15:09:32 +0200
From:   Stefan Thomas <[EMAIL PROTECTED]>
To:     lilypond-user <[EMAIL PROTECTED]>



Dear lilypond-users,
I have a problem with ties in connection with automatic note splitting. I don't understand why the ties in the below quoted example look so strange:
Is it a bug?
\score {
   \new Staff {
       \new Voice \with {
 \remove "Note_heads_engraver"
 \consists "Completion_heads_engraver"
 }
 r2

 r2 < e  c' >4 < f  des' >8 < des'  ees' >4 -> < c'  e' >
 r8 < e  c' >4 < f  des' >8 < des'  ees' >4 -> < c'  e' > < b  f' > r8 r4

r2 < e c' >4 < f des' >8 < des' ees' >8~ -> < des' ees' >8 < c' e' > } %staff ende
}

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================

_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to