Hello James,

However using

MyDynamic = #(make-dynamic-script (markup #:line (
              #:dynamic "p")))

as my base I cannot - because I don't understand Scheme - workout how
to tell the script to use a rest glyph instead of a dynamic one. Of if
that is a good way to go about this.

MyDynamic = #(make-dynamic-script (markup #:line (
              #:scripts:rest.3 )))

or

MyDynamic = #(make-dynamic-script (markup #:line (
              #:dynamic #"scripts:rest.3")))

Doesn't work.

This also, assuming it is just a syntax misunderstanding, opens up a
few possibilities for my own music.


try

MyDynamic = #(make-dynamic-script (markup #:line (#:musicglyph "rests.2")))

HTH
Cheers, Jan-Peter


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to