lilypond-user
[Top][All Lists]
Advanced

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

Re: Need multiple \mark entries over the same barline


From: James Harkins
Subject: Re: Need multiple \mark entries over the same barline
Date: Wed, 30 Jul 2014 11:38:53 -0400
User-agent: Trojita/v0.4.1-obs-7c442be; Qt/4.8.1; X11; Linux; Ubuntu 12.04.4 LTS

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



reply via email to

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