On 7 September 2010 16:35, Matthieu Jacquot <milare...@gmail.com> 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 <x.sche...@gmail.com>

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to