On Wednesday, July 30, 2014 8:09:21 AM EDT, Thomas Morley wrote:
This looks more like a MetronomeMark
\mark \markup { \fontsize #-2 { \note #"4." #1 "=" \note #"2" #1 } }
It should be possible to stack MetronomeMark and RehearsalMark
in some manner.
Ahhhh... I had forgotten that \tempo can take a markup, and you can omit
the "note value = bpm" part.
~~
\version "2.18.2"
\language "english"
four = { c'4 c' c' c' }
{
\four
\override Score.MetronomeMark.self-alignment-X = #CENTER
\tempo \markup { \fontsize #-2 { \note #"4." #1 "=" \note #"2" #1 } }
\mark \default
\four
}
~~
So I was creating complication where there is none. Thanks for the
reminder.
Those LSR snippets are... whew... awfully complicated for such a common use
case. Fortunately I don't need them here. You guys did have me worried for
a bit, though...
hjh
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user