Re: Workaround for issue on tuplet of skips

2023-02-18 Thread Jean Abou Samra
Le dimanche 19 février 2023 à 02:09 +0100, Paolo Prete a écrit : > Hello LilyPonders, > > Currently, I checked that Spontini-Editor has an incompatibility with LP > 2.25.x (it works well with 2.24.x branch) due to this bug: > >

Re: organizing pieces with variables - lyrics not aligned

2023-02-18 Thread Jean Abou Samra
Le dimanche 19 février 2023 à 08:57 +0800, Darren Ng a écrit : > In the following sheet, > "Dave" and "Ed" are not on the same line. > > How to properly group melodies and their matching lyrics into variables, > while keeping lyrics on the same line? > >     \version "2.24.1" >    

Workaround for issue on tuplet of skips

2023-02-18 Thread Paolo Prete
Hello LilyPonders, Currently, I checked that Spontini-Editor has an incompatibility with LP 2.25.x (it works well with 2.24.x branch) due to this bug: https://gitlab.com/lilypond/lilypond/-/issues/6482 More specifically, the incompatibility happens when hidden tuplets of skips, which don't

organizing pieces with variables - lyrics not aligned

2023-02-18 Thread Darren Ng
In the following sheet, "Dave" and "Ed" are not on the same line. How to properly group melodies and their matching lyrics into variables, while keeping lyrics on the same line? \version "2.24.1" segmentA = {<< { c4 c4 c4 c8 r8 } \addlyrics { Alice Bob Cathy Dave } >>}

Re: unable to use convert.ly

