=
> #all-visible
> \repeat unfold 4 { a1 }
> \override Score.BarNumber #'stencil = #bis-bar-number
> \repeat unfold 4 { a1 }
> \revert Score.BarNumber #'stencil
> \repeat unfold 4 { a1 }
> }
>
> \score { \music }
>
> > -Original Message-
Thank you very much, Kieren!
I was looking for a kind of solution like the one you wrote but I didn't
arrive to Scheme snippet, so I think it's a big step toward the goal even if
it doesn't really work yet.
I'll try to start from these lines, maybe I will be luckier enough to find the
right way
Trevor,
Rather than just give you a Scheme procedure to do this,
I thought it might be more helpful to say how I arrived at this
code, as I'm still learning too, and needed to work this out.
You, my friend, are totally awesome! =)
Thanks,
Kieren.
___
aniels=treda.co.u
> [EMAIL PROTECTED] Behalf Of
> Kieren MacMillan
> Sent: 07 March 2008 17:23
> To: Francesco Guglie
> Cc: lilypond-user@gnu.org
> Subject: Re: Changing the bar-number string
>
>
> Hi Francesco,
>
> > I'd like to change the bar-numbers of a
Hi Francesco,
I'd like to change the bar-numbers of a repeated section so that it
shows the bar-number of the first time with a "bis" added.
If I knew Scheme, I would write something like
%%
\version "2.11.37"
#(define (special-bar-number context)
(markup (#:line ((ly:context-proper
Hi everybody!
Since I'm having some problems posting my mail to the mailing-list through my
mail-client, I'm trying to resend this one through the gmane interface.
I'm typesetting an orchestral score with repeated sections inside each
movement; I'd like to change the bar-numbers of a repeated s