From 9b225258451ea9d006d408ce5d23faba60a27552 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 24 Aug 2006 15:40:37 +0000 Subject: [PATCH] * scm/define-music-properties.scm (all-music-properties): remove untied. * ly/music-functions-init.ly: remove \untied. --- ChangeLog | 5 +++++ ly/music-functions-init.ly | 6 +----- scm/define-music-properties.scm | 1 - 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index b4d55b11fd..4f82763c45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-08-24 Han-Wen Nienhuys + * scm/define-music-properties.scm (all-music-properties): remove + untied. + + * ly/music-functions-init.ly: remove \untied. + * lily/tie-engraver.cc (struct Head_event_tuple): store both stream events and music events. (stop_translation_timestep): search acknowledged heads for diff --git a/ly/music-functions-init.ly b/ly/music-functions-init.ly index 1fb36ffaad..02519f5361 100644 --- a/ly/music-functions-init.ly +++ b/ly/music-functions-init.ly @@ -567,11 +567,7 @@ unfoldRepeats = #(define-music-function (parser location music) (ly:music?) (unfold-repeats music)) -untied = -#(define-music-function (parser location note) (ly:music?) - "Specify that @var{note} should not have ties. " - (set! (ly:music-property note 'untied) #t) - note) + withMusicProperty = #(define-music-function (parser location sym val music) (symbol? scheme? ly:music?) diff --git a/scm/define-music-properties.scm b/scm/define-music-properties.scm index 8e0bab912f..5fa2b1e74d 100644 --- a/scm/define-music-properties.scm +++ b/scm/define-music-properties.scm @@ -124,6 +124,5 @@ translation property") (void ,boolean? "If this property is #t, then the music expression is to be discarded by the toplevel music handler.") (what ,symbol? "What to change for auto-change. FIXME, naming") - (untied ,boolean? "Set for note in chord that should not be tied.") (untransposable ,boolean? "If set, this music is not transposed.") ))) -- 2.39.5