lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: custom titles example doesn't work


From: Tom Cloyd
Subject: Re: custom titles example doesn't work
Date: Tue, 26 Aug 2008 03:04:15 -0700
User-agent: Thunderbird 2.0.0.16 (X11/20080724)

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. 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
<< address@hidden >> (email)
<< TomCloyd.com >> (website) << sleightmind.wordpress.com >> (mental health weblog)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user



--

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]