fix customize layout sizing

This commit is contained in:
2025-12-22 11:29:32 +01:00
parent 2d14a5b632
commit 463d61fbd9
3 changed files with 10 additions and 6 deletions

View File

@@ -2,9 +2,7 @@ MUSIC = { \transposable #TRANSPOSITION \MUSIC }
LAYOUT = \layout {
\LAYOUT
#(let
((custom-size (ly:output-def-lookup LAYOUT 'size #f)))
(if custom-size (layout-set-staff-size custom-size)))
#(customized-layout LAYOUT)
}
verselayout = \layout {