bug-lilypond
[Top][All Lists]
Advanced

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

Re: Rehearsal mark and bar number vertical placement


From: Xavier Scheuer
Subject: Re: Rehearsal mark and bar number vertical placement
Date: Tue, 7 Sep 2010 16:49:16 +0200

On 7 September 2010 16:35, Matthieu Jacquot <address@hidden> wrote:
>
> Since the 2.13.28 (at least) it seems to have a problem with the
> vertical placement of the bar numbers and rehearsal marks (2.12 is fine).
> I'm trying this code, slightly modified from the LSR code (without the
> Rehearsal Marks) http://lsr.dsi.unimi.it/LSR/Snippet?id=272
> \layout {
>  \context {
>    \type "Engraver_group"
>    \consists "Time_signature_engraver"
>    \consists "Axis_group_engraver"
>    \name "TimeSig"
>    \override TimeSignature #'font-size = #3
>    \override TimeSignature #'break-align-symbol = ##f
>    \override TimeSignature #'X-offset = #ly:self-alignment-interface::x-
> aligned-on-self
>
> [...]
>

Hi Matthieu!

This seems simply due to the line break in your code here.

Replace it by

  \override TimeSignature #'X-offset =
#ly:self-alignment-interface::x-aligned-on-self

(on the same one line) and the code compiles and give the correct
result without errors.

Cheers,
Xavier

--
Xavier Scheuer <address@hidden>



reply via email to

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