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

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

multi voice music


From: Han-Wen Nienhuys
Subject: multi voice music
Date: Sat, 24 Feb 2001 21:14:24 +0100

address@hidden writes:
> Hi there,
> 
> I'm having trouble getting multi voice music to typeset properly and would
> appreciate any help.
> 

the solution is a little verbose, maybe you can use identifiers to
your advantage.


alto = \context Voice=two \notes \relative c''
{
        r4 r16
        \tieUp
        \property Voice.NoteColumn \override #'force-hshift = #1.5
         a8.~
         \property Voice.NoteColumn \revert #'force-hshift

           a4
        s4 }

altoB = \context Voice=twoB \notes \relative c''
{
        s4 s16

        \stemDown\tieUp [a16
        \property Voice.NoteColumn \override #'force-hshift = #-1.5
         fis8
         \property Voice.NoteColumn \revert #'force-hshift
         \shiftOn
          ]~ \stemUp fis4
}
-- 

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




reply via email to

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