]> git.donarmstrong.com Git - lilypond.git/commitdiff
Stop SkipMusic from being marked as rhythmic-event.
authorDavid Kastrup <dak@gnu.org>
Mon, 7 May 2012 12:10:30 +0000 (14:10 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 11 May 2012 08:23:14 +0000 (10:23 +0200)
This causes much saner error behavior for writing
{ < \skip 1 > }

scm/define-music-types.scm

index 8161601b78ab723a853870c92c580df33e8bdbaa..0b828c1516c161f78e1a98d67b37954d629b64a5 100644 (file)
@@ -545,7 +545,7 @@ print anything, and also does not create staves or voices implicitly.
 Syntax: @code{\\skip} @var{duration}")
        (length-callback . ,ly:music-duration-length)
        (iterator-ctor . ,ly:simple-music-iterator::constructor)
-       (types . (general-music event rhythmic-event skip-event))
+       (types . (general-music event skip-event))
        ))
 
     (SlurEvent