lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertical Spacing between scores


From: Mats Bengtsson
Subject: Re: Vertical Spacing between scores
Date: Thu, 01 Mar 2007 09:24:35 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

One solution is to insert a \markup command that takes some vertical space,
such as

\markup{\pad-to-box #'(0 . 0) #'(0 . 100) \null }

Replace the 100 with whatever number you prefer. As always, the unit of
measurement is the spacing between two staff lines.

  /Mats

Matthew Beckler wrote:
Hello,

I'm trying to print two scores (with the same piece for both), on the same page. I'd like to be able to insert vertical spacing between the first and second scores so as to push the second score down the page, leaving blank space between the end of the first score and the second score. Here is my sample test code:

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

\paper {
  scoreTitleMarkup = \bookTitleMarkup
}

soloTrumpet = \new Voice { \relative c'' {
    \set Staff.instrument = "Solo Trumpet"
    bf4 d f4. d8 | ef g r4 r2 | f4 bf bf4. c8 | a f r4 r2 | \bar "|."
}}

\book
{
  \score
  {
    \new Staff \soloTrumpet
    \header{title = "Title"}
  }

  %Insert extra space here?
  % Either:
  %  1. Insert some specified amount of vertical space?
  %  2. Specify where (vertically) the next score should start?

  \score
  {
    \new Staff \soloTrumpet
    \header{title = "Title"}
  }
}

Thanks for any help in advance,
Matthew


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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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