lilypond-user
[Top][All Lists]
Advanced

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

Double notes


From: Han-Wen Nienhuys
Subject: Double notes
Date: Fri, 23 Nov 2001 00:53:55 +0100

address@hidden writes:
> However, when they both sing a semibreve (whole note) C, there are 
> obviously no stems. In "normal" printed music, you have *two* C 
> semibreves, touching, both on the C (ledger) line.

good one! That's a bug. Try this:

after where it says

      bool merge  =
          downpos == uppos
          && Rhythmic_head::balltype_i (nu_l) ==
          Rhythmic_head::balltype_i (nd_l);

in lily/collision.cc, add the following line 

   merge = merge && Rhythmic_head::balltype_i (nu_l) != 0;




--
Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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