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



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to