lilypond-user
[Top][All Lists]
Advanced

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

Re: page breaks


From: Mats Bengtsson
Subject: Re: page breaks
Date: Wed, 30 Jun 2004 18:11:00 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616

This is because the \newpage command just redefines what will happen
between successive score lines within a piece. To get a page break
between two pieces, you can simply insert a LaTeX page breaking
command in the titling text:
  \header{ piece = "\\newpage Piece 2" }

   /Mats

Pascal Legris wrote:
This example give me also a page break, but "\newpage" does not work between two pieces like:

\score{
 \notes\relative c'{
  c d e f g a b c  \newpage
}
    \header { piece = "Piece 1" }
    \paper {}
}
\score{
 \notes\relative c'{
  c d e f g a b c
}
    \header { piece = "Piece 2" }
    \paper {}
}

@+,
Pascal


Le 16 juin 04, à 17:32, Mats Bengtsson a écrit :

The following example gives two pages here.

\score{
 \notes\relative c'{
  c d e f \newpage g a b c
}}


   /Mats

Pascal Legris wrote:

Hi,
For me, \newpage in at bar lines do nothing, but \\newpage in piece header is fine.
For instance :
\header { piece = "\\huge \\begin{center} \\newpage \\textbf{Noel Anglois} \\\* \\end{center} \\Large \\textit{Cornet de recit}" }
Lilypond: version 2.2.2
@+,
Pascal
Le 14 juin 04, à 17:24, Mats Bengtsson a écrit :

You can add a page break using the command \newpage. Just as
\break for line breaking, it will only work at bar lines.
For the moment, there's no way to prevent page breaks, but often
you can control it by adding them manually where you want them.

   /Mats

LEGRAND Jean-Marc wrote:

HI !
I've been trying to understand messages about that pb, but I can't find out how to force page breaks
with Lilypond 2.0.
My score is divided in little verses (it's a Folia), and I'de like to avoid turning pages during a
verse. How can I do it ?
Thanks
_______________________________________________
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
=============================================


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


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


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





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

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