On Sat, 25 May 2024 at 18:53, mpk <[email protected]> wrote: > > Hi, > Could anybody help me to individually adjust the Vaticana staff-size, > please?
Hello,
\score {
\new VaticanaScore {
% etc.
}
\layout {
#(layout-set-staff-size 18)
}
}
\score {
% normal score
}
Kind regards,
Xavier
