lilypond-user
[Top][All Lists]
Advanced

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

Re: Variable number of voices on one staff


From: Mark Knoop
Subject: Re: Variable number of voices on one staff
Date: Sat, 26 Jul 2008 10:32:28 +0100

On Sat, 2008-07-26 at 02:14 -0700, Jordan Eldredge wrote:
> Thank you.
> 
> Firstly, I understand why my method does not work. I guess what I am
> asking for is a different method.

Try this: 

\version "2.10.25"

\relative c'' {
    r4 d4 c <d, bes'> |
    <c a'> <bes g'> <a d> <c g'> |
    <d fis>2 
    << {
        \voiceOne g2
    } \new Voice { 
        \voiceTwo d4 bes 
    } >> \oneVoice |
}



-- 
Mark Knoop




reply via email to

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