lilypond-user
[Top][All Lists]
Advanced

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

Fwd: Re: how to write a single note that covers two sounds


From: Simon Albrecht
Subject: Fwd: Re: how to write a single note that covers two sounds
Date: Fri, 26 Jan 2018 00:08:50 +0100

Glad I could help.

Please keep communication on-list whenever possible, so others may chime in or see results or whether the question is sufficiently answered.

Best, Simon



-------- Forwarded Message --------
Subject:        Re: how to write a single note that covers two sounds
Date:   Thu, 25 Jan 2018 16:50:31 -0600
From:   Edmundo Carmona Antoranz <address@hidden>
To:     Simon Albrecht <address@hidden>



On Thu, Jan 25, 2018 at 12:13 PM, Simon Albrecht <address@hidden> wrote:
I’d suggest overriding extra-offset of NoteHead and Stem – seems appropriate
to depart from semantically appropriate notation in such a case. If it’s a
beamed note – well, then it’s more difficult…

Best, Simon




This gave me a very good result (not caring about the stem not really
reaching the head, it's too small a detail):

    % 48
    % The manuscript has a correction but it's hard to tell if the
final intent is a F or a G so we kind of keep the original notation so
the interpreter has fun with it
    \override NoteHead.extra-offset = #'(0 . 0.25) \tweak font-size 3
    f16
    \revert NoteHead.extra-offset
    e f8 d, d'16 e


Thanks, Simon!




reply via email to

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