mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
Auto scroll lyrics
This commit is contained in:
parent
db8433dfe1
commit
2e01341996
2
NEWS
2
NEWS
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
- Fixed numerous bugs.
|
- Fixed numerous bugs.
|
||||||
- Reorganized file import/export facilities.
|
- 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.
|
- Now capable of importing Band-in-a-Box and Lilypond files.
|
||||||
|
|
||||||
19May07 VocalEasel 1.0a3
|
19May07 VocalEasel 1.0a3
|
||||||
|
|
|
@ -78,6 +78,7 @@
|
||||||
}
|
}
|
||||||
fNextMeas = fMeasure;
|
fNextMeas = fMeasure;
|
||||||
fNextAt = fAt;
|
fNextAt = fAt;
|
||||||
|
[fView scrollMeasureToVisible:fMeasure];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) moveToPrev
|
- (void) moveToPrev
|
||||||
|
@ -91,6 +92,7 @@
|
||||||
fAt = at;
|
fAt = at;
|
||||||
fNextMeas = fMeasure;
|
fNextMeas = fMeasure;
|
||||||
fNextAt = fAt;
|
fNextAt = fAt;
|
||||||
|
[fView scrollMeasureToVisible:fMeasure];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) highlightCursor
|
- (void) highlightCursor
|
||||||
|
|
Loading…
Reference in New Issue
Block a user