Index
Strasheela
Init
GUtils
LUtils
MUtils
Score
SMapping
SDistro
Out
Strasheela
FD_edited
Midi

inheritance tree

 NonType Reflection       FlagsMixin
    |        |                |
    `-----+--'                |
          |                   |
     ScoreObject    SMapping.mappingMixin
          |                   |
          `---------+---------'
                    |
                   Item
                    |
                    `+
                     |
                  Element                 TimeMixin
                     |                        |
                     `----+-------------------'
                          |
                   TemporalElement
                          |
                          |
                          |
                        Pause

class definition

[concrete class] A pause (a better name would be rest!) is a score element to produce silence of a given duration. It can, e.g., be used within a sequential to produce an offset between two items in the sequential. However, in such situation a pause (rest) could be replaced by the use of the parameter offsetTime of the item after the pause. Nevertheless, a pause in an explicite representation.
For a documentation of the time unit see doc of TimeMixin.

class Pause (Inheritance-free)
   prop locking
   feat !ScoreObjectType label
   attr containers duration endTime flags id info offsetTime parameters startTime
end