lilypond-user
[Top][All Lists]
Advanced

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

Re: missing dots with merge-differently-dotted


From: Jan Nieuwenhuizen
Subject: Re: missing dots with merge-differently-dotted
Date: Sat, 31 Jan 2004 13:14:32 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

Matthias Kilian writes:

> rather new to LilyPond and keen to experiment, I started to write
> Busonis famous piano transcription of Bachs chaconne in d minor from bwv
> 1004. Using the printout of Breitkopf & Härtel, I'm currently stuck on
> the following:

You found a bug.  The dot-collision/merging code was rewritten in 2.1.
It turned out that merging removed any dots were removed from the
lower nothead:

\version "2.1.15"
\score {
    \notes \relative c'' {
        \property Staff.NoteCollision \set #'merge-differently-dotted = ##t
        << {a4 b4 r8} \\ {a8. a16 b4.} >>
        <<{a8. a16 b4.} \\ {a4 b4 r8}>>
  }
}

Fixed in CVS.

Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org





reply via email to

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