Re: make metronomeMarkFormatter more flexible (issue 327620043 by lilyp...@maltemeyn.de)

2017-10-12 Thread Kieren MacMillan
Hi Harm, > I'd like to suggest a little different. > [...] > What do you think? Although I don't understand the internals as well as any of you, on first glance this approach looks incredibly promising! If it would be flexible enough to handle "wacky" things like [<– Q = Q. –>] Poco meno mos

Re: make metronomeMarkFormatter more flexible (issue 327620043 by lilyp...@maltemeyn.de)

2017-10-12 Thread thomasmorley65
On 2017/10/12 08:53:31, dak wrote: On 2017/10/12 08:27:51, Malte Meyn wrote: > How would that reflect that parentheses are shown if and only if text is > present? And how could you then change this behaviour? Pass. For more extensive changes, we'd need a markup function. Basically, where

Re: make metronomeMarkFormatter more flexible (issue 327620043 by lilyp...@maltemeyn.de)

2017-10-12 Thread dak
On 2017/10/12 08:27:51, Malte Meyn wrote: How would that reflect that parentheses are shown if and only if text is present? And how could you then change this behaviour? Pass. For more extensive changes, we'd need a markup function. Basically, where we can go from some reasonably easy \temp

Re: make metronomeMarkFormatter more flexible (issue 327620043 by lilyp...@maltemeyn.de)

2017-10-12 Thread lilypond
How would that reflect that parentheses are shown if and only if text is present? And how could you then change this behaviour? https://codereview.appspot.com/327620043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailm

Re: make metronomeMarkFormatter more flexible (issue 327620043 by lilyp...@maltemeyn.de)

2017-10-12 Thread dak
On 2017/10/12 08:19:52, Malte Meyn wrote: On 2017/10/12 08:04:49, Malte Meyn wrote: > And I really would like to have the tempoShowParentheses context property > because it’s really common to see tempo both with and without parentheses and > IMHO it’s weird to have to write > \set Score.t

Re: make metronomeMarkFormatter more flexible (issue 327620043 by lilyp...@maltemeyn.de)

2017-10-12 Thread lilypond
On 2017/10/12 08:04:49, Malte Meyn wrote: And I really would like to have the tempoShowParentheses context property because it’s really common to see tempo both with and without parentheses and IMHO it’s weird to have to write \set Score.tempoHideNote = ##t \tempo \markup \concat {

Re: make metronomeMarkFormatter more flexible (issue 327620043 by lilyp...@maltemeyn.de)

2017-10-12 Thread lilypond
I accidentally hit “Send Message” … Here is the last paragraph again and fixed: That would output Allegro (𝅘𝅥 = 120) L’istesso tempo (𝅗𝅥 = 𝅘𝅥) Allegro rubato (𝅘𝅥 ≈ 120) Le double plus lent, 𝅘𝅥𝅯 = 𝅘𝅥𝅮 précédente and have following tempo for MIDI 4 = 120 2 = 120 4 = 120 8 =

Re: make metronomeMarkFormatter more flexible (issue 327620043 by lilyp...@maltemeyn.de)

2017-10-12 Thread lilypond
On 2017/10/12 07:23:51, dak wrote: Should we provide markup functions for the various elements? Then you can just \tempo \markup ... your own mark together. That solution would need only one new thing: A markup command \rhythm that works as extended \note and takes not one but several duration

Re: make metronomeMarkFormatter more flexible (issue 327620043 by lilyp...@maltemeyn.de)

2017-10-12 Thread dak
On 2017/10/12 06:22:22, Malte Meyn wrote: On 2017/10/10 18:47:14, Malte Meyn wrote: > > I think it would make sense to check all forms a \tempo mark currently can > take > > and then see what principal forms those can assume. > > […] > > I’m not sure what you mean by “principal forms”. Could yo