]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scm/define-music-properties.scm (all-music-properties): remove
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 24 Aug 2006 15:40:37 +0000 (15:40 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 24 Aug 2006 15:40:37 +0000 (15:40 +0000)
untied.

* ly/music-functions-init.ly: remove \untied.

ChangeLog
ly/music-functions-init.ly
scm/define-music-properties.scm

index b4d55b11fdc9ca573e9d428769ba449e847079ef..4f82763c45d1003ee3c524aeccef16c286b0838f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-08-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * 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
index 1fb36ffaadce209a9f37dae6c1b540ee76622d61..02519f5361f9ad9efa454f0acd148bb859434517 100644 (file)
@@ -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?)
index 8e0bab912f445743b1c934711c837a5581d532a9..5fa2b1e74d8194fc27d4e92a53e0cefc46540b59 100644 (file)
@@ -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.")
      )))