DescriptionClear fret-diagram- and harp-pedal-input-strings from whitespace
Whitespace-characters are deleted before further processing.
Allows for
\markup \fret-diagram #"s:2;h:5;
6-3;5-5;4-5;3-4;2-3;1-x;"
Also adding errors for typos in fret-diagram with a meaningful message:
\markup \fret-diagram #"s:2;g:5;
6-3;5-5;4-5;3-4;2-3;1-x;"
will return:
fatal error: Unhandled entry in fret-diagram: g:5
This error would not apply, if something for #\g would be defined
in fret-parse-definition-string somewhere in the future.
Something similiar is already in harp-pedals.scm
Patch Set 1 #
Total comments: 2
Patch Set 2 : no predefined error-def, apply to barre-list, too #Patch Set 3 : David's comment #
MessagesTotal messages: 17
|