Re: Refering to multiple contexts in multiple sections.

2025-01-06 Thread David Kastrup
Walt North writes: > Thank you.  I will try this.  It was for maintenance reasons I was > avoiding the skip because I did not realize it could be used that > way.  I thought it had to be a hard number and that would be a pain to > maintain.  After reading your reply I looked at the documentation

Re: Refering to multiple contexts in multiple sections.

2025-01-06 Thread Walt North
Thank you.  I will try this.  It was for maintenance reasons I was avoiding the skip because I did not realize it could be used that way.  I thought it had to be a hard number and that would be a pain to maintain.  After reading your reply I looked at the documentation again and found this: W

Re: Refering to multiple contexts in multiple sections.

2025-01-06 Thread Lukas-Fabian Moser
Hi Walt, Am 06.01.25 um 04:38 schrieb 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.

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

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.