lilypond-user
[Top][All Lists]
Advanced

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

RE: MetronomeMark aligned to accidentals


From: Daniel Rosen
Subject: RE: MetronomeMark aligned to accidentals
Date: Sat, 05 Apr 2014 14:25:15 +0000

Well, yes, that is one option, but it’s not one I love for two reasons: 1) it’s kludgy, and 2) I think that maybe LilyPond should do what I’m describing by default. The current default output looks very odd to me (although it could be just me).

 

DR

 

From: Pierre Perol-Schneider [mailto:address@hidden
Sent: Saturday, April 05, 2014 9:53 AM
To: Daniel Rosen
Cc: address@hidden
Subject: Re: MetronomeMark aligned to accidentals

 

2014-04-05 14:44 GMT+02:00 Daniel Rosen <address@hidden>:

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

 


reply via email to

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