Extend song when note gets extended

This commit is contained in:
Matthias Neeracher 2007-05-17 06:24:24 +00:00
parent 239b3ef834
commit b47ecf36b8

View File

@ -1126,6 +1126,8 @@ void VLSong::ExtendNote(size_t measure, VLFraction at)
k = fMeasures[++measure].fMelody.begin();
}
}
if (measure+1 == fMeasures.size())
AddMeasure();
}
break;
}