13 #ifndef ___msrStems___
14 #define ___msrStems___
16 #include "msrElements.h"
18 #include "msrBasicTypes.h"
34 kStemUp, kStemDown, kStemDouble};
36 static string stemKindAsString (
37 msrStemKind stemKind);
44 msrStemKind stemKind);
53 msrStemKind stemKind);
62 msrStemKind getStemKind ()
const
83 string asString ()
const;
85 virtual void print (ostream& os)
const;
92 msrStemKind fStemKind;
95 EXP ostream& operator<< (ostream& os,
const S_msrStem& elt);
Definition: basevisitor.h:25
Definition: msrElements.h:26
Definition: msrStems.h:26