Hello,
I have few questions about the \chordmode
*Questions*
- How can I change the name for the c:aug7 from C7#5 to Co7 for all
augmented seventh chords, not only for specific pitches in the
chordNameExceptions list?
- Similarly, how can I change the name for the half-diminished sev
Hi Abraham et al.,
I'm starting a new thread about the fact that -dcompile-scheme-code
is apparently not working for you
(https://lists.gnu.org/archive/html/lilypond-user/2022-11/msg00307.html).
This option is new in 2.23.14 and makes for better error messages when
something goes wrong in Scheme
On 20.11.2022 13:37, Jean Abou Samra wrote:
I wonder if -dcompile-scheme-code is broken for everyone on Windows
or just for some. (If it's broken for everyone, I'm surprised that
this is only noticed now ...)
Can a few people on Windows please try compiling this and report back:
See attached
Le 20/11/2022 à 13:53, Robin Bannister a écrit :
On 20.11.2022 13:37, Jean Abou Samra wrote:
I wonder if -dcompile-scheme-code is broken for everyone on Windows
or just for some. (If it's broken for everyone, I'm surprised that
this is only noticed now ...)
Can a few people on Windows please
On 20.11.2022 13:56, Jean Abou Samra wrote:
Ah, sorry, the snippet was silly. Please use this one instead:
\version "2.23.81"
#(debug-enable 'backtrace)
#(ly:set-option 'compile-scheme-code)
#(display (+ 2 2))
#(use-modules (ice-9 match)
(ice-9 hash-table)
(oo
Hello,
Le 20/11/2022 à 10:27, Volodymyr Prokopyuk a écrit :
* How can I change the name for the c:aug7 from C7#5 to Co7 for all
augmented seventh chords, not only for specific pitches in the
chordNameExceptions list?
* Similarly, how can I change the name for the half-diminished
Hi,
is there an "idiomatic" way of forcing LilyPond to print a bar line "|"
at the beginning of the piece other than doing the hack of adding
\grace s1 \bar "|"
before the music?
My problem is that I need to do this programmatically with a large
number of short scores. If any of those start
Le 20/11/2022 à 14:51, Lukas-Fabian Moser a écrit :
Hi,
is there an "idiomatic" way of forcing LilyPond to print a bar line
"|" at the beginning of the piece other than doing the hack of adding
\grace s1 \bar "|"
before the music?
[...]
Hm.
\version "2.23.81"
{
\once \set Timing.mea
Hello Jean,
Le dim. 20 nov. 2022 à 13:38, Jean Abou Samra a écrit :
> \version "2.23.81"
>
> #(ly:set-option 'compile-scheme-code)
> #(debug-enable 'backtrace)
>
> #(display (+ 2 2))
> #(use-modules (ice-9 match)
>(ice-9 hash-table)
>(oop goops))
>
>
> Knowing if
Hi Jean,
Hm.
\version "2.23.81"
{
\once \set Timing.measureStartNow = ##t
\once \set Timing.measureBarType = "|-s"
c'1
\break
c'1
}
Thank you very much - this works from 2.23.8 on, I assume because of
Dan's additions. Great!
I still have to read up on the bar type definition co
Hi Jean,
> This is a vast refinement of the initial \autoMove function
I love that you generate “magic” solutions with such facility, and that you
still care enough to respect existing parameters (e.g., minimum-distance) and
include new useful ones (e.g., details.strength).
> - As said in a pr
Le 20/11/2022 à 16:08, Jean-Julien Fleck a écrit :
It's working fine for me on macOS with the latest 2.23.81 with both
places of #(debug-enable 'backtrace)
Thanks for testing.
By the way, is it expected that the «lilypond git repository» link is
pointed toward savannah rather than gitlab on
Le 20/11/2022 à 16:11, Lukas-Fabian Moser a écrit :
Thank you very much - this works from 2.23.8 on, I assume because of
Dan's additions. Great!
There have been so many changes to bar lines that I have stopped
tracking which happened in which version :-)
I still have to read up on the bar
Outstanding! Thank you very much!
I'm impressed with the flexibility of LilyPond! However, less verbose
scripting could be a huge plus to LilyPond.
Thank you,
Vlad
On Sun, Nov 20, 2022 at 2:46 PM Jean Abou Samra wrote:
> Hello,
>
> Le 20/11/2022 à 10:27, Volodymyr Prokopyuk a écrit :
> >
> >
This is now
https://gitlab.com/lilypond/lilypond/-/issues/6474
Thanks everyone,
Jean
OpenPGP_signature
Description: OpenPGP digital signature
Le 20/11/2022 à 17:30, Volodymyr Prokopyuk a écrit :
However, less verbose scripting could be a huge plus to LilyPond.
Well, LilyPond has convenient syntax for most "scripting" use cases.
It's just that defining custom chord modifiers is pretty unusual, so
it doesn't benefit from a syntax as
Hi all,
> Kieren, you've got to try this out! It will blow your mind!
I just took Jean’s example, and compared the output with and without the
\include step… Truly astonishing.
(I haven’t tried it with my Real World Scores™, but can’t wait to do so!)
> Jean, seriously, this is amazing!
Agreed
17 matches
Mail list logo