I am working on an arrangement of a James Taylor song. It really does
not lend itself to a straightforward repeat structure since there is a
fair amount of bouncing around from chorus to verse. It needs a
combination of volta repeat and D.S al Segno\coda type of arrangement.
After quite a bit
Okay, with a little tinkering I got the result I was looking for. Just
going to send it out so anyone looking for this solution in the future
has something to refer to!
```
LetteredMeasureNumber =
#(define-music-function
(target-measure letter)
(number? markup?)
#{
% 1) Force currentB
Hi Steph,
Here’s a start on doing it directly:
%%% SNIPPET BEGINS
\version "2.23.82"
music = \relative c' {
\set Score.currentBarNumber = #46
\override Score.BarNumber.break-visibility = ##(#t #t #t)
c4 d e f
c4 d e f |
\set Score.currentBarNumber = #48
c4 d e f |
\temporary \over
Hi Steph,
> I'm looking for how to set some bar numbers in my score to have letters.
> For example:
> 46, 47, 48, 48A, 48B, 48C, 49, etc...
> I've been looking at the documentation and I see how to achieve this for
> \repeat'ed bars, but this is just sequential music and so the example in the