lilypond-user
[Top][All Lists]
Advanced

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

Re: Font of accidentals changes after line break


From: Malte Meyn
Subject: Re: Font of accidentals changes after line break
Date: Mon, 25 Jan 2016 10:21:22 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0


Am 25.01.2016 um 10:00 schrieb Robert Schmaus:
> 
> One more thought: My original approach of simply \include-ing LilyJAZZ should 
> be the standard way of using it. Which makes me think, that there's either 
> something missing in LilyJAZZ to work in v2.19 ... or a bug in Lilypond. 

Since version 2.19.12 vanilla LilyPond supports other music fonts like
LilyJAZZ. So the “standard way of using” has changed in this version;
you don’t need any include files anymore but something like

\paper {
  #(define fonts
    (set-global-fonts
    #:music "lilyjazz"
    #:brace "lilyjazz"
    #:roman "lilyjazz-text"
    #:sans "lilyjazz-chord"
    #:factor (/ staff-height pt 20)
  ))
}

The openlilylib stylesheets are just files which switch the font but
also do some other changes (slur, stem, barline thicknesses, text fonts, …).

> Shouldn't I notify the bug team of this and if so, how do I do that?

I don’t think it’s a bug because Lily has this new way of using music
fonts and doesn’t need the old hacks anymore ;)



reply via email to

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