Re: word-wrapping in a markup column

2019-02-06 Thread David Nalesnik
Hi Kieren and Abraham, On Tue, Feb 5, 2019 at 12:36 PM Abraham Lee wrote: > > Hi, David! > > On Tue, Feb 5, 2019 at 11:14 AM David Nalesnik > wrote: >> >> Hi all, >> >> This snippet leaves no space between the word-wrapped items: >> >> \version "2.19.82" >> >> \markup \override #'(line-width

Re: word-wrapping in a markup column

2019-02-05 Thread Abraham Lee
Hi, David! On Tue, Feb 5, 2019 at 11:14 AM David Nalesnik wrote: > Hi all, > > This snippet leaves no space between the word-wrapped items: > > \version "2.19.82" > > \markup \override #'(line-width . 10) \column { > \wordwrap { a a a a a a a a a a a a a a a a a a a a } > \wordwrap { b b b

Re: word-wrapping in a markup column

2019-02-05 Thread Kieren MacMillan
Hi David, > Is there a way to allow lines in such a column to break if needed but > maintain even spacing between all lines? Any help is much > appreciated, as this problem has plagued me for a long time. Maybe? \markup \override #'(line-width . 10) \column { \wordwrap-lines { a a a a a a a a

word-wrapping in a markup column

2019-02-05 Thread David Nalesnik
Hi all, This snippet leaves no space between the word-wrapped items: \version "2.19.82" \markup \override #'(line-width . 10) \column { \wordwrap { a a a a a a a a a a a a a a a a a a a a } \wordwrap { b b b b b b b b b b b b b b b b b b b b } \wordwrap { c c c c c c c c c c c c c c c c