Staff size - normal and Vaticana
Hi, Could anybody help me to individually adjust the Vaticana staff-size, please? \version "2.25.12" #(set-global-staff-size 15) \new VaticanaScore { << \new VaticanaVoice = "cantus" {\clef "vaticana-do3" a \[ g\melisma a g\melismaEnd \] f\ictus f \finalis } \new VaticanaLyrics \lyricsto "cantus" { Glo -- ri -- a in ex -- cel -- sis De -- o. } >> } \layout { indent = 0 ragged-last = ##t } \new Score { a b c' d' } Thanks, Martin
Re: Staff size - normal and Vaticana
Great, thank you. All about \score {} ! Martin On Saturday 25 May 2024 18:35:44 BST you wrote: > On Sat, 25 May 2024 at 18:53, mpk 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