lilypond-user
[Top][All Lists]
Advanced

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

Re: Key and tie questions


From: Paul Hodges
Subject: Re: Key and tie questions
Date: Fri, 3 Jun 2022 18:05:35 +0100

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.musselman@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

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