A tie from the b cannot be terminated because there is no following b!

If you're trying to tie from the c in the middle of the triplet to the c after 
it, put the tilde next to it - of course, this will fail by default, but can be 
enabled to succeed by using: \set tieWaitForNote = ##t


Paul



 From:   Andrew Musselman <andrew.mussel...@gmail.com> 
 To:   <lilypond-user@gnu.org> 
 Sent:   03/06/2022 17:38 
 Subject:   Key and tie questions 



Hi all, I'm not seeing a key signature show up when I do this:


```\version "2.22.2"
\relative
\key d \major
{
    <<
    {
        a'8 g'8 \tuplet 3/1 {f' c' b} c'8 c'2
    }
    >>
}```


and when I try to put a tie between the triplet and the next note and put a 
tilde after the `b` in the triplet I get this error:


Interpreting music...
the-mountain.ly:7:45: warning: unterminated tie
 a'8 g'8 \tuplet 3/1 {f' c' b
                                            ~} c'8 c'2


Any clues how to fix these?
 

Reply via email to