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
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
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"%%
>
%%
\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 :
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
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