Thomas Morley <thomasmorle...@googlemail.com> writes: > Well, I managed to print a score (omiiting `precesĀ“), but I'm quite > sure it is not really what you want: > > \version "2.16.0" > > precesAndResponse = > #(define-scheme-function (parser location ;preces > soprano alto tenor bass) > (;ly:music? > ly:music? ly:music? ly:music? ly:music?) > #{ > %\score { ^^^^^^^^^^^^^^^
You comment out the score here, letting the function return music rather than a "score" data structure. So you could just use a music function instead. A score is already scorified and has some other properties. > \new Score { > \precesAndResponse \mI \mII \mIII \mIV > } The idea was to be able to write \score { \precesAndResponse \mI \mII \mIII \mIV } and after <URL:http://code.google.com/p/lilypond/issues/detail?id=2928>, you'll be able to do just that. -- David Kastrup _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user