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




_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to