lilypond-user
[Top][All Lists]
Advanced

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

AW: Several pieces into one


From: Dr. Bernhard Kleine
Subject: AW: Several pieces into one
Date: Thu, 28 May 2015 23:03:22 +0200

Your suggestions worked smoothly. Thank you very much.
Now I would like to know how to force a pageBreak before something, e.g after a Solo and before a Tutti, that the Tutti starts the new page.

How to code that?

 

Kind regards

Bernhard

 

 

Von: Stephen MacNeil [mailto:address@hidden
Gesendet: Donnerstag, 28. Mai 2015 18:31
An: address@hidden
; Lilypond-User Mailing List
Betreff: RE: Several pieces into one

 

I create a file and \include the files. you can add markups for space text etc.

\version "2.18.2"

\include "Song1.ly"

\markup {\vspace #3 }

\include "Song2.ly"

\markup {text }

\include "Song3.ly"

\pageBreak

\include "Song4.ly"

\include "Song5.ly"

 

HTH

Stephen


reply via email to

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