lilypond-user
[Top][All Lists]
Advanced

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

Fonts not scaled when changing font tree


From: Thomas Scharkowski
Subject: Fonts not scaled when changing font tree
Date: Thu, 04 May 2006 11:36:14 +0200

When I change the defaults like in the following example
(myStaffSize...), the fonts are not scaled to staffsize.
When I delete the "myStaffSize" part it works.
Is this a bug or did I make a mistake?

Thomas
Windows XP
LilyPond 2.8.1

Code:

--
\version "2.7.40"

#(set-global-staff-size 26)
#(ly:set-option 'point-and-click #f)

\header {
        title = "Title"
        composer = "Composer"
}


Melody =        \context Voice = "Melody" {
                \relative c'' {
                        g4 a b g |
                }
                }

SongStaff =     \context Staff
                {
                \Melody
                }

Text =          \lyricsto "Melody"  \new Lyrics  {
                This is my song.
                }

\score {
        <<
        %\ChordSymbols
        \SongStaff
        \Text
        >>

        \layout {}
}

\paper {
        myStaffSize = #26
                #(define fonts
                (make-pango-font-tree
                "Times New Roman"
                "Arial"
                "Courier New"
                (/ myStaffSize 26)))
        ragged-right = ##t
}
--


Anhänge:
  F:\lilypond\test\fonts-not-scaled.pdf
Der folgende Teil dieser Nachricht enthält einen Anhang im
sogenannten Internet MIME Nachrichtenformat.
Wenn Sie Pegasus Mail oder ein beliebiges anderes MIME-kompatibles
Email-System verwenden, sollte Sie den Anhang mit Ihrem Email-System
speichern oder anzeigen können. Anderenfalls fragen Sie Ihren Administrator.

The following section of this message contains a file attachment
prepared for transmission using the Internet MIME message format.
If you are using Pegasus Mail, or any another MIME-compliant system,
you should be able to save it or view it from within your mailer.
If you cannot, please ask your system administrator for assistance.

   ---- Datei Information/File information -----------
     Datei/File:  fonts-not-scaled.ps
     Datum/Date:  4 May 2006, 11:25
     Größe/Size:  15055 bytes.
     Typ/Type:    Unbekannt

Attachment: fonts-not-scaled.ps
Description: Binary data


reply via email to

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