lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Q: How to resize a VaticanaVoice Staff ?


From: Michael Gerdau
Subject: Q: How to resize a VaticanaVoice Staff ?
Date: Mon, 15 Jun 2015 11:40:42 +0200
User-agent: KMail/4.14.9 (Linux/4.0.5-1-ARCH; KDE/4.14.9; x86_64; ; )

Hi list,

I'm trying to resize a gregorian style engraving. However what works
nicely for "normal" Staffs does not seem to work for gregorian.

See the following 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 StaffSymbol.staff-space = #(magstep 5)
} {
  \clef "vaticana-fa2"
  \music
}

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

The "normal" Staffs are resized as desired while for the VaticanaVoice
only the neumen are resized.

How do I resize the rest as well ?

Best wishes,
Michael
-- 
 Michael Gerdau       email: address@hidden
 GPG-keys available on request or at public keyserver

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]