Re: scheme score function

2017-12-11 Thread Gianmaria Lari
Any suggestion? On 11 December 2017 at 08:57, Gianmaria Lari wrote: > I created a simple scheme function with a single argument that works > similarly to the score command: > > \version "2.19.80" > mySc = #(define-scheme-function (music) (ly:music?) >#{ > \score { >

scheme score function

2017-12-10 Thread Gianmaria Lari
I created a simple scheme function with a single argument that works similarly to the score command: \version "2.19.80" mySc = #(define-scheme-function (music) (ly:music?) #{ \score { $music \layout{} } #}) \mySc {a b c