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: James E. Bailey
Subject: Re: custom titles example doesn't work
Date: Tue, 26 Aug 2008 09:35:10 +0200

looks like something before line 11 of your input file is incorrect, causing line 11 to have errors
and something before line 32 as well.
Maybe an unclosed bracket? or scheme setting that doesn't habe enough space around it?

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





reply via email to

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