13#ifndef ___lpsrLayouts___
14#define ___lpsrLayouts___
16#include "lpsrVarValAssocs.h"
18#include "lpsrScheme.h"
50 float getLayoutGlobalStaffSize ()
const
51 {
return fLayoutGlobalStaffSize; }
53 void setLayoutGlobalStaffSize (
float size)
54 { fLayoutGlobalStaffSize = size; }
69 void addSchemeVariable (
72 fLpsrSchemeVariablesVector.push_back (assoc);
90 virtual void print (ostream& os)
const;
97 float fLayoutGlobalStaffSize;
103 vector<S_lpsrSchemeVariable>
104 fLpsrSchemeVariablesVector;
107EXP ostream& operator<< (ostream& os,
const S_lpsrLayout& elt);
Definition: basevisitor.h:25
Definition: lpsrElements.h:24
Definition: lpsrLayouts.h:26