bug-lilypond
[Top][All Lists]
Advanced

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

Re: TimeSignature and magnifyStaff


From: Malte Meyn
Subject: Re: TimeSignature and magnifyStaff
Date: Sun, 15 Jul 2018 08:05:05 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1


Am 14.07.2018 um 23:40 schrieb foxfanfare:
I found a strange bug when using the magnifyStaff tool. In this example, you
can see a collusion between the clef and the time signature occurs when the
lowest staff is smaller (and not otherwise).

Sounds like a bug to me, what do you think? Is there a way to avoid this?

Yes, that’s a bug. IMHO horizontal spacing in general is crap with magnifyStaff and differently sized staves. Look f. e. at the clef position in your second example, at the note spacing of the second and third example and at the ending bar line in the following cases:

\new StaffGroup <<
  \new Staff \with { \magnifyStaff #(magstep -3) } { R1 \bar "|." }
  \new Staff R1
>>

\new StaffGroup <<
  \new Staff R1
  \new Staff \with { \magnifyStaff #(magstep -3) } { R1 \bar "|." }
>>

I think horizontal spacing should follow either the largest staff or at least a normal-size staff. Also, it shouldn’t depend on the order of staves.



reply via email to

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