>> 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 t
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 music
> 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 actua
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,
K
> 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
>
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 pr
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 whole
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 Guil
> I missed it at first, but it's actually very easy in your example.
Thanks, added to #6533.
Werner
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 2=100
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 ☧ ΧΡΙΣΤΟΣ
>
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 'backend)
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
>> \versio
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 Installi
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 fo
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:
>
> >
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 linked
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
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 langua
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
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)
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 wo
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
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 }
>>}
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 compi
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"
> segmentA
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:
>
> [https://gitlab.com/lilypond/lilypond/-/issues/6482](https:/
27 matches
Mail list logo