>> Am 23.03.2015 um 21:53 schrieb Nikolai Hedler:
>>>  Would you like to enlighten me, then? Or do you mean to recommend
>>> that I just use the hackish workaround?
>>>

Actually the following works perfectly well in a single file:

\version "2.18.2"

#(set-global-staff-size 15)
\book {
    \bookOutputName "score"
    \score { ... }
    \paper {
        #(set-paper-size "a3" 'portrait)
    }
}

#(set-global-staff-size 20)
\book {
    \bookOutputName "part_1"
    \score { ... }
    \paper {
        #(set-paper-size "b4" 'portrait)
    }
}

\book {
    \bookOutputName "part_2"
    \score { ... }
    \paper {
        #(set-paper-size "b4" 'portrait)
    }
}


--
Mark Knoop

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

Reply via email to