lilypond-user
[Top][All Lists]
Advanced

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

Re: tempo markings and LilyJAZZ


From: Marc Hohl
Subject: Re: tempo markings and LilyJAZZ
Date: Tue, 27 Aug 2013 08:10:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130804 Thunderbird/17.0.8

Am 27.08.2013 01:53, schrieb Thomas Morley:
2013/8/26 Marc Hohl <address@hidden>:
Hi list,

does anyone have a workaround for the following problem?

The small notes in a tempo marking are missing when I use the
preliminary LilyJAZZ version:

\version "2.17.25"

\include "LilyJAZZ.ily"


\relative c' {
   \jazzOn
   \tempo "Swing" 4 = 120
   c
}

(This won't compile without having the LilyJAZZ files installed!)

The console output claims that infinity or NaN is replaced by 0.0
in the output.

Regards,

Marc

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


Hi Marc,

the problem:

MetronomeMark is formatted by
metronomeMarkFormatter = #format-metronome-markup
(in engraver-init.ly)

'format-metronome-markup' calls 'metronome-markup'
(in translation-functions.scm)

'metronome-markup' uses 'note-by-number'
(from define-markup-commands.scm)

'note-by-number' gets the glyphs to use from fetaMusic (!!)

Hi Harm,

thanks for the detailed explanation!

I see no easy way to change it.
In the end it might be less effort to rewrite a (shortened)
markup-command for use with LilyJAZZ.

You're probably right here. I am just busy at the moment, but
as soon as time allows, I'll either try to write a suitable
note-by-number routine for LilyJAZZ or a simplified markup command.

Regards,

Marc

Greetings,
   Harm





reply via email to

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