lilypond-user
[Top][All Lists]
Advanced

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

Re: warning of "unterminated tie"


From: Thomas Morley
Subject: Re: warning of "unterminated tie"
Date: Mon, 29 Dec 2014 19:35:17 +0100

2014-12-29 19:27 GMT+01:00 Jinsong Zhao <address@hidden>:
> 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



reply via email to

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