lilypond-user
[Top][All Lists]
Advanced

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

Re: flip clef, key and time signature [Re: flip clef at end of line only


From: Thomas Morley
Subject: Re: flip clef, key and time signature [Re: flip clef at end of line only]
Date: Mon, 17 Apr 2017 13:47:08 +0200

2017-04-17 13:35 GMT+02:00 Marc Hohl <address@hidden>:
> Hi Harm,

>>
>>             (ly:grob-set-property! grob 'space-alist
>>               '((staff-bar extra-space . 1))))))
>
>
> Ah, that's the way to go here – thanks a lot for your brilliant solution!
>
> Can you explain why you use before-line-breaking? Does it make any
> difference to after-line-breaking?

Well, I tried to affect _one_ grob with _one_ override.

The stencil-override could be done directly or before-line-breaking or
after-line-breaking.
The 'space-alist needs to be set directly (with a _separate_ override)
or 'before-line-breaking, it doesn't work sufficiently
'after-line-breaking.

Best,
  Harm



reply via email to

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