Aaron Hill wrote:
[...]
no-bs = #'(baseline-skip . 0)
[...]
Was there intention behind that variable name? ;-)
The official reason: very short, to avoid any wrapping of code.
It just happened - while culling hyphens - and then seemed fun.
Cheers,
Robin
Kieren MacMillan writes:
> Aaron,
>
>> So it just the case that you want hairpins to extend over time
> signatures? A custom engraver could automate that:
>
> THIS IS GOLD!
I think it is spelt "Gould".
--
David Kastrup
> A custom engraver could automate that:
Thank you so much Aaron! This is very helpful and instructive.
Nuno
>> THIS IS GOLD!
> I think it is spelt "Gould".
> David Kastrup
=)
Kieren MacMillan, composer (he/him/his)
‣ website: www.kierenmacmillan.info
‣ email: kie...@kierenmacmillan.info
How can I use lilypond to insert the term “Octoechos: Sunday” (small font)in the upper right hand corner of the piece? See the sample. I inserted the termmanually. I would prefer not to insert manually. See attached. Thanks.L. Westerberg
Kievan Tone 1 Verse 6.ly
Description: Binary data
Kievan T
Hi Lydia,
How about:
\paper {
oddHeaderMarkup = \markup \fill-line { \null \teeny\sans "Octoechos:
Sunday" }
evenHeaderMarkup = \oddHeaderMarkup
}
Cheers,
Pierre
Le mar. 2 mars 2021 à 20:14, Lydia Westerberg a
écrit :
>
> How can I use lilypond to insert the term “Octoechos: Sunday” (sma
PS. See also:
http://lilypond.org/doc/v2.22/Documentation/notation/custom-titles-headers-and-footers.html#custom-layout-for-headers-and-footers
Le mar. 2 mars 2021 à 20:26, Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com> a écrit :
> Hi Lydia,
> How about:
>
> \paper {
> oddHeaderMark