~s-cecilio/lenmus/v5.1.x

« back to all changes in this revision

Viewing changes to src/graphic/Formatter4.h

  • Committer: cecilios
  • Date: 2007-06-10 20:08:10 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:trunk:251

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
    lmTenths            m_nSpacingValue;            //spacing for 'fixed' method
76
76
 
77
77
    // variables for debugging
78
 
    bool        m_fDebugMode;            //debug on/off
79
 
 
 
78
    bool        m_fDebugMode;           //debug on/off
 
79
    long        m_nTraceMeasure;        //measure to trace. 0 = all
80
80
};
81
81
 
82
82