13#ifndef ___msrScaling___
14#define ___msrScaling___
16#include "msrElements.h"
18#include "msrBasicTypes.h"
20#include "msrLayouts.h"
55 void setMillimeters (
float val)
56 { fMillimeters = val; }
57 float getMillimeters ()
const
58 {
return fMillimeters; }
60 void setTenths (
int val)
62 float getTenths ()
const
63 {
return float(fTenths); }
67 { fPageLayout = val; }
69 {
return fPageLayout; }
76 float fetchGlobalStaffSize ()
const;
93 virtual void print (ostream& os)
const;
109EXP ostream& operator<< (ostream& os,
const S_msrScaling& elt);
Definition: basevisitor.h:25
Definition: msrElements.h:26
Definition: msrScaling.h:28