Re: score-lines-markup-list in Lyrics?

2018-12-12 Thread Thomas Morley
Am Mi., 12. Dez. 2018 um 09:53 Uhr schrieb David Kastrup : > > David Kastrup writes: > > > Thomas Morley writes: > > > >> Hi all, > >> > >> this works: > >> > >> \version "2.19.82" > >> > >> tst = \markuplist \italic #(make-list 2 "buzz") > >> > >> << > >> \new Staff { R1 \break R1 } > >>

Re: score-lines-markup-list in Lyrics?

2018-12-12 Thread David Kastrup
David Kastrup writes: > Thomas Morley writes: > >> Hi all, >> >> this works: >> >> \version "2.19.82" >> >> tst = \markuplist \italic #(make-list 2 "buzz") >> >> << >> \new Staff { R1 \break R1 } >> \new Lyrics \lyricmode { $@tst } >> >> This doesn't work: >> >> tstA = >> \markuplist

Re: score-lines-markup-list in Lyrics?

2018-12-12 Thread David Kastrup
Thomas Morley writes: > Hi all, > > this works: > > \version "2.19.82" > > tst = \markuplist \italic #(make-list 2 "buzz") > > << > \new Staff { R1 \break R1 } > \new Lyrics \lyricmode { $@tst } >>> > > This doesn't work: > > tstA = > \markuplist \score-lines { \repeat unfold 80 a'16 } > >

score-lines-markup-list in Lyrics?

2018-12-11 Thread Thomas Morley
Hi all, this works: \version "2.19.82" tst = \markuplist \italic #(make-list 2 "buzz") << \new Staff { R1 \break R1 } \new Lyrics \lyricmode { $@tst } >> This doesn't work: tstA = \markuplist \score-lines { \repeat unfold 80 a'16 } << \new Staff { R1 \break R1 } \new Lyrics