Simple substitution for oddFooterMarkup?

2006-11-02 Thread Trevor Bača
Hi, I've been looking over 12.1 and 12.4 and I'm still struggling with the following task: I want to store boldPageNumber = \markup { \fill-line { \bold \fontsize #3 \on-the-fly #print-page-number-check-first \fromproperty #'page:page-number-string } } in a standard include file called standa

Re: Simple substitution for oddFooterMarkup?

2006-11-02 Thread Mats Bengtsson
Trevor Bača wrote: Hi, I've been looking over 12.1 and 12.4 and I'm still struggling with the following task: I want to store boldPageNumber = \markup { \fill-line { \bold \fontsize #3 \on-the-fly #print-page-number-check-first \fromproperty #'page:page-number-string } } in a standard incl

Re: Simple substitution for oddFooterMarkup?

2006-11-02 Thread Trevor Bača
On 11/2/06, Mats Bengtsson <[EMAIL PROTECTED]> wrote: Trevor Bača wrote: > Hi, > > I've been looking over 12.1 and 12.4 and I'm still struggling with the > following task: > > I want to store > > boldPageNumber = \markup { \fill-line { \bold \fontsize #3 > \on-the-fly #print-page-number-check-

Re: Simple substitution for oddFooterMarkup?

2006-11-02 Thread Mats Bengtsson
Trevor Bača wrote: On 11/2/06, Mats Bengtsson <[EMAIL PROTECTED]> wrote: Hm; maybe it simplifies things a bit to get rid of the include file and do the example in a single file like this? %%% BEGIN %%% \version "2.9.27" boldNumber = \markup { \fill-line { \bold \fontsize #3 \on-the-fly

Re: Simple substitution for oddFooterMarkup?

2006-11-02 Thread Trevor Bača
On 11/2/06, Mats Bengtsson <[EMAIL PROTECTED]> wrote: Trevor Bača wrote: > On 11/2/06, Mats Bengtsson <[EMAIL PROTECTED]> wrote: >> >> >> > Hm; maybe it simplifies things a bit to get rid of the include file > and do the example in a single file like this? > > %%% BEGIN %%% > > \version "2.9.27

Re: Simple substitution for oddFooterMarkup?

2006-11-02 Thread Nicolas Sceaux
"Trevor Bača" <[EMAIL PROTECTED]> writes: > I want to store > > boldPageNumber = \markup { \fill-line { \bold \fontsize #3 > \on-the-fly #print-page-number-check-first \fromproperty > #'page:page-number-string } } > > in a standard include file called standard.ly and then write > > \include "sta

Re: Simple substitution for oddFooterMarkup?

2006-11-02 Thread Trevor Bača
On 11/2/06, Nicolas Sceaux <[EMAIL PROTECTED]> wrote: "Trevor Bača" <[EMAIL PROTECTED]> writes: > I want to store > > boldPageNumber = \markup { \fill-line { \bold \fontsize #3 > \on-the-fly #print-page-number-check-first \fromproperty > #'page:page-number-string } } > > in a standard include f

[Q] Rehearsal marks in parts

2006-11-02 Thread Victor Eijkhout
If I put "\mark \default" in each part, then I get an annoying warnnig message about duplicate marks when I include the parts in a score document. What's the easiest way around this? Victor. ___ lilypond-user mailing list lilypond-user@gnu.org http:

Re: [Q] Rehearsal marks in parts

2006-11-02 Thread Paul Scott
Victor Eijkhout wrote: If I put "\mark \default" in each part, then I get an annoying warnnig message about duplicate marks when I include the parts in a score document. What's the easiest way around this? Can you give the version number of LilyPond you are using and a small example? Paul

Re: Simple substitution for oddFooterMarkup?

2006-11-02 Thread stk
Hi -- Your macro definition: >> boldPageNumber = \markup { \fill-line { \bold \fontsize #3 >> \on-the-fly #print-page-number-check-first \fromproperty >> #'page:page-number-string } } Question: if print-page-number-check-first is a defined function, does it have to be referenced as a litera