fix #9567
This commit is contained in:
parent
285d52f77f
commit
3f77eba971
2 changed files with 7 additions and 11 deletions
|
@ -629,17 +629,12 @@ QString TextLine::endText() const
|
|||
|
||||
void TextLine::writeProperties(Xml& xml) const
|
||||
{
|
||||
if (_beginHook) {
|
||||
writeProperty(xml, P_ID::BEGIN_HOOK);
|
||||
writeProperty(xml, P_ID::BEGIN_HOOK_HEIGHT);
|
||||
writeProperty(xml, P_ID::BEGIN_HOOK_TYPE);
|
||||
}
|
||||
if (_endHook) {
|
||||
writeProperty(xml, P_ID::END_HOOK);
|
||||
writeProperty(xml, P_ID::END_HOOK_HEIGHT);
|
||||
writeProperty(xml, P_ID::END_HOOK_TYPE);
|
||||
}
|
||||
|
||||
writeProperty(xml, P_ID::BEGIN_HOOK);
|
||||
writeProperty(xml, P_ID::BEGIN_HOOK_HEIGHT);
|
||||
writeProperty(xml, P_ID::BEGIN_HOOK_TYPE);
|
||||
writeProperty(xml, P_ID::END_HOOK);
|
||||
writeProperty(xml, P_ID::END_HOOK_HEIGHT);
|
||||
writeProperty(xml, P_ID::END_HOOK_TYPE);
|
||||
writeProperty(xml, P_ID::BEGIN_TEXT_PLACE);
|
||||
writeProperty(xml, P_ID::CONTINUE_TEXT_PLACE);
|
||||
writeProperty(xml, P_ID::END_TEXT_PLACE);
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<voice id="0">0</voice>
|
||||
<tick>0</tick>
|
||||
<Pedal id="2">
|
||||
<beginHookHeight>-1.2</beginHookHeight>
|
||||
<endHook>1</endHook>
|
||||
<endHookHeight>-1.2</endHookHeight>
|
||||
<track>0</track>
|
||||
|
|
Loading…
Reference in a new issue