lilypond-user
[Top][All Lists]
Advanced

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

Re: Fw: Re: Paper and Header Problem


From: Valentin Villenave
Subject: Re: Fw: Re: Paper and Header Problem
Date: Thu, 18 Sep 2008 19:39:59 +0200

2008/9/18 David Pounder <address@hidden>:

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

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

>> From: "Ralph Palmer" <address@hidden>

>> 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




reply via email to

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