lilypond-user
[Top][All Lists]
Advanced

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

Re: How to get rehearsal mark closer to staff than metronome mark


From: address@hidden
Subject: Re: How to get rehearsal mark closer to staff than metronome mark
Date: Thu, 11 Oct 2012 22:02:26 +0300

On 11 oct. 2012, at 21:54, Henning Plumeyer <address@hidden> wrote:

> How can I achive that the rehearsal mark is below the metronome mark
> "Allegro ma non troppo" (between the numbers for the FullBarRests)?
> 
> This is what I tried:
> 
> \version "2.16.0"
> {
>  \once \override MetronomeMark #'outside-staff-priority = #10000
>  \tempo "Allegro ma non troppo"
>  \set Score.skipBars = ##t
>  \once \override RehearsalMark #'outside-staff-priority = #1
>  R1 * 2
>  \once \override RehearsalMark #'outside-staff-priority = #1
>  \mark \default
>  R1 * 2
> }
> 
> Henning<demo.png>_______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user

You need Score.MetronomeMark and Score.RehearsalMark .

Cheers,
MS



reply via email to

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