Il giorno sab 27 dic 2014 alle 8:54, Dr. Bernhard Kleine <[email protected]> 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:[email protected]]
Gesendet: Samstag, 27. Dezember 2014 08:53
An: 'Federico Bruni'
Cc: '[email protected]'
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


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to