From 7ef35839a53d23005a94c8cc036b0c281b1807ce Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Mon, 19 Jan 2026 21:38:12 +0100 Subject: [PATCH] clear articulation type --- functions.ly | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.ly b/functions.ly index 82fa843..9766bee 100644 --- a/functions.ly +++ b/functions.ly @@ -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)