2014-12-29 19:27 GMT+01:00 Jinsong Zhao <[email protected]>:
> Hi there,
>
> The LilyPond can't determinate the tie in the following snippet. Why? and
> how to get a tie between the bes and bes2? Thanks!
>
> \version "2.19.15"
> \relative c'' {
> \clef "treble"
> \key ees \major
> g'4 f8 ees ees4 g,8 bes ~ |%m70
> << { bes2 g4 g8 bes } \\ { < g ees >4 < f d > ees2 } >>
> }
>
> Best regards,
> Jinsong
Try:
\relative c'' {
\clef "treble"
\key ees \major
g'4 f8 ees ees4 g,8 \once \tieUp bes~ |%m70
<<
{ \voiceOne bes2 g4 g8 bes }
\new Voice { \voiceTwo < g ees >4 < f d > ees2 }
>>
}
The << \\ >> returns far to often problems. I use it only for most
simple and short things.
HTH,
Harm
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user