X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-music-types.scm;h=b59e9ff0f187ef0616543316f528760b7e4321f4;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=8d0464bf4c9009f2c86955ea5f9a7d4520ca3582;hpb=0b434ac8bc4b9b891a3734914eec4591415e847f;p=lilypond.git diff --git a/scm/define-music-types.scm b/scm/define-music-types.scm index 8d0464bf4c..b59e9ff0f1 100644 --- a/scm/define-music-types.scm +++ b/scm/define-music-types.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 1998--2014 Han-Wen Nienhuys +;;;; Copyright (C) 1998--2015 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify @@ -128,7 +128,7 @@ Syntax for manual control: @code{c8-[ c c-] c8}") Syntax: @var{note}@code{\\breathe}") (types . (general-music event breathing-event)) - )) + (midi-length . ,breathe::midi-length))) (ClusterNoteEvent . ((description . "A note that is part of a cluster.") @@ -666,6 +666,11 @@ Syntax: @code{\\times @var{fraction} @var{music}}, e.g., (types . (general-music time-signature-music)) )) + (TimeSignatureEvent + . ((description . "An event created when setting a new time signature") + (types . (general-music event time-signature-event)) + )) + (TransposedMusic . ((description . "Music that has been transposed.") (iterator-ctor . ,ly:music-wrapper-iterator::constructor)