This commit is contained in:
ws 2014-08-26 09:20:31 +02:00
parent 285d52f77f
commit 3f77eba971
2 changed files with 7 additions and 11 deletions

View file

@ -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);

View file

@ -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>