aspiers / ly2video

generating videos from LilyPond projects
GNU General Public License v3.0
158 stars 23 forks source link

"page turn" when cursor scrolls past right margin should be a smooth scroll #27

Open aspiers opened 11 years ago

aspiers commented 11 years ago

Currently, in cursor scrolling mode (i.e. when --scroll-notes is not used), when the cursor goes past the right margin (as defined by the second value to the --cursor-margins option) the notation instantly changes to the next chunk. It would be visually easier for the eyes/brain to track if the notation smoothly but quickly scrolled from right to left to the new position. This should happen very quickly to minimise distractions (e.g. in < 0.5 seconds).

DanEble commented 4 years ago

Please consider a left-to-right wipe transition as an option. That would keep the score still while still gradually changing to the next page as the reader's focus is on another part of the display.

aspiers commented 4 years ago

That's a great idea!