Refering to multiple contexts in multiple sections.

2025-01-05 Thread Walt North
I have a case where I will be printing out tablature for two guitarist that use different tunings. I will be reusing the same melody notes saved in variables and just need to supply different tunings and minimum frets for the different results. Below is a MWE example of what I'm trying to do.

Re: Refering to multiple contexts in multiple sections.

2025-01-05 Thread Walt North
And in case it makes any difference.  Some sections will lyrics. Some will have polyponic parts.  Etc.  So not all sections will look the same which is why I am doing multiple sections. On 1/5/2025 7:38 PM, Walt North wrote: I have a case where I will be printing out tablature for two guitari

Re: miss-aligned dynamic in presence of chords with reverse noteheads

2025-01-05 Thread Kieren MacMillan
Hi Richard, Maybe just tweak it to the left a little…? %%% SNIPPET BEGINS \version "2.24" \layout { ragged-right = ##f line-width = 5\in } upper = { g''4 r8 d'' d''2 } dyns = { s4. s8-\tweak X-offset #-0.5 \sf s2 } lowest = { g'4 e'8 r2 % g'4 e'8 c' r2 } \score { <<

Re: Figured bass: extender line without a number

2025-01-05 Thread Jun Tamura
Hi Lukas, Thank you. I found \bassFigureExtendersOn a bit odd, and now you've clearly explained why. Cheers, Jun > 2025/01/05 2:51、Lukas-Fabian Moser のメール: > > Hi Jun, > > Am 04.01.25 um 18:07 schrieb Jun Tamura: >> Yes. Thank you. >> I now understand that the following are equivalent. >> >

Re: miss-aligned dynamic in presence of chords with reverse noteheads

2025-01-05 Thread Saul Tobin
Hm. This is *supposed* to be the situation where \override DynamicText.X-align-on-main-noteheads = ##t (which is the default actually) saves the day. And if the \sf is attached directly to the chord, it does. But when it's in a different staff context, it doesn't do anything, since DynamicText lack