From 5656400b02d3fd7fd47a3d6952289453cf067184 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 10 Jan 2007 03:05:35 +0100 Subject: [PATCH] restore tweaks music property. --- scm/define-music-properties.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scm/define-music-properties.scm b/scm/define-music-properties.scm index bb9d8ca81e..4a898263e4 100644 --- a/scm/define-music-properties.scm +++ b/scm/define-music-properties.scm @@ -119,6 +119,8 @@ e.g. @code{\\tag #'part ...} could tag a piece of music as only being active in (type ,symbol? "The type of this music object. Determines iteration in some cases.") (types ,list? "The types of this music object; determines by what engraver this music expression is processed.") + (tweaks ,list? "An alist of properties to override in the backend +-for the grob made of this event.") (value ,scheme? "Assignment value for a translation property") (void ,boolean? "If this property is #t, then the music expression is to be -- 2.39.2