lilypond-user
[Top][All Lists]
Advanced

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

How to get rehearsal mark closer to staff than metronome mark


From: Henning Plumeyer
Subject: How to get rehearsal mark closer to staff than metronome mark
Date: Thu, 11 Oct 2012 20:54:55 +0200
User-agent: Opera Mail/12.02 (Linux)

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

Attachment: demo.png
Description: PNG image


reply via email to

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