clear articulation type

This commit is contained in:
2026-01-19 21:38:12 +01:00
parent 53e40f7122
commit 7ef35839a5

View File

@@ -5,6 +5,7 @@ rmtext = #(define-scheme-function
(ly:music?)
(define (f o)
(ly:music-set-property! o 'text "")
(ly:music-set-property! o 'articulation-type 'nil-)
(let ((t (ly:music-property o 'name)))
(let ((els (ly:music-property o 'elements)))
(if (null? els)