From 2e01341996964742bfaee3c28d7c986795241963 Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Mon, 24 Mar 2008 01:04:05 +0000 Subject: [PATCH] Auto scroll lyrics --- NEWS | 2 +- Sources/VLSheetViewLyrics.mm | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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