bug-lilypond
[Top][All Lists]
Advanced

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

Custom fonts broken in Windows version


From: Basil Crow
Subject: Custom fonts broken in Windows version
Date: Thu, 16 Jun 2005 18:07:08 -0400
User-agent: Mozilla Thunderbird 1.0+ (Windows/20050604)

The following file compiles fine on LilyPond 2.5.31 Linux, but hangs in Windows on "Converting to `test.pdf'..."


test.ly
=====
\version "2.5.31"

\paper  {
 % change for other default global staff size.
 myStaffSize = #20

 #(define fonts
(make-pango-font-tree "Times New Roman" "Arial" "Courier New" (/ myStaffSize 20)))
}

melody = \relative c' {
 \clef treble
 \key c \major
 \time 4/4

 a b c d
}

text = \lyricmode {
 Aaa Bee Cee Dee
}

harmonies = \chordmode {
 a2 c2
}

\score {
 <<
   \context ChordNames {
     \harmonies
   }
 \context Voice = one {
   \melody
 }
 \lyricsto "one" \new Lyrics \text
 >>
 \layout { }
}





reply via email to

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