diff --git a/NEWS b/NEWS index 779dafb..2e99010 100644 --- a/NEWS +++ b/NEWS @@ -12,7 +12,7 @@ - Fixed numerous bugs. - Reorganized file import/export facilities. - - Now generating much more conformant VoiceXML. + - Now generating much more conformant MusicXML. - Now capable of importing Band-in-a-Box and Lilypond files. 19May07 VocalEasel 1.0a3 diff --git a/Sources/VLSheetViewLyrics.mm b/Sources/VLSheetViewLyrics.mm index 88e88ba..c92ba84 100644 --- a/Sources/VLSheetViewLyrics.mm +++ b/Sources/VLSheetViewLyrics.mm @@ -78,6 +78,7 @@ } fNextMeas = fMeasure; fNextAt = fAt; + [fView scrollMeasureToVisible:fMeasure]; } - (void) moveToPrev @@ -91,6 +92,7 @@ fAt = at; fNextMeas = fMeasure; fNextAt = fAt; + [fView scrollMeasureToVisible:fMeasure]; } - (void) highlightCursor