Recently I've been re-writing all my tracks into song mode so I can play guitar along with them.
I worked out i could delete empty rows and pull everything up, but now I realise I should add a count in at the beginning, sure i could stick it at the end and it would wrap up, but this way seems more straight forward.
So is there a way I can insert a line before everything else? Copy/paste doesnt seem to work on the song screen.
I have this.
00 11 22 33
00 11 22 33
01 12 21 31
-- -- -- --
-- -- -- --
and i want this
-- -- -- --
00 11 22 33
00 11 22 33
01 12 21 31
-- -- -- --
-- -- -- --