Re: Markup beyond the final barline

2019-03-15 Thread Alexander Kobel
Hi Urs, hi all, sorry, I accidentally deleted the thread just before some hint came to my mind, so this is not a "proper" reply. \with-dimensions came to my mind as well, but it's not without drawbacks. Somewhat more cumbersome to use, but also *somewhat* more robust is to use a TextSpanner.

Re: Markup beyond the final barline

2019-03-15 Thread Urs Liska
Hi Andrew, Am 15.03.19 um 10:14 schrieb Andrew Bernard: \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."   } } Perfect! Both from the result and conceptually exactly what I was looking

Re: Markup beyond the final barline

2019-03-15 Thread Andrew Bernard
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 wrote: > Hi all, this is more out of curiousity. > > Markups can

Re: Markup beyond the final barline

2019-03-15 Thread Urs Liska
Hi Mark, Am 15.03.19 um 10:08 schrieb Mark Knoop: At 08:44 on 15 Mar 2019, Urs Liska 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

Re: Markup beyond the final barline

2019-03-15 Thread Mark Knoop
At 08:44 on 15 Mar 2019, Urs Liska 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." >

Markup beyond the final barline

2019-03-15 Thread Urs Liska
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 s