Isolated/bare durations, was Re: ... extra note appearing note appearing when a tie was requested

David Wright <[email protected]> Tue, 28 Jul 2026 22:40:11 -0500
Newsgroups gmane.comp.gnu.lilypond.general
Message-ID <aml2GzeqSG/[email protected]>
On Tue 28 Jul 2026 at 08:21:29 (-0400), Yoshiaki Onishi wrote:
> > << { \tuplet 3/2 {c8 d g~} g~4 g2 } \\ { s2 r4 \tuplet 3/2 {c8 d e} } >>
> > 
> In Voice 1 of your code, you have g~4. This is interpreted as g (of the same note duration (except the tuplet ratio applied), tied to a quarter note of the same pitch. This causes the extra quarter note to appear.
> 
> Instead of g~4, you need either:
> 
> g4~
> 
> or 
> 
> 4~
> 
> That should fix the issue you are having. 

It does seem that the isolated/bare duration notation crept in
somewhat under the radar, and it's no surprise to me if newbies
confuse the issue. If Ties & Slurs don't grab your attention in
the Learning Manual, you might miss the issue altogether. (I don't
think there's an example in the LM where an isolated duration does
not follow a tie.)

I think the isolated duration syntax should be mentioned as soon as
durations are (like in the NR), ie just before the Rests section on
page 7 (in version 2.26.0). Also it should include mention there
the fact that a space (even a newline) between a pitch and a duration
does not isolate that duration and make it a separate note. The pitch
will search ahead for a duration unless something else intervenes.

BTW, LM uses the terminology "bare" whereas NR uses "isolated",
exclusively.

(Sorry not to notice your post earlier,
which didn't get threaded onto the OP's.)

Cheers,
David.