Skip to content

Commit

Permalink
move instrument name in parts to left-bottom of title frame
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Mar 20, 2014
1 parent cd4db7f commit a357ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/style.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ void initStyle(MStyle* s)
AS("Fingering", ff, 8, false, false, false, ALIGN_CENTER, QPointF(), OA, true);
AS("Instrument Name (Long)", ff, 12, false, false, false, ALIGN_RIGHT | ALIGN_VCENTER, QPointF(), OA, true);
AS("Instrument Name (Short)", ff, 12, false, false, false, ALIGN_RIGHT | ALIGN_VCENTER, QPointF(), OA, true);
AS("Instrument Name (Part)", ff, 18, false, false, false, ALIGN_LEFT | ALIGN_TOP, QPointF(), OA);
AS("Instrument Name (Part)", ff, 18, false, false, false, ALIGN_LEFT | ALIGN_BOTTOM, QPointF(), OA);
AS("Dynamics", ff, 20, false,false,false,ALIGN_HCENTER | ALIGN_BASELINE, QPointF(0.0, 8.0), OS, true);
AS("Technique", ff, 12, false, true, false,ALIGN_LEFT | ALIGN_BASELINE, QPointF(0.0, -2.0), OS);

Expand Down

0 comments on commit a357ccb

Please sign in to comment.