Re: Unterminated tie with tuplets

2014-03-18 Thread Jimmie Felidae
Thanks guys. With your help I realize what I tried to do -- it should be a slur here... Best, Jimmie 2014-03-18 16:30 GMT+08:00, David Kastrup : > Jimmie Felidae writes: > >> Hello List, >> >> I got a warning of unterminated tie. The warning message is: >> >> ``` >> /tmp/frescobaldi-k7Gcla/tmpqo

Re: Unterminated tie with tuplets

2014-03-18 Thread David Kastrup
Jimmie Felidae writes: > 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" > {

Re: Unterminated tie with tuplets

2014-03-18 Thread Urs Liska
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" {

Unterminated tie with tuplets

2014-03-18 Thread 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| } ```