How can I change the width of multi-measure rests in the irregular measure?

2021-08-01 Thread takumi ikeda
\version "2.19.81" { \compressFullBarRests \set Score.restNumberThreshold = #0 \time 5/4 R4*5 \time 4/4 R1*2 } { \compressFullBarRests \set Score.restNumberThreshold = #0 \override Staff.MultiMeasureRest.space-increment = 10 \time 5/4 R4*5 \time 4/4 R1*2 } % Thanks, %

Re: Transform notes in a variable?

2021-08-01 Thread Craig Comstock
Oh no. A typo in my alist. I’ll be quiet now for a while and dig before asking more. :) >> Where transformOne would map c’ to say e’ and d’ to g’’. > > So I would expect to define transformOne something like > > ((c' . e') (d' . g'’)) Thanks, Craig

Re: Transform notes in a variable?

2021-08-01 Thread Craig Comstock
To be clear, I would like to transform all of the notes in a particular part or staff. Ideally defining a map like an alist is it in scheme? > \version "2.20.0" > riff = { c' r d' r } > << > \new Staff \riff > % \new Staff \transformOne \riff > >> > > Where transformOne would map c’ to say e’

Transform notes in a variable?

2021-08-01 Thread Craig Comstock
Related to my other question of note names I am wondering if it is possible to maybe write a mapping function of some sort for pitches? I know there is transpose like shown here: https://lilypond.org/doc/v2.22/Documentation/web/text-input

Re: Problem

2021-08-01 Thread Carl Sorensen
On 8/1/21, 10:21 AM, "lilypond-devel on behalf of Jonas Hahnfeld via Discussions on LilyPond development" wrote: > For me, personally, I'd prefer to see us follow up with either Marnen's or Jaques's work (they may actually be very similar -- I'm not sure) so we can get

Re: Persian music package

2021-08-01 Thread Kees van den Doel
On Sun, Aug 1, 2021 at 10:40 AM Kees van den Doel wrote: > > > On Sun, Aug 1, 2021 at 2:29 AM Thomas Morley > wrote: > >> >> Furthermore I'd replace the override for Accidental.extra-offset by: >> \override Accidental.Y-offset = >> > > Typo I assume and you mean "\override

Re: Persian music package

2021-08-01 Thread Kees van den Doel
On Sun, Aug 1, 2021 at 2:29 AM Thomas Morley wrote: > > Furthermore I'd replace the override for Accidental.extra-offset by: > \override Accidental.Y-offset = > Typo I assume and you mean "\override Accidental.extra-offset ="? > #(lambda (grob) > (cdr >

Re: Persian music package

2021-08-01 Thread Kees van den Doel
On Sun, Aug 1, 2021 at 2:29 AM Thomas Morley wrote: > > I'd simply drop your overrides for Accidental.Y-extent and > Accidental.X-extent. > Let the skylines do their job as already proposed by Jean. > I should have answered you first. That seems to solve everything! At least on the demo

Re: Persian music package

2021-08-01 Thread Kees van den Doel
On Sun, Aug 1, 2021 at 1:33 AM Jean Abou Samra wrote: > > Does this code illustrate your problem? > > \version "2.22.1" > > { >\override Accidental.X-extent = #'(-2 . 2) > > } > Yes and no. Your code *does* allow me to set the X-extent with those 2 numbers and it has an effect, whereas

Re: oldie/newbie convert/fresco question

2021-08-01 Thread David Kastrup
jh writes: > A while back David K kept on trying to get me to update beyond 2.18.2 > even though I said I'd failed a number of times and that many of the > changes between these versions seem opaque to me. > > My main text editor has developed a major crash where it freezes > everything and the

Re: oldie/newbie convert/fresco question

2021-08-01 Thread Jean Abou Samra
Hello Jay, Sorry for the previous message, obviously sent by accident! Le 01/08/2021 à 18:10, jh a écrit : A while back David K kept on trying to get me to update beyond 2.18.2 even though I said I'd failed a number of times and that many of the changes between these versions seem opaque

Re: Problem

2021-08-01 Thread Jonas Hahnfeld via LilyPond user discussion
Am Sonntag, dem 01.08.2021 um 15:36 + schrieb Carl Sorensen: > Jonas Hahnfeld has been working on an experimental binary build that avoids > the complexities of GUB and avoids cross-compiling, that uses separate > packages for each system, thus enabling a user of MacOS to build their own >

oldie/newbie convert/fresco question

2021-08-01 Thread jh
A while back David K kept on trying to get me to update beyond 2.18.2 even though I said I'd failed a number of times and that many of the changes between these versions seem opaque to me. My main text editor has developed a major crash where it freezes everything and the creator is unable to

Re: Problem

2021-08-01 Thread Carl Sorensen
On 8/1/21, 8:42 AM, "lilypond-user on behalf of Craig Comstock" wrote: > Could I help/ volunteer somehow that this workaround gets integrated in the current download version, don't know if that error only happens with MacOS X.14.6 aka 'Mojave' though. FWIW I am using 20.0

Re: Problem

2021-08-01 Thread Craig Comstock
> Could I help/ volunteer somehow that this workaround gets integrated in the > current download version, don't know if that error only happens with MacOS > X.14.6 aka 'Mojave' though. FWIW I am using 20.0 on OS X and can probably help even though I am quite new to Lily pond I have much

Re: Problem

2021-08-01 Thread ole
Am 31.07.2021 um 22:36 schrieb Jean Abou Samra : > > > > Le 30/07/2021 à 16:28, ole a écrit : >> I'am a little confused- some years ago topposting was not much appreciated >> in this mailing-list, has that changed? >> Just installed an old version of Lilypond (2.19.83) and everything works

Re: Persian music package

2021-08-01 Thread Thomas Morley
Am So., 1. Aug. 2021 um 09:58 Uhr schrieb Kees van den Doel : > > OK, so I'll stick with my own convert-ly files as I'm on the stabgle version. > > Problem now seems to be that the positioning tweak in persian.ly such as > "persianStringsXExtents" is no longer working correctly with my file. >

Re: Persian music package

2021-08-01 Thread Thomas Morley
Am So., 1. Aug. 2021 um 07:24 Uhr schrieb Jean Abou Samra : > > Le 01/08/2021 à 00:54, Thomas Morley a écrit : > > No idea why "glyph-name-alist" was not converted to > > "alteration-glyph-name-alist" (an oversight?), had to do it manually. > > Runnning convert-ly from 2.23.3 on this file, I > get

Re: Persian music package

2021-08-01 Thread Jean Abou Samra
Le 01/08/2021 à 09:58, Kees van den Doel a écrit : OK, so I'll stick with my own convert-ly files as I'm on the stabgle version. Problem now seems to be that the positioning tweak in persian.ly such as "persianStringsXExtents" is no longer working correctly with my

Re: Persian music package

2021-08-01 Thread Kees van den Doel
OK, so I'll stick with my own convert-ly files as I'm on the stabgle version. Problem now seems to be that the positioning tweak in persian.ly such as "persianStringsXExtents" is no longer working correctly with my file. Strangely the YExtents and Offset work fine, eg if I make Y-Extent large the

Re: Persian music package

2021-08-01 Thread Jean Abou Samra
Le 01/08/2021 à 08:06, Kees van den Doel a écrit : convert-ly from LP v2.22.1 also didn;t add the "alteration-" here. Windows 10 system. (Please keep the list posted, so everyone can reply and benefit from the answers.) convert-ly from 2.22.1 is expected not to do this, because the renaming