Dear community,
I wanted to create a function for a certain number of barrests.
I've tried it with
\version "2.16.2"
\layout { \context { \Score  skipBars = ##t } }

fourquarterBarrest = #(define-music-function (parser location x) (number?)
>   #{ % in der folgenden Zeile Lilypondcode eingeben
>     \time 4/4
>     \scaleDurations #(cons $x 1) { s1 }
> #})
>
But this fails.
Has someone an idea how to make it work?
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to