lilypond-user
[Top][All Lists]
Advanced

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

Re: Help with line breaks


From: Mats Bengtsson
Subject: Re: Help with line breaks
Date: Mon, 11 Apr 2005 11:11:07 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

Unfortunately, this is not supported in version 2.4, but if you use
a recent development version, 2.5.xx, there is a new parameter that
can be set in the \header block for each score.

In the mailing list archives, you can find some workarounds, using
an empty score with only a page break, but it introduces some extra
space at the top of the new page.

   /Mats

Helder Gomes da Silva wrote:
Hello everyboby.
I'm starting using lilypond. The example here in my e-mail has three different scores. The only thing that I want is to be able to print each score in a different page. How can I perform the break between then?

Thank you very much,

Helder

== EXAMPLE ==

\version "2.4.0"

\header {
  title = "Whatever"
  composer = "A cool guy"
}


% Guitar I

gi = {\set Staff.instrument = "Gui. I"
      \set Staff.instr = "I"
      c d e f | c d e f | c d e f
      c d e f | c d e f | c d e f
      c d e f | c d e f | c d e f
      c d e f | c d e f | c d e f
    }

% Guitar II

gii = {\set Staff.instrument = "Gui. II"
       \set Staff.instr = "II"
       b b a f |  b b a f |  b b a f
       b b a f |  b b a f |  b b a f
       b b a f |  b b a f |  b b a f
       b b a f |  b b a f |  b b a f
     }

% Score for Guitar I

\score {\gi}

% Score for Guitar II

\score {\gii}

% Guitar Ensemble
\score {
\header {piece = "Ensemble"}
  \context StaffGroup <<
    \new Staff <<\gi>>
    \new Staff <<\gii>>
  >>
  \layout{}

==


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