Songs
This is the core part of the app. It takes away the hard part of making the sheets of lyrics and chords readable and pretty from users, by completely automating this process. This approach allows you to easily change lyrics, chords, or chord position, with rendered output always visible on the right side of the view.
A song is meant to render onto a single page or screen with no scrolling while playing - picture a performer at a campfire reading off a phone while holding a guitar.
List
All your song are in the list view in a 'song explorer' like tool. You can search songs by text or title, sort them by name, creation date, last change date, or by favorites. There is also a button to create new songs or import songs from a file.
Search ignores accents, so typing svetlo finds Světlo and ami finds Ami.
Each songs name must be unique - it is your label for finding the song, not the same as the title. Titles on the other hand can be duplicates.
Possible actions for songs:
- rename
- delete
- duplicate
- make favorite
- download, which is also where export lives, as a choice in its dialog
- edit
Edit, rename and duplicate sit on the row. The rest, download and delete, are on the row's ⋯ menu, so a row is not a crowd of buttons.
You can select multiple songs and use some actions on a whole bulk.
Deleting a song removes it from your library entirely and from every songbook. If the song is used in a songbook, you are warned first, with a link that opens the songbook and selects the song.
Song edit
You can open song editing by clicking on the edit option or by double-clicking on the song. On a phone one tap on the song is enough - there is no second pane there for a single click to preview into. Detailed guide for song editing is on the next page.