Von: Federico Bruni [mailto:fedel...@gmail.com] 
Gesendet: Samstag, 27. Dezember 2014 10:37
An: Dr. Bernhard Kleine
Cc: lilypond-user@gnu.org
Betreff: Re: WG: How to make a partitur book of 7 pieces?

 

Il giorno sab 27 dic 2014 alle 8:54, Dr. Bernhard Kleine 
<bernhard.kle...@gmx.net> 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:bernhard.kle...@gmx.net] 
Gesendet: Samstag, 27. Dezember 2014 08:53
An: 'Federico Bruni'
Cc: 'lilypond-user@gnu.org'
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.

 

http://lilypond.org/doc/v2.19/Documentation/notation/multiple-scores-in-a-book#index-_005cbookpart

 

___

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

 

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to