lilypond-user
[Top][All Lists]
Advanced

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

Re: Markup beyond the final barline


From: Andrew Bernard
Subject: Re: Markup beyond the final barline
Date: Fri, 15 Mar 2019 20:14:05 +1100

Hi Urs,

Any good?

\version "2.19.82"

{
  c'1
  -\markup {
    \with-dimensions #'(0 . 0) #'(2 . 0)
    "This is a long text that widens the score because it can't protrude."
  }
}

Andrew


On Fri, 15 Mar 2019 at 19:45, Urs Liska <address@hidden> wrote:

Hi all, this is more out of curiousity.

Markups can't flow beyond the end of a score (horizontally) and widen the score if necessary:

\version "2.19.82"

{
  c'1 -"This is a long text that widens the score because it can't protrude."
  c'1
}

Is there a possibility to override this behaviour so that the score is just spaced naturally and the markup just goes as long as it needs?

Urs

_______________________________________________
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]