bug-lilypond
[Top][All Lists]
Advanced

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

vaticana staff and changing size


From: Nancho Alvarez
Subject: vaticana staff and changing size
Date: Mon, 05 Sep 2005 13:57:51 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050802 Debian/1.7.10-1

Hello!
I tried to make a VaticanaStaff larger, changing the font and the StaffSymbol. This works well for regular Staff, but in Vaticana Staff
the "stems" are not scaled. Look at the virga in the second example,
it has a very small stem compared with the notehead.

-------------------------------------------------
\version "2.7.7" %windows native
\include "gregorian-init.ly"
\score{
\new VaticanaStaff {
        c' \[\virga c'\]
}
}
\score{
\new VaticanaStaff \with {fontSize = #7 \override StaffSymbol #'staff-space = #(magstep 7)}{
        c' \[\virga c'\]
}
}
-------------------------------------------------------




reply via email to

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