lilypond-user
[Top][All Lists]
Advanced

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

Re: stacking whole notes of different size


From: Simon Albrecht
Subject: Re: stacking whole notes of different size
Date: Mon, 31 Aug 2015 18:50:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Am 31.08.2015 um 18:22 schrieb Marc Hohl:
Am 31.08.2015 um 15:41 schrieb Simon Albrecht:
Hello Marc,

this is a known issue: see
<https://sourceforge.net/p/testlilyissues/issues/3900/>.

Ok, so I managed to shift the upper note heads by using extra-offset:

< g \tweak font-size #-3 \tweak Accidental.font-size #-3 \tweak extra-offset #'(-0.25 . 0) b > | < fis \tweak font-size #-3 \tweak Accidental.font-size #-3 \tweak extra-offset #'(-0.25 . 0) h! > |
    < e \tweak font-size #-3 \tweak extra-offset #'(-0.25 . 0) cis' > |
< d \tweak font-size #-3 \tweak extra-offset #'(-0.25 . 0) d' >~) | 1~ | 1~ | < d \tweak font-size #-3 d' >2

One problem remains: the upper ties are drawn as if the notes weren't shifted. How can I access the upper ties for reformatting? Is there a way to apply the shift amount to all control points simultaneously?
You could try the \shiftII function from openlilylib – or, if you use extra-offset anyway, apply that to the ties also.


(I tried shifting the smaller notes by \tweak X-offset #-0.25 first, but that does not seem to have any effect.)
Yes, because NoteColumn interferes.

Yours, Simon



reply via email to

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