lilypond-user
[Top][All Lists]
Advanced

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

AW: WG: How to make a partitur book of 7 pieces?


From: Dr. Bernhard Kleine
Subject: AW: WG: How to make a partitur book of 7 pieces?
Date: Sat, 27 Dec 2014 11:23:57 +0100

 

 

Von: Federico Bruni [mailto:address@hidden
Gesendet: Samstag, 27. Dezember 2014 10:37
An: Dr. Bernhard Kleine
Cc: address@hidden
Betreff: Re: WG: How to make a partitur book of 7 pieces?

 

Il giorno sab 27 dic 2014 alle 8:54, Dr. Bernhard Kleine <address@hidden> ha scritto:

\version "2.19.15"

 

\book {

 

  \header {

    title = "Messe in C-Dur"

    subtitle = "für Chor und Orgel"

    composer = "Anton Bruckner"

    arranger = "bearb. v. Jos. Messner"

    piece = "Kyrie"

 

  }

}

\include "./Messe in C_Kyrie.ly"

  \header {

    piece = "Gloria"

  }

\include "./Messe in C_Gloria.ly"

 

Sorry I missed the code.

 

Von: Dr. Bernhard Kleine [mailto:address@hidden]
Gesendet: Samstag, 27. Dezember 2014 08:53
An: 'Federico Bruni'
Cc: 'address@hidden'
Betreff: AW: How to make a partitur book of 7 pieces?

 

The following piece prints the piece = „Gloria“ for the whole work and not only for the second part. How to change that?


It happens because both headers blocks are placed in the same \book block and the last one, containing Gloria, overrides the previous.

You should put each piece inside a \bookpart block.

 

 

___

But in the bookpart the individual pieces will each start on a new page. Is there no other solution?

 


reply via email to

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