rualark / MGen

MGen: Windows PC C++ music generation and analysis laboratory, playing into MIDI port and exporting MIDI
http://arkhipenko.weebly.com
GNU Affero General Public License v3.0
45 stars 11 forks source link

CA3: Multibyte part names are cut too short. Also, number at the end of part name is not shown #2603

Closed rualark closed 5 years ago

rualark commented 5 years ago

image

image

    st.Format("  \\set Staff.instrumentName = \\markup { \\teeny \\override #'(baseline-skip . 2.0) \\center-column{ \"%s\" %s%s } }\n", vname2[vi].Mid(0, 10), st3, vocra_st);
rualark commented 5 years ago

image image

rualark commented 5 years ago

Need to convert from UTF8 to UTF16. Fixed unique names (if maximum is 5): image

rualark commented 5 years ago

Fixed correct string length: image