mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +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.
|
||||
- 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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user