]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-music-types.scm
dot.
[lilypond.git] / scm / define-music-types.scm
index e23324770ca8560d707255c9819ced676e6582a1..0b758bc901a3c00dabee2657f66af2be68d74aa2 100644 (file)
@@ -53,7 +53,7 @@ arguments to func are 1. the grob, 2. the originating context,
      . (
    (description .  "Adds an articulation marking to a note.  Syntax:
 @var{note}@code{X}@code{Y}, where X is a direction (up @code{^}, down
-@code{_}, or Lilypond's choice (no direction specified)), and where Y
+@code{_}, or LilyPond's choice (no direction specified)), and where Y
 is an articulation (such as @code{-.}, @code{->}, @code{\\tenuto},
 @code{\\downbow}).  See the user manual for details.")
 
@@ -498,7 +498,16 @@ For example, transposed music.")
        (internal-class-name . "Event")
        (types . (general-music event))
        ))
-    
+
+    (NonEventSkip
+     . (
+       (description .  "Filler that takes up duration, but does not print anything. This also does not create any event-accepting contexts. ")
+       (internal-class-name . "Music")
+       (length . ,ly:music-duration-length)
+       (iterator-ctor . ,Simple_music_iterator::constructor)
+       (types . (general-music event rhythmic-event skip-event))
+       ))
+     
     (SkipEvent
      . (
        (description .  "Filler that takes up duration, but does not print anything.")