lilypond-user
[Top][All Lists]
Advanced

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

Re: Unterminated tie with tuplets


From: Urs Liska
Subject: Re: Unterminated tie with tuplets
Date: Tue, 18 Mar 2014 09:26:32 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

Am 18.03.2014 09:17, schrieb Jimmie Felidae:
Hello List,

I got a warning of unterminated tie. The warning message is:

```
/tmp/frescobaldi-k7Gcla/tmpqo6ujA/document.ly:3:2: warning: unterminated tie
   c''2.~  \times 2/3 {a'4 g'8~} | g'2 r2|
```

Related tiny example:

```
\version "2.14.0"
{
   c''2.~  \times 2/3 {a'4 g'8~} | g'2 r2|
}
```

If anyone understands why it happens, please let me know !

Of course, you're trying to tie a c to an a. This isn't related to the tuplets at all.

Either there's something wrong with your example or you actually want a slur:


\version "2.14.0"
{
  c''2.(  \times 2/3 {a'4) g'8~} | g'2 r2|
}

Urs


Thanks,
Jimmie





reply via email to

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