]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-music-types.scm
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / scm / define-music-types.scm
index ac9f5a71b5db293ca24227d5c9acf91946674cbd..4085957e032d29178d8b4ccb8bef402d8e843b8c 100644 (file)
@@ -122,13 +122,6 @@ Syntax: @var{note}@code{\\breathe}")
        (types . (general-music event breathing-event))
        ))
 
-    (BraceEvent
-     . ((description . "Make a brace for this chord.
-
-Syntax: @var{chord}@code{-\\brace}")
-       (types . (general-music brace-event event))
-       ))
-
     (ClusterNoteEvent
      . ((description . "A note that is part of a cluster.")
        ;; not a note-event, to ensure that Note_heads_engraver doesn't eat it.