Compilation error : V1.2
/home/olivier/musescore/mscore/mscore/mscore/element.cpp:457: erreur: expected `)' before ‘;’ token
pl.append(Prop("pos", pos() / spatium()); // for upward compatibility
changed to
pl.append(Prop("pos", pos() / spatium())); // for upward compatibility
Compilation = Ok
Comments
Thanks. Fixed in r5142