bug-lilypond
[Top][All Lists]
Advanced

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

bug - wrong ties at octavation


From: Matthias Kupfer
Subject: bug - wrong ties at octavation
Date: Sat, 9 Sep 2006 20:36:09 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hello,

at least in version 2.8.5 of lilypond I found following bug: ties for notes with
same pitch are not correct as long as one note (of chord) is octavated. Ties are
made, but not for the correct note. (see example code) It seems to me like:
pitch is considered but neither octavation nor note head position.

Example:

{
 <c c'>~<c' c''>
#(set-octavation -1)
 <c c'>~
#(set-octavation 0)
 <c' c''>
#(set-octavation -1)
 c'~
#(set-octavation 0)
 c'
}

Matthias





reply via email to

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