00001 #ifndef METRICSMS_H
00002 #define METRICSMS_H
00003
00006 #define ALIGN_LEFT 0
00007 #define ALIGN_CENTER 1
00008 #define ALIGN_RIGHT 2
00009 #define FONTFAMILYTIMES 0
00010
00016 class MetricsMS{
00017 public:
00018 static const double UpperSimpleStemShift=2.4;
00019 static const double LowerSimpleStemShift=0;
00020 static const double UpperGraceSimpleStemShift=1.5;
00021 static const double SecondBarVerticalShift=1.7;
00022 static const double HeightFirstBar=5;
00023 static const double stemHeight=5;
00024 };
00025
00026 #endif