lilypond-user
[Top][All Lists]
Advanced

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

Re: tie into polyphony question


From: Ole Schmidt
Subject: Re: tie into polyphony question
Date: Wed, 21 Nov 2007 11:36:30 +0100

thanks, but is it possible to tie more than one note ( < > ) into polyphony? And do I use the correct syntax for getting polyphonic and than homophonic again?
(if I use \\ instead of \new Voice = "1" I get no tie at all...)


ole





Am 21.11.2007 um 05:17 schrieb Paul Scott:

Ole Schmidt wrote:


Dear all,

I want to have both of the first two notes tied -the d and the f- sharp. How do I achieve that?
Thanks for a hint

ole

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.10.15"

 \new Staff {
 \time 3/4

 \relative c' {

r4 <d~ fis~ >2| \voiceOne

<< { fis8. d'16 } \new Voice = "1" { \voiceTwo d,4 } >> \oneVoice r2 |

 } }

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
It's not clear what you might have needed around this snippet but the following works in 2.11.34

\version "2.10.15"

\new Staff {
 \time 3/4
 \relative c' {
     r4 << { fis2 ~ fis8. d'16 }  \\ { d,2 ~ d4  }  >> r2 |
   }
}


Paul Scott






reply via email to

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