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

2012-10-11 Thread m...@mikesolomon.org

On 11 oct. 2012, at 21:54, Henning Plumeyer  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 = #1
>  \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___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

You need Score.MetronomeMark and Score.RehearsalMark .

Cheers,
MS

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


How to get rehearsal mark closer to staff than metronome mark

2012-10-11 Thread Henning Plumeyer

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 = #1
  \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<>___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user