Hi lilyponders!
In the example make-pango-font-tree and #(set-global-staff-size 16)
malfunction:
The font does not change if #(set-global-staff-size 16 is active.
You have an answer?
thank you!
\version "2.15.40"
\header {
% Elimina la tagline predefinita di LilyPond
tagline = ##f
}
#(set! paper-alist (cons '("my size" . (cons (* 5 cm) (* 2 cm))) paper-alist))
\paper{
#(set-paper-size "my size")
myStaffSize = #16
#(define fonts
(make-pango-font-tree "URW Palladio L"
"URW Palladio L"
"URW Palladio L"
(/ myStaffSize 16)))
}
#(set-global-staff-size 16)
global = {
\key c \major
\time 4/4
}
sopranoVoice = \relative c'' {
\global
\dynamicUp
% Qui segue la musica.
a b c d
}
verse = \lyricmode {
% Qui seguono le parole.
Q we r ty
}
\score {
\new Staff \with {
midiInstrument = "choir aahs"
} { \sopranoVoice }
\addlyrics { \verse }
\layout { }
\midi {
\context {
\Score
tempoWholesPerMinute = #(ly:make-moment 100 4)
}
}
}
--
oiram/bin/selom
Da ognuno secondo le proprie capacità ad ognuno secondo i propri bisogni.
Linux
MIB Lilypond Frescobaldi Rosegarden _______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user