2014-04-05 14:44 GMT+02:00 Daniel Rosen <drose...@gmail.com>:

> Consider the following example:
>
> \version "2.19.3"
> {
>   R1 |
>   \tempo "Tempo"
>   <as' bes'>
> }
>
> I would like the MetronomeMark to be aligned with the left edge of the
> leftmost Accidental (almost with the BarLine, but not quite). I've been
> trying to manipulate the Score.MetronomeMark.non-break-align-symbols
> property, but to no avail (I'm not sure I quite understand how that
> property works; it's a little unclear to me in the IR). Can anyone steer me
> in the right direction?
>
> DR
>

I'm not sure I can help in detail...
For one shot :

\version "2.19.3"

{

R1 |

\tweak X-offset #-2.5 \tempo "Tempo"

<as' bes'>

}

 % or

{

R1 |

\once\override Score.MetronomeMark.self-alignment-X = #-0.3

\tempo "Tempo"

<as' bes'>

}


HTH,

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

Reply via email to