diff --git a/src/editortoolkit_neume.cpp b/src/editortoolkit_neume.cpp index 7957564c41..d728e1e2f3 100644 --- a/src/editortoolkit_neume.cpp +++ b/src/editortoolkit_neume.cpp @@ -1961,11 +1961,11 @@ bool EditorToolkitNeume::SetClef(std::string elementId, std::string shape) if (shape == "C") { clefShape = CLEFSHAPE_C; - shift = -3; + shift = 4; } else if (shape == "F") { clefShape = CLEFSHAPE_F; - shift = 3; + shift = -4; } if (clef->GetShape() != clefShape) {