Re: optical recognition for input

2022-01-18 Thread Vincent Gay
Le 18/01/2022 à 02:19, Josiah Boothby a écrit : he instructions for building for source specify three dependencies: git, gradle, and JDK 11. Audiveris can be installed in Archlinux without any problem (AUR repository). It is indeed the version 11 of the JDK which is installed as a dependence.

Re: optical recognition for input

2022-01-18 Thread Paul Hodges
From: Vincent Gay By curiosity I tried it with a score produced by Lilypond, the result is not very satisfactory. As it is, it seems to me that it is quicker to enter everything on the keyboard than to correct what the software has recognized. I've not tried Audiveris; but this is my i

ice-9 i18n string-locale-upcase

2022-01-18 Thread Simon Albrecht
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

Re: ice-9 i18n string-locale-upcase

2022-01-18 Thread Jean Abou Samra
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

Re: Display Question Mark at center of a measure

2022-01-18 Thread Rajesh Baskar
Thanks Lukas and Jean for your help. There is an issue with the below solution. When adding <<  and >> the visual is correct but while playing the score the first measure notes all play together. I'm guessing it's because of << >>. Is there a way to fix this. Thanks for all the help. Raj O

Re: Display Question Mark at center of a measure

2022-01-18 Thread Jean Abou Samra
Le 18/01/2022 à 19:14, Rajesh Baskar a écrit : Thanks Lukas and Jean for your help. There is an issue with the below solution. Whenadding <<  and >> the visual is correct but while playing the score the first measure notes all play together. I'm guessing it's because of << >>. Is there a way

Re: [openLilyLib] oll-core incompatible with Guile 2.2

2022-01-18 Thread Simon Albrecht
https://github.com/openlilylib/oll-core/issues/62 On 18/01/2022 20:43, Simon Albrecht wrote: I have started using the experimental 2.23.5 build with Guile 2.2 [1] and it turns out to be incompatible with the core of openLilyLib. Here are the error messages I got—it may be that only the first i

[openLilyLib] oll-core incompatible with Guile 2.2

2022-01-18 Thread Simon Albrecht
Dear list, I have started using the experimental 2.23.5 build with Guile 2.2 [1] and it turns out to be incompatible with the core of openLilyLib. Here are the error messages I got—it may be that only the first is relevant: %% /home/simon/openlilylib/oll-core/internal/init

Re: optical recognition for input

2022-01-18 Thread Paul Hodges
From: Valentin Petzel To: Cc: Paul Hodges , Sent: 18/01/2022 19:30 Subject: Re: optical recognition for input But the question is: Would you want that? In situations where this works you probably have a high quality scan of a quality score,  Exactly.  The best success I'

Re: ice-9 i18n string-locale-upcase

2022-01-18 Thread Simon Albrecht
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

Re: ice-9 i18n string-locale-upcase

2022-01-18 Thread Jean Abou Samra
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

Re: Display Question Mark at center of a measure

2022-01-18 Thread Rajesh Baskar
Hi Jean, Here is the complete code. \version "2.22.0" \language english boxify = #(define-music-function (grob-path) (key-list?)     (define proc (grob-transformer 'stencil (lambda (grob orig)     (grob-interpret-markup grob #{ \markup \override #'(box-padding . 1.25)     \override #'(thicknes

Re: Display Question Mark at center of a measure

2022-01-18 Thread Jean Abou Samra
Le 19/01/2022 à 00:40, Rajesh Baskar a écrit : Hi Jean, Here is the complete code. Yes. Here is a simplified example: \version "2.22.1" \score {   {     \startMeasureCount     <<   \hideNotes b'4 a' g' a'   \new Voice { R1 }     >>     \stopMeasureCount   }   \midi { }   \layout {

Re: [openLilyLib] oll-core incompatible with Guile 2.2

2022-01-18 Thread Jean Abou Samra
Le 18/01/2022 à 20:43, Simon Albrecht a écrit : Dear list, I have started using the experimental 2.23.5 build with Guile 2.2 [1] and it turns out to be incompatible with the core of openLilyLib. Here are the error messages I got—it may be that only the first is relevant: [...] Take a loo

Re: [openLilyLib] oll-core incompatible with Guile 2.2

2022-01-18 Thread Jean Abou Samra
Le 19/01/2022 à 01:45, Jean Abou Samra a écrit : Le 18/01/2022 à 20:43, Simon Albrecht a écrit : Dear list, I have started using the experimental 2.23.5 build with Guile 2.2 [1] and it turns out to be incompatible with the core of openLilyLib. Here are the error messages I got—it may be that

Re: [openLilyLib] oll-core incompatible with Guile 2.2

2022-01-18 Thread Valentin Petzel
I have written a message to the list a year ago regarding this. The problem is that OLL has a call in oll-core/internal/control.scm: (use-syntax (ice-9 syncase)) Which does not work anymore in 2.2, neither is it nescessary anymore, as guile 2 provides R5RS natively. My fix to this was to include