We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa466f commit 001f45bCopy full SHA for 001f45b
src/facsimilefunctor.cpp
@@ -184,7 +184,7 @@ FunctorCode SyncFromFacsimileFunctor::VisitStaff(Staff *staff)
184
m_staffZones[staff] = zone;
185
186
// The staff slope is going up. The y left position needs to be adjusted accordingly
187
- if (zone->GetRotate() < 0) {
+ if (zone->GetRotate() < 0 && zone->GetRotate() != MEI_UNSET) {
188
staff->m_drawingFacsY = staff->m_drawingFacsY
189
+ (m_currentNeumeLine->m_drawingFacsX2 - m_currentNeumeLine->m_drawingFacsX1)
190
* tan(zone->GetRotate() * M_PI / 180.0);
0 commit comments