Am 07.12.18 um 10:55 schrieb mansouraoun:
i wrote the code in raw and it's somehow not displayed in my message
Here it is

dynx =
#(define-music-function
      (parser location X-offset)
      (number?)
    #{
      \once\override DynamicText.X-offset = #X-offset
    #})

Mansour

As David said: if you use the development version (currently 2.19.82) you can simplify this by skipping "parser location":

  ...
  #(define-music-function (X-offset)(number?)
  ...

Urs


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

Reply via email to