Dear community,
I've tried to make a substitution for the numerator in scaled durations, but
without sucess.
I've tried it with:

numerator = #(define-music-function (parser location x) (number?)
  #{ % in der folgenden Zeile Lilypondcode eingeben
    c1*$x/3
#})
themusic = {
  \numerator #4
}

I assume, that number? is't the right type of variable, am I right?
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to