Index: edit.cpp =================================================================== --- edit.cpp (Revision 3784) +++ edit.cpp (Arbeitskopie) @@ -874,7 +874,8 @@ if (noteEntryMode()) { if (_is.cr() == 0) { printf("cmdAddTie: no pos\n"); - return; +// return; + expandVoice(); } startCmd(); Note* n = addPitch(note->pitch(), false);