make verselayout really work

This commit is contained in:
2025-12-15 00:50:07 +01:00
parent c97c856b05
commit e530bdf090
2 changed files with 16 additions and 20 deletions

View File

@@ -1,5 +1,12 @@
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)))
}
verselayout = \layout {
\LAYOUT
\context {
@@ -8,13 +15,6 @@ verselayout = \layout {
}
}
LAYOUT = \layout {
\LAYOUT
#(let
((custom-size (ly:output-def-lookup LAYOUT 'size #f)))
(if custom-size (layout-set-staff-size custom-size)))
}
TEXT = \markuplist {
\override #`(transposition . ,TRANSPOSITION)
\override #`(verselayout . ,verselayout)