Le 18/01/2022 à 20:37, Simon Albrecht a écrit :
On 18/01/2022 18:52, Jean Abou Samra wrote:
Because this is documentation for Guile 2
and current releases of LilyPond still have
Guile 1.8.
Thanks for the speedy reply! I wasn’t sure whether the switch to Guile
2 had already been made. I got i
On 18/01/2022 18:52, Jean Abou Samra wrote:
Because this is documentation for Guile 2
and current releases of LilyPond still have
Guile 1.8.
Thanks for the speedy reply! I wasn’t sure whether the switch to Guile 2
had already been made. I got it to work with the experimental binary you
linke
Le 18/01/2022 à 18:01, Simon Albrecht a écrit :
Hi everyone,
I wanted to set up some customisable headings using #(string-upcase
"string"), but it doesn’t work on German umlauts, so I came upon
string-locale-upcase on this page:
https://www.gnu.org/software/guile/docs/docs-2.2/guile-ref/Char
Hi everyone,
I wanted to set up some customisable headings using #(string-upcase
"string"), but it doesn’t work on German umlauts, so I came upon
string-locale-upcase on this page:
https://www.gnu.org/software/guile/docs/docs-2.2/guile-ref/Character-Case-Mapping.html#Character-Case-Mapping
H