Thank you David,

[sample snipped]

> You need to override StaffSymbol outside of the \with block.  You also
> need to specify its context:
> 
> % bigger size
> \new VaticanaVoice \with {
>   fontSize = #5
> } {
>   \override Staff.StaffSymbol.staff-space = #(magstep 5)
>   \clef "vaticana-fa2"
>   \music
> }
> 
> Hope this helps!

I'm almost there. Now the neumen as well as the \divisioMinima are
properly resized. What do I need to do to have this for the \clef as well ?

Here the updated example:
<-- snip -- snip -- snip -- snip -->
\version "2.18.2"

\include "gregorian.ly"

music = \relative c { e e \[ d\melisma \flexa c\melismaEnd \] \divisioMinima 
}

% normal size
\new VaticanaVoice {
  \clef "vaticana-fa2"
  \music
}

% bigger size
\new VaticanaVoice \with {
  fontSize = #5
} {
  \override Staff.StaffSymbol.staff-space = #(magstep 5)
  \clef "vaticana-fa2"
  \music
}

% the same procedure for a "normal" Staff
\new Staff {
  \clef "treble"
  \transpose c c'
  \music
}
\new Staff \with {
  fontSize = #5
  \override StaffSymbol.staff-space = #(magstep 5)
} {
  \clef "treble"
  \transpose c c'
  \music
}
<-- snip -- snip -- snip -- snip -->

Best wishes,
Michael
-- 
 Michael Gerdau       email: [email protected]
 GPG-keys available on request or at public keyserver

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to