Re: Stacked tensions for chord names
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
Re: Extend all hairpins over time signature changes
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
Re: Extend all hairpins over time signature changes
> A custom engraver could automate that: Thank you so much Aaron! This is very helpful and instructive. Nuno
Re: Extend all hairpins over time signature changes
>> 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
text above threader
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 Tone 1 Verse 6.pdf Description: Adobe PDF document
Re: text above threader
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” (small font) > > in the upper right hand corner of the piece? See the sample. I inserted > the term > manually. I would prefer not to insert manually. > > See attached. Thanks. > L. Westerberg > > > > > >
Re: text above threader
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 { > 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” (small font) >> >> in the upper right hand corner of the piece? See the sample. I inserted >> the term >> manually. I would prefer not to insert manually. >> >> See attached. Thanks. >> L. Westerberg >> >> >> >> >> >>