Re: boxed extra rehersal mark

2006-12-20 Thread Neuro
I believe that Score.markFormatter only works from \mark \default for the others you need: \mark \markup{ \box A1 } , etc. Paul Scott Yes ! ~ It works. ^_^ Thank you all very much :) Neuro [EMAIL PROTECTED] ___ lilypond-user mailing list lil

Re: boxed extra rehersal mark

2006-12-20 Thread Paul Scott
t;%% \mark \default%% this is "boxed B" ..., so what next shall I do ? :) Neuro [EMAIL PROTECTED] - Original Message - From: Frédéric Chiasson To: Neuro Cc: lilypond-user@gnu.org Sent: Wednesday, December 20, 2006 6:12 PM Subject: Re: boxed extra rehersal mark

Re: boxed extra rehersal mark

2006-12-20 Thread Cameron Horsburgh
On Wed, Dec 20, 2006 at 06:22:05PM -0800, Neuro wrote: > > Thank Frédéric veru much, ^_^ > > But, I did. > > \set Score.markFormatter = #format-mark-box-letters > \mark \default%% so, this is "boxed A" > \mark "A1"%% this is unboxed A1, bu I prefer "boxed A1" > \mark "A2"%% >

Re: boxed extra rehersal mark

2006-12-20 Thread Neuro
%% \mark \default%% this is "boxed B" ..., so what next shall I do ? :) Neuro [EMAIL PROTECTED] - Original Message - From: Frédéric Chiasson To: Neuro Cc: lilypond-user@gnu.org Sent: Wednesday, December 20, 2006 6:12 PM Subject: Re: boxed extra rehersal mark You can use :

Re: boxed extra rehersal mark

2006-12-20 Thread Frédéric Chiasson
You can use : \set Score.markFormatter = #format-mark-box-letters to put boxes around letters Frédéric 2006/12/20, Neuro <[EMAIL PROTECTED]>: Excuse me, I am almost newbie... I have a quick small question here: How do you mark a extra "boxed" rehersal mark such as "A1" ? My script goes

boxed extra rehersal mark

2006-12-20 Thread Neuro
Excuse me, I am almost newbie... I have a quick small question here: How do you mark a extra "boxed" rehersal mark such as "A1" ? My script goes like this: \mark \default%% supposse this is "boxed A" \mark "A1"%% supposse this is A1, bu I prefer "boxed A1" \mark "A2"%% sup