bug-lilypond
[Top][All Lists]
Advanced

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

[Fwd: automatic note splitting and ties]


From: Mats Bengtsson
Subject: [Fwd: automatic note splitting and ties]
Date: Sat, 09 Aug 2008 22:52:38 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

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 <address@hidden>
To:     lilypond-user <address@hidden>



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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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