]> git.donarmstrong.com Git - lilypond.git/commit
format-metronome-mark and metronome-markup don't support styles other than default
authorThomas Morley <thomasmorley65@gmail.com>
Wed, 16 Oct 2013 19:39:57 +0000 (21:39 +0200)
committerThomas Morley <thomasmorley65@gmail.com>
Tue, 29 Oct 2013 19:05:54 +0000 (20:05 +0100)
commit12e6948fe2fa0c73103748fd815a7c93fdc3677e
tree96f60d202e8f07cc599169ef70c188b3aa27bec2
parent815ddc522bcdec0c1266caad5cc9e723fbbb2e41
format-metronome-mark and metronome-markup don't support styles other than default

issue 3096

- introducing 'styled-metronome-markup' with the (currently quite
theoretical) possibility to use another font here. For now
the font-argument is used only to make
  \override MetronomeMark #'font-name = ...
possible.

- adding 'flag-style to define-grob-properties.scm, the
MetronomeMark-properties in define-grobs.scm and in text-interface.cc

- adding a regtest for different 'metronomeMarkFormatter'.

It's now possible to override MetronomeMark with 'style, 'flag-style and
'font-name to customize the appearance.
input/regression/metronome-mark-formatter.ly [new file with mode: 0644]
lily/text-interface.cc
scm/define-grob-properties.scm
scm/define-grobs.scm
scm/translation-functions.scm