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 \lyricmode { $@tstA }
>>


I have some vague thoughts why it refuses to work, though I can't
really word them ...

Anyway, is it somehow doable?


Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to