> -----Original Message-----
> From: Kieren MacMillan [mailto:kieren_macmil...@sympatico.ca]
> Sent: Sunday, November 10, 2013 7:24 PM
> To: Daniel Rosen
> Cc: Lilypond-User Mailing List
> Subject: Re: Preventing tempo marks stacking (redux)
> 
> Hi Daniel,
> 
> Try this:
> 
> \version "2.17.29"
> 
> \layout {
>   \context {
>     \Score
>     \override Clef.break-align-anchor-alignment = #RIGHT
>     \override MetronomeMark.extra-spacing-width = #'(-0.5 . 0.5)
>     \override MetronomeMark.Y-offset = #3.0
>     \override MetronomeMark.outside-staff-padding = #0.8
>     \override MetronomeMark.non-break-align-symbols = #'(paper-column-
> interface)
>     \override RehearsalMark.break-align-symbols = #'(staff-bar key-signature
> clef)
>     \override RehearsalMark.extra-spacing-width = #'(-0.5 . 0.5)
>     \override RehearsalMark.Y-offset = #3.0
>     \override RehearsalMark.outside-staff-padding = #0.8
>   }
> }
> 
> {
>  \compressFullBarRests
>  \tempo "Allegro moderato" 4 = 104
>  R1*20
>  \tempo "Molto meno mosso" 4 = 72
>  R1*20
>  \tempo "Tempo primo"
>  R1
> }
> 
> Hope this helps!
> Kieren.

Kieren,

Thanks for the reply, but this doesn't do what I need---I still need the 
MetronomeMarks to be aligned with the BarLines.

DR

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

Reply via email to