04-02-2025, 06:41 AM
Yes, it's also supported in both the iOS and Windows versions of MobileSheets.
Mike
Mike
ABC notation - Fit to page
|
04-02-2025, 06:41 AM
Yes, it's also supported in both the iOS and Windows versions of MobileSheets.
Mike
@Mike: you wrote
"... I'm a little unsure of how I should handle scenarios where there are multiple songs in a single abc file (do I just use the first and ignore all the rest?). ..." By now I use ABC, ChordPro and ChordPro with embedded ABC only for one song per file and this will probably stay my preference. But I came across examples where ABC is used to create complete songbooks in a single file. This is pretty common in the ABC community e.g. by Irish folk musicians. If you decide to support that, it could be done similar to PDF songbooks containing bookmarks or with a UI similar to the CSV import dialog. "Paul Hardy's Session Tunebook" is an example for such an Irish folk songbook. https://pghardy.net/tunebooks/ https://pghardy.net/tunebooks/pgh_session_tunebook.abc This is a song from this tunebook Code: X:1001 X: is the song number. It's mandatory and starts a new song. At first glance the number seems to be unique within the file, but that's definitely not required. T: is the song title. I have chosen this song because it shows that (not only) in Irish folk it happens that the same song might have more than one title. If I were you I would create a new song in MobileSheets for every X: and use the first T: field after the X: to populate the song title in the MobileSheets database. Additional T: titles could be rendered like {subtitle: directives in a ChordPro file. I would appreciate (and proposed that already elsewhere) if MobileSheets supported "alternative titles", not only for ABC files. Other song header fields could be used to populate more fields in the MobileSheets database C: = composers, M: = signatures, R: = genres, K: = keys and so on. "King Street Sessions Tunebook" http://www.pacholo.com/mike/tunebook/KSS.abc is another example for an ABC songbook.
first language: German
Acer A1-830, Android 4.4.2 - HP x2 210 G2 Detachable, Win 10 22H2 - Huawei Media Pad T5, Android 8.0 - Boox Tab Ultra C, Android 11 www.moonlightcrisis.de - www.basdjo.de - www.frankenbaend.de
04-02-2025, 09:08 AM
I don't mind supporting these things eventually, but everytime there is scope creep in talking about what I should support, it means I would either have to push back the implementation until I have a lot more bandwidth, or it delays other features if I try to switch to working on it. It if I want to support extracting information for a single song's metadata in an ABC file, that seems straightforward if I just ignore every other song in that file. If I have to start trying to support functionality similar to CSV files where users can pick what songs to extract from the .abc file, that starts adding more and more things I have to work on, and it starts becoming a much larger effort, so I'm less likely to make any changes in the short term. So it's helpful to have these things as two separate conversations - what I should try to support in the short term, what I should aim to support in the long term.
Mike
@Mike: I fully agree that there are too many topics in this single thread and it would be good to separate them in different threads.
- handling of %%leftmargin, %%rightmargin, %%pagescale and %% directives in general - vertical auto-sizing a song - multiple songs in a single ABC file - alternative titles - and even more
first language: German
Acer A1-830, Android 4.4.2 - HP x2 210 G2 Detachable, Win 10 22H2 - Huawei Media Pad T5, Android 8.0 - Boox Tab Ultra C, Android 11 www.moonlightcrisis.de - www.basdjo.de - www.frankenbaend.de
04-02-2025, 05:26 PM
- multiple songs in a single ABC file
@Mike: sorry if my post was not clear and could be misunderstood as another feature request My intention was just to answer your question and help to clarify how (as far as I know) multiple songs are written in a single ABC file. Supporting multiple songs in a single ABC file has no priority for me and can be postponed imho. Rendering just the first song of an imported ABC file is perfectly fine for now.
first language: German
Acer A1-830, Android 4.4.2 - HP x2 210 G2 Detachable, Win 10 22H2 - Huawei Media Pad T5, Android 8.0 - Boox Tab Ultra C, Android 11 www.moonlightcrisis.de - www.basdjo.de - www.frankenbaend.de
04-02-2025, 05:40 PM
- vertical auto-sizing a song
I doubt that automatical auto-sizing of a song is a good approach. There are too many parameters involved to implement a general solution. Laurent's example is a pretty specific one - maybe he has lots of this kind, but that's not all. Songs with a small number of lines would get large spaces in between, songs with many lines would become too crowded, how about songs with lyrics under the notation, how about songs with several verses below the standard notation, how about displays with different aspect ratio and so on, questions are endless. Nevertheless it might be great to have a possibility to tweak the line spacing of ABC notation.
first language: German
Acer A1-830, Android 4.4.2 - HP x2 210 G2 Detachable, Win 10 22H2 - Huawei Media Pad T5, Android 8.0 - Boox Tab Ultra C, Android 11 www.moonlightcrisis.de - www.basdjo.de - www.frankenbaend.de
04-02-2025, 06:18 PM
- handling of %%leftmargin, %%rightmargin, %%pagescale and %% directives in general
The explanation how in particular %%pagescale is implemented was VERY helpful. I noticed that %%pagescale works differently in MobileSheets and in the ChordPro program and could not understand what's going on. That's hopefully clarified for me now. My main usage for ABC is integrating ABC sections into ChordPro files. In that case the page margins specified in Settings - Text File Settings - Page Margins are applied also to the ABC section. Margins per song are not possible (?). This is perfectly fine for my needs and fully sufficient. Text File Settings - Page Margins currently have no effect on pure ABC files. I don't miss it and have no opinion on applying them also to ABC files. It would probably not be enough for Laurent anyway.
first language: German
Acer A1-830, Android 4.4.2 - HP x2 210 G2 Detachable, Win 10 22H2 - Huawei Media Pad T5, Android 8.0 - Boox Tab Ultra C, Android 11 www.moonlightcrisis.de - www.basdjo.de - www.frankenbaend.de
04-02-2025, 06:31 PM
- alternative titles
I asked for alternative titles before, it just came up again in connection with these ABC examples. It's still on my wishlist, but not with a high priority. Currently I'm using Custom Group for alternative titles which is not a good workaround and blocks Custom Group for other usages. But using Custom or Custom2 would not be any better. A good implementation of alternative titles would require several changes in database and UI so I can understand that we won't get it in the near future. Maybe you can keep it in mind when you start implementing song versioning.
first language: German
Acer A1-830, Android 4.4.2 - HP x2 210 G2 Detachable, Win 10 22H2 - Huawei Media Pad T5, Android 8.0 - Boox Tab Ultra C, Android 11 www.moonlightcrisis.de - www.basdjo.de - www.frankenbaend.de |
Users browsing this thread: |
5 Guest(s) |