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" <abelche...@gmail.com>
To: <lilypond-user@gnu.org>
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 <abelche...@gmail.com> 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 <u...@openlilylib.org> 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

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

Reply via email to