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




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

Reply via email to