Re: Changing the bar-number string

2008-03-09 Thread Francesco Guglie
= > #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-

Re: Changing the bar-number string

2008-03-09 Thread Francesco Guglie
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

Re: Changing the bar-number string

2008-03-08 Thread Kieren MacMillan
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. ___

RE: Changing the bar-number string

2008-03-08 Thread Trevor Daniels
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

Re: Changing the bar-number string

2008-03-07 Thread Kieren MacMillan
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

Changing the bar-number string

2008-03-04 Thread Francesco Guglie
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