lilypond-user
[Top][All Lists]
Advanced

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

Re: Global font and global size malfunction


From: Phil Holmes
Subject: Re: Global font and global size malfunction
Date: Sun, 1 Jul 2012 12:50:02 +0100

I believe this is a known issue: http://code.google.com/p/lilypond/issues/detail?id=1129

--
Phil Holmes
 
 
----- Original Message -----
Sent: Sunday, July 01, 2012 12:34 PM
Subject: Global font and global size malfunction

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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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