lilypond-user
[Top][All Lists]
Advanced

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

Re: shared stem for different rhythms in voice-two notation


From: Klaus Föhl
Subject: Re: shared stem for different rhythms in voice-two notation
Date: Tue, 13 Sep 2011 21:08:18 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hello,

> \new Staff <<
>   \new Voice { \voiceOne f'2. }
>   \new Voice { \voiceTwo c'2. }
>   \new Voice { \voiceFour c'2 ( g4 ) }
> >>

One needs both \new Voice and \voiceFour to make it work.

\relative c' << f2. \\ << c2. \new Voice { \voiceFour c2( g4) } >> >>

In reality the music is longer, hence I only use the << c2. \new Voice {
\voiceFour c2( g4) } >> part.

> I'd also consider writing this in the following manner:
> 
> \new Staff <<
>   \new Voice { \voiceOne f'2. }
>   \new Voice { \voiceFour c'2~ ( <c' g>4 ) }
> >>

Which is the alternative I did not want to use, or similar in notation

\relative c' << f2. \\ { \voiceTwo c2( c4) } \\ { \voiceTwo c2( g4) } >>

> Hope this helps,

Indeed. Thank you

Klaus




reply via email to

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