Re: Automatically numbering "instrument name"?

2017-08-10 Thread Manuela Gößnitzer
Hi Sam, thank you for your feddback. My name is Manuela, I am female :-) 2017-08-09 21:00 GMT+02:00 Sam Bivens : > Hi Manuel and Malte, > > Thanks so much for the help; this is exactly what I was looking for! > > Sam > > On Wed, Aug 9, 2017 at 4:18 AM, Malte Meyn

Re: Automatically numbering "instrument name"?

2017-08-09 Thread Sam Bivens
Hi Manuel and Malte, Thanks so much for the help; this is exactly what I was looking for! Sam On Wed, Aug 9, 2017 at 4:18 AM, Malte Meyn wrote: > > > Am 09.08.2017 um 06:34 schrieb Manuela Gößnitzer: > >> Do you mean something like this? >> >> #(define score-number 0)

Re: Automatically numbering "instrument name"?

2017-08-09 Thread Malte Meyn
Am 09.08.2017 um 06:34 schrieb Manuela Gößnitzer: Do you mean something like this? #(define score-number 0) %% insert in first score #(set! score-number (1+ score-number)) \new PianoStaff \with { instrumentName = \markup { #(number->string score-number) "." } } \relative

Re: Automatically numbering "instrument name"?

2017-08-08 Thread Manuela Gößnitzer
Do you mean something like this? #(define score-number 0) %% insert in first score #(set! score-number (1+ score-number)) \new PianoStaff \with { instrumentName = \markup { #(number->string score-number) "." } } \relative c'' { c } 2017-08-08 23:33 GMT+02:00 Sam Bivens

Automatically numbering "instrument name"?

2017-08-08 Thread Sam Bivens
As I finish up a sight-singing course packet, I'm wondering if it's possible for LilyPond to automatically number the individual scores from beginning to end. Throughout the document, I have six different types of score contexts, shown in mwe.ly. The perfect solution would be a fix where