]> git.donarmstrong.com Git - lilypond.git/commitdiff
remove duplicate tag.
authorhanwen <hanwen>
Wed, 18 Jan 2006 13:46:55 +0000 (13:46 +0000)
committerhanwen <hanwen>
Wed, 18 Jan 2006 13:46:55 +0000 (13:46 +0000)
ChangeLog
ly/music-functions-init.ly

index 498b6dd2b3a7f57ab13bb3e9ca0944893b35be4f..aff751f38b2b2360fc181c440ba5e837da143b12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * ly/music-functions-init.ly: remove duplicate tag.
+
        * lily/include/*.hh: GCC 4.1 fixes.
 
 006-01-16  Erlend Aasland  <erlenda@gmail.com>
index 90a6d8edb76c330a262a49903c9a7829dc28b498..3ace0c203bc2c3dd6f45e3c948c3cd075063a991 100644 (file)
@@ -19,19 +19,6 @@ tweak = #(def-music-function (parser location sym val arg)
                   (ly:music-property arg 'tweaks)))
           arg)
 
-          
-
-tag = #(def-music-function (parser location tag arg)
-   (symbol? ly:music?)
-
-   "Add @var{tag} to the @code{tags} property of @var{arg}."
-
-   (set!
-    (ly:music-property arg 'tags)
-    (cons tag
-         (ly:music-property arg 'tags)))
-   arg)
-
 tag = #(def-music-function (parser location tag arg)
    (symbol? ly:music?)