\version "2.17.20" #(ly:set-option 'relative-includes #t) #(set-global-staff-size 16) \language "english" \include "commons/Specials.ily" \include "commons/Definitions.ily" \include "commons/Pages.ily" \include "editorials/Inhalt.ily" %%%%%%%%%%%% % fixing clefs for singers SopK = \clef "treble" AltK = \clef "treble" TenK = \clef "treble_8" %%%%%%%%%% \book { \bookOutputName "BWV_206-Konduktor" \paper { print-page-number = ##f first-page-number = -3 #(define page-breaking ly:optimal-breaking) } \bookpart { \header { title = \markup { \fromproperty #'header:myTitle } } \markup \null \pageBreak \markup \null } %ends titling \bookpart { %%%Table des matières \paper { print-page-number = ##f #(define page-breaking ly:minimal-breaking) } \header { title = "" copyright = "" } \markuplist \abs-fontsize #9.4 \table-of-contents \markup \null \pageBreak \markup \null } %ends ToC %%%%%%%%%%%%%%%%%% TEILE I %%%%%%%%%%%%%%%%%% \bookpart { \paper { print-page-number = ##t } \tocAct \TheileA \header { copyright = "" } \tocItem \AA \score { \keepWithTag #'Full \include "01/Conducteur.ily" \header { piece = "(CHOR.)" } \layout { \context { \Score \override SpacingSpanner.common-shortest-duration = #(ly:make-moment 1/4) } } } %ends 01 \tocItem \AB \score { \keepWithTag #'Full \include "02/Conducteur.ily" \header { breakbefore = ##t } \layout { } } %ends 02 % j'en passe... }%ends BOOKPART (first part) %%%%%%%%%%%%%%%%%% TEILE II %%%%%%%%%%%%%%%%%% \bookpart { \paper { print-page-number = ##t } \tocAct \TheileB \header { copyright = "" } \markup { \override #'(font-size . 4) \fill-line { \bold "Nach der Predigt." } } \tocItem \CA \score { \keepWithTag #'Full \include "41/Conducteur.ily" \header { } \layout { \context { \Staff \RemoveEmptyStaves } } }% ends 41 % ...et des meilleures \tocItem \DM \score { \keepWithTag #'Full \include "79/Conducteur.ily" \header { breakbefore = ##t } \layout { } } % ends 79 \tocItem \DN \label #'RefDN \score { \keepWithTag #'Full \include "80/Conducteur.ily" \header { piece = "CHORAL." } \layout { } } % ends 80 } %ends BOOKPART (second part) } %ends BOOK