lilypond-user
[Top][All Lists]
Advanced

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

Printing two copies of same music (including title and composer) on same


From: Matthew Beckler
Subject: Printing two copies of same music (including title and composer) on same piece of paper?
Date: Wed, 28 Feb 2007 05:10:36 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hello,

I'm in the process of digitizing some old, handwritten music for the University
of Minnesota Marching Band. We use 'pep-band' sized music, which is 7 inches
wide by 5.5 inches tall. We normally print and copy using standard letter (8.5"
x 11") paper, and then trim the music down.

I have a short piece that can easily fit on one pep-band sized piece of music
(7" x 5.5"). I would like to be able to print two complete copies of the same
music (including the title and composer) on the same page. I can play with the
offsets to get things to align in the right places, but I'm having trouble
getting the header to print for the second copy. Here is a very simplified
version of my source, again, I'm trying to get the title and composer to show up
for the second copy as well as the first.

\version "2.8.0"
\include "english.ly"

\header
{
        title = "Title"
        composer = "Composer"
        maintainer = "address@hidden"
        lastupdated = "2007/Feburary/27"
}

soloTrumpet = \new Voice { \relative c'' {
        \set Staff.instrument = "Solo Trumpet"
        \set Staff.midiInstrument = "trumpet"

        % phrase 1
        bf4 d f4. d8 | ef g r4 r2 | f4 bf bf4. c8 | a f r4 r2 | \bar "|."
}}



#(set-global-staff-size 14)


\book
{
  \score
  {
    \new Staff \soloTrumpet
  }

  \score
  {
    \new Staff \soloTrumpet
  }
}

Any help would be very much appreciated.

Thanks,
Matthew

address@hidden





reply via email to

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