Hello all, I need some bookparts to use a different staff size than the rest of a book, thus the usage of layout-set-staff-size. This resets the afore defined fonts and I cannot seem to find a place where to re-define the fonts. See the reduced example below. Any ideas?
\version "2.19.59" #(set-global-staff-size 15) \paper { #(define fonts (set-global-fonts #:roman "monospace" #:factor (/ staff-height pt 20) )) } % some bookparts cut … \bookpart { \score { b'1^\markup "Serif" \layout { #(layout-set-staff-size 17) } } } Thanks, Peter -- Peter Crighton | Musician & Music Engraver based in Mainz, Germany http://www.petercrighton.de
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user