8 kCellTempoEquals = kDots2356,
9 kCellTempoHyphen = kDots36;
18 static SMARTP<bsrTempo> create (
38 S_msrTempo getMsrTempo ()
const
41 S_bsrCellsList getTempoCellsList ()
const
42 {
return fTempoCellsList; }
49 S_bsrCellsList fetchCellsList ()
const
50 {
return fTempoCellsList; }
52 int fetchCellsNumber ()
const;
59 S_bsrCellsList noteValueKindAsCellsList ()
const;
61 S_bsrCellsList noteOctaveKindAsCellsList ()
const;
63 S_bsrCellsList buildCellsList ()
const;
70 virtual void acceptIn (basevisitor* v);
71 virtual void acceptOut (basevisitor* v);
73 virtual void browseData (basevisitor* v);
80 string asString ()
const;
82 virtual void print (ostream& os)
const;
91 S_bsrCellsList fTempoCellsList;
93typedef SMARTP<bsrTempo> S_bsrTempo;
94EXP ostream& operator<< (ostream& os,
const S_bsrTempo& elt);
Definition: bsrLineElements_MUT_DEP.h:8
Definition: bsrTempos_MUT_DEP.h:12