2023-02-18 Thread Jean Abou Samra
Hello, For your information, your posts to the list had to be manually approved because you are not a subscriber. Please subscribe from [https://lists.gnu.org/mailman/listinfo/lilypond-user](https://lists.gnu.org/mailman/listinfo/lilypond-user) to fix this. Thank you. Le vendredi 17 février

Re: Wondering if there's a way to not just hide N.C symbols, but have them not erase "current" chord.

2023-02-18 Thread Jean Abou Samra
Le vendredi 17 février 2023 à 19:03 -0600, Matthew Probst a écrit : > This is indeed the first time I'm really understanding adding properties to > notes with music functions, and it makes much more sense to me now that I'm > deeper in this than it did in the past. Good to hear. For what it's

Re: Determining requested output files

2023-02-18 Thread Jean Abou Samra
Le samedi 18 février 2023 à 11:55 -0500, Fr. Samuel Springuel a écrit : > I have the following scheme function which I used on versions 2.22 and > earlier which determined the requested output files for a lilypond run: > > #(define target-extensions (cond ((equal? (ly:get-option 'backend) 'svg)

Re: I did not previously realize that Lilypond would automatically update pre-existing scores

2023-02-18 Thread Jean Abou Samra
Le samedi 18 février 2023 à 22:09 +0100, Valentin Petzel a écrit : > I do think that even in this case Lilypond should > issue a warning. https://www.mail-archive.com/lilypond-devel@gnu.org/msg78847.html signature.asc Description: This is a digitally signed message part

Re: I did not previously realize that Lilypond would automatically update pre-existing scores

2023-02-18 Thread Valentin Petzel
Hi Kenneth, hi all, Lilypond is both a program and a music language. So we have two versions, the program version and the language version. Using a lower program version on a higher language version does issue a warning and will potentially fail. Using a higher program version on a lower

Re: LilyPond 2.25.2

2023-02-18 Thread Saul Tobin
Surprised to see that the http versions of those pages are accessible. Shouldn't they redirect to https? On Sat, Feb 18, 2023 at 12:13 PM Jonas Hahnfeld via LilyPond user discussion wrote: > On Sat, 2023-02-18 at 14:43 -0500, Shane Brandes wrote: > > That is great, but where can one find a list

Re: LilyPond 2.25.2

2023-02-18 Thread Jonas Hahnfeld via LilyPond user discussion
On Sat, 2023-02-18 at 14:43 -0500, Shane Brandes wrote: > That is great, but where can one find a list of changes between > versions? The current Changes document can be found here: http://lilypond.org/doc/v2.25/Documentation/changes/ In general, all manuals for the development releases are

Re: Landscape output displays sideways

2023-02-18 Thread Saul Tobin
Channel wrap around can also occur if you assign midi channels per Voice and instantiate more than 16 Voice contexts, for example if you have used \new Voice at the beginning of each polyphonic passage. On Sat, Feb 18, 2023, 7:04 AM wrote: > On 17 Feb 2023 at 19:11, Jean Abou Samra wrote: > > >

Re: LilyPond 2.25.2

2023-02-18 Thread Shane Brandes
That is great, but where can one find a list of changes between versions? Shane On Sat, Feb 18, 2023 at 2:39 PM Jonas Hahnfeld via LilyPond user discussion wrote: > We are happy to announce the release of LilyPond 2.25.2. This is termed > a development release, but these are usually reliable

LilyPond 2.25.2

2023-02-18 Thread Jonas Hahnfeld via LilyPond user discussion
We are happy to announce the release of LilyPond 2.25.2. This is termed a development release, but these are usually reliable for testing new features and recent bug fixes. However, if you require stability, we recommend using version 2.24.1, the current stable release. Please refer to the

Re: I did not previously realize that Lilypond would automatically update pre-existing scores

2023-02-18 Thread Kenneth Wolcott
Thanks to all for the clarification. Ken On Sat, Feb 18, 2023 at 6:14 AM Sven Axelsson wrote: > > On Sat, 18 Feb 2023 at 09:03, Kenneth Wolcott > wrote: >> >> I have some LIlypond code (from someone on the list) which is at >> Lilypond version: >> >> grep version ./only_even_bars.ly >>

Determining requested output files

2023-02-18 Thread Fr. Samuel Springuel
I have the following scheme function which I used on versions 2.22 and earlier which determined the requested output files for a lilypond run: #(define target-extensions (cond ((equal? (ly:get-option 'backend) 'svg) (list "svg")) ((equal? (ly:get-option

Re: Conditional Definitions

2023-02-18 Thread Fr . Samuel Springuel
After some searching, I’ve found that Scheme has the define-once construct which does exactly what I was looking for ✝✝ Fr. Samuel, OSB (R. Padraic Springuel) St. Anselm’s Abbey 4501 South Dakota Ave, NE Washington, DC, 20017 202-269-2300 (c) 202-853-7036 PAX ☧ ΧΡΙΣΤΟΣ

Re: Landscape output displays sideways

2023-02-18 Thread tim
On 17 Feb 2023 at 19:11, Jean Abou Samra wrote: > I have another question. I get five of these messages: > warning: MIDI channel wrapped around > warning: remapping modulo 16 > I am-generating a MIDI file, but the only line in the source file talking > about MIDI is >   \midi { >     \tempo

Re: bad grace note spacing

2023-02-18 Thread Werner LEMBERG
> I missed it at first, but it's actually very easy in your example. Thanks, added to #6533. Werner

Re: I did not previously realize that Lilypond would automatically update pre-existing scores

2023-02-18 Thread Sven Axelsson
On Sat, 18 Feb 2023 at 09:03, Kenneth Wolcott wrote: > I have some LIlypond code (from someone on the list) which is at > Lilypond version: > > grep version ./only_even_bars.ly > \version "2.22.0" > > ~/Downloads/lilypond-2.24.1/bin/lilypond ./only_even_bars.ly > GNU LilyPond 2.24.1 (running

Re: bad grace note spacing

2023-02-18 Thread Jean Abou Samra
Le samedi 18 février 2023 à 08:01 +, Werner LEMBERG a écrit : > ``` > > >> The issue I filed is not related to `strict-grace-spacing` at all. > > > > It’s quite related.  [...] > > With 'related' I meant that there are two separate bugs.  I didn't > talk about what the best fix for the

Re: I did not previously realize that Lilypond would automatically update pre-existing scores

2023-02-18 Thread David Kastrup
Werner LEMBERG writes: >> What is expected to happen when Lilypond 2.24.1 encounters a score >> with a version of 2.22.2 in it? Well, I'll try to carefully reproduce >> (or not!) my experience! > > It prints a thick fat warning that the LilyPond version is too old to > handle this score. It

Re: Stretch bar width to fit

2023-02-18 Thread Werner LEMBERG
> Is there a simple way to stretch the bar width of short scores to full page > width? > > Example: > > \score { >\relative c' { > c2( b' a c f, d b' b, c a' g d e c') \bar "|." >} >\layout { > \context { >\Score >\hide TimeSignature >\time 14/2 >

Stretch bar width to fit

2023-02-18 Thread Kenneth Flak
Hi list, Is there a simple way to stretch the bar width of short scores to full page width? Example: \score { \relative c' { c2( b' a c f, d b' b, c a' g d e c') \bar "|." } \layout { \context { \Score \hide TimeSignature \time 14/2 } } } Best,

Re: bad grace note spacing

2023-02-18 Thread Jean Abou Samra
> Le 18 févr. 2023 à 09:01, Werner LEMBERG a écrit : > >  >>> The issue I filed is not related to `strict-grace-spacing` at all. >> >> It’s quite related. [...] > > With 'related' I meant that there are two separate bugs. I didn't > talk about what the best fix for the whole problem

Re: I did not previously realize that Lilypond would automatically update pre-existing scores

2023-02-18 Thread Kenneth Wolcott
I have some LIlypond code (from someone on the list) which is at Lilypond version: grep version ./only_even_bars.ly \version "2.22.0" ~/Downloads/lilypond-2.24.1/bin/lilypond ./only_even_bars.ly GNU LilyPond 2.24.1 (running Guile 2.2) Processing `./only_even_bars.ly' Parsing... Interpreting

Re: bad grace note spacing

2023-02-18 Thread Werner LEMBERG
>> The issue I filed is not related to `strict-grace-spacing` at all. > > It’s quite related. [...] With 'related' I meant that there are two separate bugs. I didn't talk about what the best fix for the whole problem actually is. > In strict-grace-spacing mode, grace columns are not part of