Am 03.01.2017 um 14:06 schrieb Rutger Hofman: > On 03-01-17 13:45, Urs Liska wrote: >> Hi all, >> >> it seems to me this should be easily doable, but I don't find the right >> incantation. >> >> I would like to force some space between the first group in the right >> hand and the following grace notes. This is necessary in order to >> squeeze a slur between them, coming from the dis in the left hand. >> >> From the manual I found >> >> \override Score.NonMusicalPaperColumn.padding = #10 >> >> looking like it's what I need. But used like this it introduces space >> between *all* notes, regardless of where it is placed. Trying to use it >> with \once it doesn't have any effect (using 2.19.52). >> >> Any suggestion would be welcome. >> >> Urs >> >> > > Hacky: adding s32 (or whatever) as the first note of the grace group > works. Of course this is only because it is within a grace, but > otherwise force-hshift might help?
Hey, this is cool. Pretty unsemantic hack but does actually work in this context. force-hshift usually doesn't help in cases like this (I think) because it only shifts different voices against each other. So if no second voice is present it just doesn't have any effect. Urs > > Rutger > > > _______________________________________________ > lilypond-user mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/lilypond-user -- [email protected] https://openlilylib.org http://lilypondblog.org _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
