help-gnu-music
[Top][All Lists]
Advanced

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

Re: Two notes sharing a head


From: Han-Wen Nienhuys
Subject: Re: Two notes sharing a head
Date: Tue, 14 Nov 2000 00:29:31 +0100

address@hidden writes:
> > > 
> > > What I expect is that the first note (e) has only one head but a stem down
> > > and other one up which then links up with a beam to the two other notes
> > > in the first voice. This note will also have a point.
> > 
> > Try Staff.Collision\push #'merge-differently-dotted = ##t . 
> > 
> 
> This does not work. Note e8 of the first voice and note e4. of the second
> voice do not share the same head.

Sorry for all the confusion; try

        \score{ \notes \context Staff { <
         \property Staff.NoteCollision \push #'merge-differently-dotted = ##t
             \context Voice = first { \stemUp [e8 d'8 d'8]  }
             \context Voice = secd { \stemDown e4. }
            > }
        }


-- 

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




reply via email to

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