lilypond-user
[Top][All Lists]
Advanced

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

Markup spacing issue


From: Noeck
Subject: Markup spacing issue
Date: Mon, 16 Sep 2013 10:57:34 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130803 Thunderbird/17.0.8

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



reply via email to

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