Hi folks,

regard the following code and terminal output

\version "2.19.3"

#(display-scheme-music #{ _2 #})

(make-music
  'FingeringEvent
  'direction
  -1
  'digit
  2)

This is all as expected.

Though, how to insert a number from a variable or procedure?
The following fails:

#(display-scheme-music (let ((n 2)) #{ _$n #}))

How to do it correctly?


Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to