2008/9/18 David Pounder <[EMAIL PROTECTED]>:

> title = ##f
> subtitle = ##f
>
> in the header block of the individual pieces.

I have another solution, that works well (see below).

>> From: "Ralph Palmer" <[EMAIL PROTECTED]>

>> I'm running LY 2.11.53 under Windows XP SP3.

Time to upgrade, maybe? :-)

>> I'm trying to print out sets of tunes (similar to an etude book), with the
>> name of the set and the performers at the top of page one, with the name of
>> the tune and the meter flush right above the tune itself (without the name
>> of the set and the performers repeating over each tune), and with no tune
>> running over onto a second page unless the tune itself is longer than one
>> page. I've got two tunes here, and I can't figure out how to get the setup
>> to work. I also get a funny error message and a barcheck warning. I'm also
>> attaching the log file and the pdf.

Ralph,

try this is your paper block (no need to tweak the \header blocks individually).

\paper{
  scoreTitleMarkup = \markup { \column {
      \fill-line {
        \fromproperty #'header:meter
        \fromproperty #'header:poet
      }
    }
  }
}

You can also refer to this discussion:
http://lists.gnu.org/archive/html/lilypond-user/2008-08/msg00945.html


Cheers,
Valentin


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

Reply via email to