lilypond-user
[Top][All Lists]
Advanced

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

Re: Issue on packed-spacing?


From: Simon Albrecht
Subject: Re: Issue on packed-spacing?
Date: Thu, 03 Jul 2014 23:36:57 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

Well, of course this reminded me of \textLengthOff and \textLengthOn, which normally serve to control this behaviour.
However, with packed-spacing, \textLengthOff has no effect at all, while \textLengthOn slightly increases the spacing between notes, or basically it seems to me that it increases padding after the text and before the following note-column.
I used the following code:

\version "2.19.8"


\paper { ragged-rigth = ##t ragged-last = ##t }

\relative c' {

\override Score.SpacingSpanner.packed-spacing = ##t

%\textLengthOn

c8 c c-\markup { "some very very very very very very long text" } c c c c c |

\repeat unfold 24 {c}

}


%%%%%%%%%%%%%%%%%%%%%%%


Best regards, Simon


Am 03.07.2014 12:20, schrieb Phil Holmes:
----- Original Message ----- From: "Abel Cheung" <address@hidden>
To: <address@hidden>
Sent: Thursday, July 03, 2014 10:40 AM
Subject: Re: Issue on packed-spacing?


OK, maybe it's clearer to attach image.

On Thu, Jul 3, 2014 at 5:35 PM, Abel Cheung <address@hidden> wrote:
The artifact here is (forget the ragged-rigth typo), when using
packed-spacing, the whole note with markup is stretched horizontally
in an insane way to cope with the markup size, and I wonder if this is
the designed behavoir of lilypond.

On Thu, Jul 3, 2014 at 4:08 PM, Urs Liska <address@hidden> wrote:
Am 03.07.2014 10:03, schrieb Abel Cheung:

Hi,

Is this the desired behavior of SpacingSpanner.packed-spacing ? (I'm
using 2.18.2)

\paper { ragged-rigth = ##t ragged-last = ##t }
\relative c' {
   \override Score.SpacingSpanner #'packed-spacing = ##t
   c8 c c-\markup{"some very very very very very very long text"} c c c c
c |
   \repeat unfold 24 {c}
}


Looks like a bug to me.

--
Phil Holmes

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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