lilypond-user
[Top][All Lists]
Advanced

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

Re: once again with a header, tie into polyphony question


From: Paul Scott
Subject: Re: once again with a header, tie into polyphony question
Date: Tue, 20 Nov 2007 21:17:30 -0700
User-agent: Mozilla-Thunderbird 2.0.0.4 (X11/20070828)

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]