How can I create a score directive in Denemo? I am trying to do some setup e.g. for the format of rehearal marks that can be set with the markFormatter property: \set Score.markFormatter = #format-mark-box-numbers Looking at various scripts (e.g. score title and score indent) I had several tries to write something, but without success. My latest try was
;ScoreRehearsalMarkFormat (let (tag "ScoreRehearsalMarkFormat") (d-DirectivePut-score-prefix tag "\set markFormatter = #format-mark-numbers") (d-DirectivePut-score-override tag DENEMO_OVERRIDE_GRAPHIC) (d-SetSaved #f)) How can I perform the task I want? Thank you Andreas _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
