fix customize layout sizing
This commit is contained in:
@@ -79,6 +79,11 @@ generalLayout = \layout {
|
||||
}
|
||||
}
|
||||
|
||||
#(define (customized-layout base-layout)
|
||||
(let
|
||||
((custom-size (ly:output-def-lookup base-layout 'size #f)))
|
||||
(if custom-size (layout-set-staff-size custom-size))))
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%%% kleine Helferlein:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user