lilypond-user
[Top][All Lists]
Advanced

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

Re: Markup spacing issue


From: Phil Holmes
Subject: Re: Markup spacing issue
Date: Mon, 16 Sep 2013 10:07:42 +0100

----- Original Message ----- From: "Noeck" <address@hidden>
To: "lilypond-user" <address@hidden>
Sent: Monday, September 16, 2013 9:57 AM
Subject: Markup spacing issue


Hi,

is this a bug or intended: The following code worked nicely in 2.16 but
with the latest version, the two columns do not fill the whole page
width (what I would expect from fill-line). The 2.17 docs have a similar
example - I found no syntax change.

\version "2.17.26" %"2.16.0"

\markup \fill-line {
 \hspace #0.1 % shows no visible effect
 \column {
   "Trägt die schönsten bunten Schleifen,"
 }
 \hspace #0.1 % does not push the next column to the right
 \column {
   "Hat das Jahr genug vom Tanzen,"
 }
 \hspace #0.1
}

Is this a bug?

Cheers,
Joram


The way hspace works has been changed (corrected). In your example, omitting the hspace makes the text fill the line.

--
Phil Holmes



reply via email to

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