Am 26.08.2008 um 12:04 schrieb Tom Cloyd:

That has the effect of putting the desired header on page 1, where it isn't wanted, but not on page 2, where it is.

It's late, you should probably get some sleep. Page one is an odd numbered page, so the oddHeaderMarkup will show up on that page. You probably want the evenHeaderMarkup.

In my code file I have things in this order (is that the problem?):

\version...
\paper...
\layout...
\header...
\score...

Any help much appreciated!

t.

James E. Bailey wrote:
and looking at it more closely, try adding a space after #'header:composer
Am 26.08.2008 um 09:22 schrieb Tom Cloyd:

[LilyPond-2.11.56 (development-branch), in Kubuntu Linux 8.04.1]

Inserting the definition example given in "3.2.1 Creating titles" of the Notation Reference (NR) for GNU LilyPond version 2.11.56 into my code file give me the most amazing page of error message. I don't see the problem, and don't understand the error msg. If someone can quickly point out my error, I'd be grateful. Without the insertion, this code file runs without error and produces excellent output.

The inserted code:

oddHeaderMarkup = \markup {
 \fill-line {
   \fromproperty #'header:title \fromproperty #'header:composer}
 }

The entire section from my code file:

\paper {
#(set-default-paper-size "letter" 'portrait) oddHeaderMarkup = \markup {
 \fill-line {
   \fromproperty #'header:title \fromproperty #'header:composer}
 }
ragged-last-bottom = ##t % turns off vertical justify
left-margin = 0.6\in
line-width = 7\in   % works better than specifying R-margin
bottom-margin = 0.7\in
top-margin = 0.7\in }

The initial part of the error messages:

GNU LilyPond 2.11.56
Processing `prelude01.ly'
Parsing...
prelude01.ly:11:23: error: syntax error, unexpected SCM_TOKEN
ragged-last-bottom =
                    ##t % turns off vertical justify
prelude01.ly:32:9: error: syntax error, unexpected STRING, expecting \default or NOTENAME_PITCH
 \key
      g \major
prelude01.ly:39:5: error: syntax error, unexpected STRING
 {
  r2. < e'' fis''-4\3 g''-1\2 >2\sfz \fermata |} \\

Thanks for any help!

Tom

--

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tom Cloyd, MS MA, LMHC - Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
<< [EMAIL PROTECTED] >> (email)
<< TomCloyd.com >> (website) << sleightmind.wordpress.com >> (mental health weblog)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user



--

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tom Cloyd, MS MA, LMHC - Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
<< [EMAIL PROTECTED] >> (email)
<< TomCloyd.com >> (website) << sleightmind.wordpress.com >> (mental health weblog)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to