Re: Using italic font for TextScript messes up \dynamic display

2017-03-04 Thread Noeck
Hi, this diverged from the original question. I am also interested in an answer, so here is a MWE. Commenting in the second last line (\override …) shows the problem: \version "2.19.48" #(define (make-dynamic-extra dynamic string) (make-music 'AbsoluteDynamicEvent 'text

Re: Using italic font for TextScript messes up \dynamic display

2017-03-03 Thread Urs Liska
Am 4. März 2017 01:28:43 MEZ schrieb kmg : >http://lilypondblog.org/category/using-lilypond/advanced/scheme-tutorials/ >- also found this. > >I wasn't aware it's right there in the manuals.. maybe because it's >listed >under 'infrequent'. Thank you!

Re: Using italic font for TextScript messes up \dynamic display

2017-03-03 Thread kmg
http://lilypondblog.org/category/using-lilypond/advanced/scheme-tutorials/ - also found this. I wasn't aware it's right there in the manuals.. maybe because it's listed under 'infrequent'. Thank you! Pozdrawiam, Krzysztof Gutowski 2017-03-04 1:13 GMT+01:00 Simon Albrecht

Re: Using italic font for TextScript messes up \dynamic display

2017-03-03 Thread Simon Albrecht
Am 04.03.2017 um 01:00 schrieb kmg: As an additional request, could you recommend some starting points for Scheme learning? First, there’s LilyPond’s own Extending Manual, which covers some of the more pertinent basics. Then there’s the Guile Reference Manual and R5RS. The latter can also

Re: Using italic font for TextScript messes up \dynamic display

2017-03-03 Thread kmg
Well, I thought I was clear enough in my message, but I tend to overcomplicate things I guess. The issue was, I couldn't really post more code, because it was my font issue, so it couldn't be replicated on any LilyPond installation (because it works as intended when using default font). Your

Re: Using italic font for TextScript messes up \dynamic display

2017-03-03 Thread Thomas Morley
2017-03-03 3:43 GMT+01:00 kmg : > I'm using custom font of which I have only regular italic variant; while it > makes expression text look good, it also makes dynamics made in \markup > appear like they were typed in this font instead with my music font. > > > MWE

Using italic font for TextScript messes up \dynamic display

2017-03-02 Thread kmg
I'm using custom font of which I have only regular italic variant; while it makes expression text look good, it also makes dynamics made in \markup appear like they were typed in this font instead with my music font. MWE (somewhat): \version "2.19.55" ... c\sfz-\markup { \italic "cresc." }