]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/music-types.scm
Look shortcuts in menu from keymap, if possible.
[lilypond.git] / scm / music-types.scm
index 6b68a6226cacb253e50f0725d60974feb0538020..dae259deddbf493c5774b28f32a375425c311e3a 100644 (file)
@@ -15,6 +15,13 @@ where x is one of \@\{\\ppp, \\pp, \\p, \\mp, \\mf, \\f, \\ff, \\fff.\@\}")
        (internal-class-name . "Event")
        (types . (general-music event dynamic-event absolute-dynamic-event))
        ))
+    (ApplyContext
+     . (
+       (description . "Call the argument with the current context during interpreting phase")
+       (internal-class-name . "Music")
+       (types . (general-music apply-context))
+       (iterator-ctor . ,Apply_context_iterator::constructor)
+       ))
     (ArpeggioEvent 
      . (
        (description .  "Make an arpeggio on this note. Syntax:
@@ -455,7 +462,6 @@ c8-[ c c-] c8")
     (TempoEvent
      . (
        (description .  "")
-
        (internal-class-name . "Event")
        (types . (general-music tempo-event event))
        ))