lilypond-user
[Top][All Lists]
Advanced

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

Re: combining files


From: Paul Scott
Subject: Re: combining files
Date: Fri, 17 Feb 2006 17:08:37 -0700
User-agent: Debian Thunderbird 1.0.7 (X11/20051017)

bears388 wrote:

Dear Paul,
It appears to make no difference where the \header goes. It doesn't combine either way. But thanks, anyway.

I have a working example of what you are asking for. Some double angle brackets may be necessary:

\book {
 \score {
   <<
     \set Score.skipBars = ##t
     \override Score.MultiMeasureRest   #'expand-limit = #1
     \context Staff = fluteI <<
       \global \flef
     >>
   >>
   \header{ piece = "Flute" }
 }
% next score
}






reply via email to

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