Can an identifier contain a \score?

2005-11-06 Thread Mark Cookson
I'm going to use Lilypond to write out some scales for my students, and I'd like to define each scale as an identifier, so that I can then simply \include a file full of scale definitions and type the name of each scale I want to write out for a particular student. When I do it this way... cmajor

Re: Can an identifier contain a \score?

2005-11-07 Thread Mark Cookson
On 11/7/05, Erik Sandberg <[EMAIL PROTECTED]> wrote: \score blocks can not be surrounded by { }. Tryfoo = \score { ... }--Erik Thanks for the reply Erik. I'm afraid I'm being a little dense, but although... \book { \header {title = "Grade 5 Scales"} \score {\new Staff{c d e}}  } ...works fine,

How to print "page x of x" in the header

2005-12-29 Thread Mark Cookson
Before I start trying to figure out the Scheme code (and I usually struggle to get headers right even in word processors...) I'm wondering if anyone else has already done something similar: I'm trying to figure out how to print the title and "page x of x" in the header of each page of a \book usin

Re: How to print "page x of x" in the header

2005-12-30 Thread Mark Cookson
ill be to get things into a shape lilypond-book likes the look of... Mark On 12/29/05, Laura Conrad <[EMAIL PROTECTED]> wrote: >>>>> "MC" == Mark Cookson <[EMAIL PROTECTED]> writes:MC>I'm trying to figure out how to print the title and &qu