Hi,

On Fri, Feb 14, 2014 at 3:33 AM, Ed Gordijn <ed.klari...@gmail.com> wrote:

> Hi,
>
> I tried to align the numbers of the MeasureCounter engraver but the
> override doesn't have effect. Is this a bug or am I doing something wrong
> here?
>
> Greetings, Ed
>
>
> \version "2.18.0"
>
> {
>   \override Staff.MeasureCounter.staff-padding = #4
>   \startMeasureCount
>   \repeat percent 4 { g''4 g'' g'' g'' }
>   \stopMeasureCount
> }
>
> \layout {
>   \context {
>     \Staff
>     \consists #Measure_counter_engraver
>     % \override MeasureCounter.staff-padding = #4  % doesn't work either
>   }
> }
>
>
Huh--that's strange.  This will involve some investigation to get at the
cause, determine if there's a bug.

Anyway, overriding outside-staff-padding instead should give you what you
want:

\override Staff.MeasureCounter.outside-staff-padding = #4

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

Reply via email to