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.
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
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
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
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
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
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
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
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'
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 à 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
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
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 {
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
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
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
16 matches
Mail list logo