Skip to content

Commit

Permalink
fix name of 8vb
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Sep 24, 2013
1 parent 3fd0794 commit 740fe88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/ottava.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static const OttavaDefault ottavaDefault[] = {
{ octave8va, octave8, QPointF(0.0, .7), 1.0, Element::ABOVE, 12, "8va" },
{ octave15ma, octave15, QPointF(0.0, .7), 1.0, Element::ABOVE, 24, "15ma" },
{ octave8vb, octave8, QPointF(0.0, -1.0), -1.0, Element::BELOW, -12, "8vb" },
{ octave15mb, octave15, QPointF(0.0, -1.0), -1.0, Element::BELOW, -24, "15ma" },
{ octave15mb, octave15, QPointF(0.0, -1.0), -1.0, Element::BELOW, -24, "15mb" },
{ octave22ma, octave22, QPointF(0.0, .7), 1.0, Element::ABOVE, 36, "22ma" },
{ octave22mb, octave22, QPointF(0.0, -1.0), -1.0, Element::BELOW, -36, "22mb" }
};
Expand Down

0 comments on commit 740fe88

Please sign in to comment.