Re: running lilypond

2024-05-24 Thread ming tsang
Good morning Jean: Thank you for the quick answer. I have not used the terminal to run lilypond. I have been using frecobaldi v3.1 and lilypond v16. I was hoping to use the .ly file to run terminal lilypond. I will not learn using terminal lilypond. If a .ly file cannot run terminal lilypond

Re: running lilypond

2024-05-24 Thread Jean Abou Samra
Le vendredi 24 mai 2024 à 07:23 -0600, ming tsang a écrit : > I try to run the following code as lilypond .ly > \version "2.24.3" > lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts myfile.ly This looks like a command that you should run in a terminal, n

running lilypond

2024-05-24 Thread ming tsang
Hi lilyponders, I try to run the following code as lilypond .ly \version "2.24.3" lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts myfile.ly And I got the following in log file with Exited with return code 1. Starting lilypond.exe 2.24.3 [Untitled]... Processing `C:/U

LilyPond 2.25.16

2024-05-12 Thread Jonas Hahnfeld via LilyPond user discussion
We are happy to announce the release of LilyPond 2.25.16. 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.3, the current stable release. Please refer

Printing music with CSS Grid: any relevance to LilyPond?

2024-05-03 Thread Karlin High
until after the Grid has laid them out: [image example] So it's going to need a bit of tidy-up JavaScript to finish the job completely, but CSS shoulders the bulk of the layout work here, and that means far less layout work to do in JavaScript. " Somehow, it reminds me of LilyPond and

Re: lilypond-user Digest, Vol 257, Issue 85

2024-04-25 Thread Schlipf, John (schlipf)
ks: > > I assume you have a solution for that issue? This is simple, but perhaps it would work for you. I've stretched (what I thought were) over-compressed lines by just putting in a manual line break before and after the line I want to stretch. Lilypond then spreads the demarc

Re: Force LilyPond to show same time signature again

2024-04-22 Thread Hajo Baess
Not quite yet: I do not want the 3/4 to appear in the left hand where for this part there is no actual meter change. But I think you put me on the right track: the solution is that you need to add \omit Staff.TimeSignature before the second 3/4. Then the only the first 3/4 is shown. Thank you so

Re: Force LilyPond to show same time signature again

2024-04-22 Thread Knute Snortum
On Mon, Apr 22, 2024 at 3:32 AM Hajo Baess wrote: > > Is there a reason you are writing... > > Yes there is. [...] > The question is only: will it work as well in my score. I still > have to try and see, and I will report what will happen... > I think this does what you want: \version

Re: Force LilyPond to show same time signature again

2024-04-22 Thread Hajo Baess
ont, Lilypond gets it wrong in the 9/8 bars, of course, because it expects six eighth notes to a bar instead of nine. Of course these things are easier to implement in an individual part (or I just could simply turn to triplets) than in a score, but maybe I mentally made it too complicated, and there d

Re: LilyPond 2.25.15

2024-04-21 Thread Ya Gloops
Great !!!Thanks for fixing the guile 3 bug on Windows... GillesLe samedi 20 avril 2024 à 18:18:24 UTC+2, Jonas Hahnfeld via LilyPond user discussion a écrit : We are happy to announce the release of LilyPond 2.25.15. This is termed a development release, but these are usually reliable

Re: Force LilyPond to show same time signature again

2024-04-20 Thread Knute Snortum
On Sat, Apr 20, 2024 at 3:02 PM Hajo Baess wrote: > I have messed around with this little lab specimen here, and I have > found a solution, but it is weird. You obviously (after having scaled > some rhythm just once) have to explicitly unscale the rhythm e v e r y > time you want it to appear

Re: Force LilyPond to show same time signature again

2024-04-20 Thread Hajo Baess
f you just type "\time 3/4" at the end for instance, you won't get your time signature shown. At least this prodecure is completely unintuitive, I think. Am Samstag, dem 20.04.2024 um 14:02 -0700 schrieb Knute Snortum: > On Sat, Apr 20, 2024 at 1:32 PM Hajo Baess wrote: > >

Re: Force LilyPond to show same time signature again

2024-04-20 Thread Knute Snortum
On Sat, Apr 20, 2024 at 1:32 PM Hajo Baess wrote: > What you suggest sounds all so common-sense, but LilyPond still does > not get it... > If I implant "\omit Score.TimeSignature" and "\undo \omit > Score.TimeSignature" into my code instead of the previous command

Re: Force LilyPond to show same time signature again

2024-04-20 Thread Hajo Baess
What you suggest sounds all so common-sense, but LilyPond still does not get it... If I implant "\omit Score.TimeSignature" and "\undo \omit Score.TimeSignature" into my code instead of the previous commands, I get this - see screenshot. But if I do something really basic lik

LilyPond 2.25.15

2024-04-20 Thread Jonas Hahnfeld via LilyPond user discussion
We are happy to announce the release of LilyPond 2.25.15. 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.3, the current stable release. Please refer

Re: Force LilyPond to show same time signature again

2024-04-20 Thread Knute Snortum
On Sat, Apr 20, 2024 at 4:17 AM Hajo Baess wrote: > If I do this, I get other unwanted results - see screenshot. The > problem is that I am switching back and forth between scaled and non- > scaled rhythm. And as you will notice, the 6/4 only appears in the > piano staff and n o t in the top

Re: Force LilyPond to show same time signature again

2024-04-20 Thread Hajo Baess
I bar 199, for the top part, I want to revert to the original 3/4, > > but > > \time 3/4 does not do the trick. It even does not show a time > > signature > > which is different from the previous one, although LilyPond > > typesets it > > ok. As you will noti

Re: Force LilyPond to show same time signature again

2024-04-20 Thread Mark Knoop
time 3/4 does not do the trick. It even does not show a time signature > which is different from the previous one, although LilyPond typesets it > ok. As you will notice, I have set a (nonsensical) 6/4 signature there > in all the parts for testing purposes. > There must be some other

Re: Force LilyPond to show same time signature again

2024-04-20 Thread Hajo Baess
the trick. It even does not show a time signature which is different from the previous one, although LilyPond typesets it ok. As you will notice, I have set a (nonsensical) 6/4 signature there in all the parts for testing purposes. There must be some other mechanism involved which prevents the time

Re: Force LilyPond to show same time signature again

2024-04-20 Thread Hajo Baess
LilyPond typesets it ok. As you will notice, I have set a (nonsensical) 6/4 signature there in all the parts for testing purposes. There must be some other mechanism involved which prevents the time signature from being indicated, but which one? Here's the top part code for the passage

Re: Force LilyPond to show same time signature again

2024-04-19 Thread Knute Snortum
On Fri, Apr 19, 2024 at 4:31 PM Hajo Baess wrote: > Hello all, > > I look for a way to force LilyPond to show the same time signature > again, although there is no change - just as a reminder. I could not > find anything in the NR and in the Snippet Repository. > > Unless

Force LilyPond to show same time signature again

2024-04-19 Thread Hajo Baess
Hello all, I look for a way to force LilyPond to show the same time signature again, although there is no change - just as a reminder. I could not find anything in the NR and in the Snippet Repository. Grateful for any suggestion how to achieve this.

Re: Problems with lilypond-invoke-editor

2024-04-11 Thread Ben Bradshaw
Sorry, I'll try and be more specific. I don't use a desktop environment either, so I normally open emacs from a keybinding that uses the spawn command in herbstluftwm (which I think is basically a bash exec). Then after I compile a lilypond file with C-c C-c (and choose lilypond) then choose view

Re: Problems with lilypond-invoke-editor

2024-04-11 Thread David Wright
that > would make a difference, but it seems to be the case. Open the file in a > viewer separately and point and click works just fine. Use the lilypond > command view and it doesn't. I've only tested with xpdf and emacs, each one opened from the command line (because I don't use a desk

Re: Problems with lilypond-invoke-editor

2024-04-10 Thread Ben Bradshaw
that would make a difference, but it seems to be the case. Open the file in a viewer separately and point and click works just fine. Use the lilypond command view and it doesn't. I guess I haven't tried to see if other pdf viewers work from the command menu, but it seems like it wouldn't be a zathura

Re: Problems with lilypond-invoke-editor

2024-04-07 Thread Ben Bradshaw
Traceback (most recent call last): > > File "/usr/local/bin/lilypond-invoke-editor", line 122, in > > editor_commands = [list(map(replace_template, cmd)) for cmd in > > editor_commands] > > > > ^^

Re: Problems with lilypond-invoke-editor

2024-04-07 Thread David Wright
> trying to use emacs bindings inside frescobaldi > Anyways, I thought that I had everything figured out. But when I try and > click I get some stuff showing up in an emacs buffer. > > Traceback (most recent call last): > File "/usr/local/bin/lilypond-invoke-editor"

Problems with lilypond-invoke-editor

2024-04-05 Thread Ben Bradshaw
that I had everything figured out. But when I try and click I get some stuff showing up in an emacs buffer. Traceback (most recent call last): File "/usr/local/bin/lilypond-invoke-editor", line 122, in editor_commands = [list(map(replace_template, cmd)) for cmd in edito

Metronome based on lilypond

2024-03-29 Thread David Hobach
Hi all, I wrote a metronome based on lilypond [1] a while back and thought there might be some people interested in such a program here. Feel free to ignore, use, review or adapt it. [1] https://github.com/3hhh/klickly Best Regards David OpenPGP_0x08DEA51AE90C3780.asc Description: OpenPGP

Re: LilyPond 2.25.14

2024-03-26 Thread Michael Gerdau
Am 23.03.24 um 17:55 schrieb Karlin High: The attached zip folder is what I used in the previous post. It was derived from a post by Vaughan McAlley in 2016, updated via convert-ly to the version in question here. It looks like back in 2016, on the same computer I now have, LilyPond 2.19.46

Re: Can't compile Lilypond files

2024-03-25 Thread Valentin Petzel
Hello David, great that things worked out. Instead of putting a script at /usr/bin/lilypond which calls ~/bin/lilypond you could also create a symlink. Also modern Linux setups should have ~/.local/bin in PATH by default, so if the reason is only to be able to call `lilypond` without path

Re: LilyPond 2.25.14

2024-03-25 Thread Mathieu Demange
Hello, Here are my results for MSDM.ly on a M2 Max MacBook Pro: real 12.11 user 11.02 sys 1.06 Thanks a lot! Mathieu

Re: Can't compile Lilypond files

2024-03-25 Thread Raphael Mankin
On 24/03/2024 21:26, David Sumbler wrote: On Sun, 2024-03-24 at 21:55 +0100, Lukas-Fabian Moser wrote: [snip] What I don't understand is why or how it always used to work, but I suppose there's no point in worrying about that. I have lost count of the number of projects over the past

Re: Can't compile Lilypond files

2024-03-24 Thread David Sumbler
On Sun, 2024-03-24 at 21:55 +0100, Lukas-Fabian Moser wrote: > Hi David, > > David Sumbler schrieb am So., 24. März 2024, > 21:29: > > I am running xubuntu  22.04.  When I last used Lilypond (November > > 2023) I was probably running a recent version of Ubuntu Unity.  But

Re: Can't compile Lilypond files

2024-03-24 Thread Lukas-Fabian Moser
Hi David, David Sumbler schrieb am So., 24. März 2024, 21:29: > I am running xubuntu 22.04. When I last used Lilypond (November 2023) I > was probably running a recent version of Ubuntu Unity. But my /home folder > has not changed significantly, and Lilypond 2.24.1, downlo

Re: Can't compile Lilypond files

2024-03-24 Thread David Sumbler
I am running xubuntu  22.04.  When I last used Lilypond (November 2023) I was probably running a recent version of Ubuntu Unity.  But my /home folder has not changed significantly, and Lilypond 2.24.1, downloaded from lilypond.org, is installed there. I don't quite understand the question about

Re: Can't compile Lilypond files

2024-03-24 Thread Xavier Scheuer
On Sun, 24 Mar 2024 at 17:14, David Sumbler wrote: > > I haven't used Lilypond for a while, but I have currently got v.2.24.1 > > I started a new, very small, project today, but I can't compile anything. Thinking I must have forgotten even the basics of writing Lilypond files, I

Re: Can't compile Lilypond files

2024-03-24 Thread Valentin Petzel
Hello David, it apears your Lilypond installation has some issue. What OS are you currently on? How did you install Lilypond? If you are using some Linux distribution there might be a version mismatch between the libraries the binaries have been compiled against and the ones installed on your

Re: Can't compile Lilypond files

2024-03-24 Thread David Sumbler
I include my code below - this is as far as I got before discovering the problem.  Jakob, I don't seeing the code will help: if there were a significant problem with it, then normally Lilypond would report warnings and errors upon compilation.  But as I said, it reports nothing! And yes, Hans, I

Re: Can't compile Lilypond files

2024-03-24 Thread Hans Aikema
> On 24 Mar 2024, at 17:13, David Sumbler wrote: > > I haven't used Lilypond for a while, but I have currently got v.2.24.1 > > I started a new, very small, project today, but I can't compile anything. > Thinking I must have forgotten even the basics of writing Lilypond

Re: Can't compile Lilypond files

2024-03-24 Thread Jakob Pedersen
Hi David, It might be beneficial if you would share your lilypond file, or shortened version of it, so that the smart folks here can look at it and point you in the right direction. Best wishes, Jakob On 24.03.2024 17.13, David Sumbler wrote: I haven't used Lilypond for a while, but I have

Can't compile Lilypond files

2024-03-24 Thread David Sumbler
I haven't used Lilypond for a while, but I have currently got v.2.24.1 I started a new, very small, project today, but I can't compile anything.  Thinking I must have forgotten even the basics of writing Lilypond files, I tried a few of my previous project files which I have successfully compiled

Re: LilyPond 2.25.14

2024-03-24 Thread Michael Käppler
Am 24.03.2024 um 11:50 schrieb Jonas Hahnfeld: Just out of interest, do we tweak the JIT_THRESHOLD somewhere or do we use the default value? I don't think we change it from LilyPond, so likely using the default value. I did a test with the opposite extremes. Again, 10 subsequent runs

Re: LilyPond 2.25.14

2024-03-24 Thread Aaron Hill
On 2024-03-24 3:45 am, Jonas Hahnfeld wrote: On Sun, 2024-03-24 at 03:20 -0700, Aaron Hill wrote: Based on the email thread you linked, perhaps I should nuke all my WSL distros at this point and start from scratch with the latest Ubuntu (22, I gather). Not sure if Alma is an option for WSL.

Re: LilyPond 2.25.14

2024-03-24 Thread Robert Garrigos
Bannister wrote: >> I have nothing large. > > The attached zip folder is what I used in the previous post. It was derived > from a post by Vaughan McAlley in 2016, updated via convert-ly to the version > in question here. > > It looks like back in 2016, on the same comp

Re: LilyPond 2.25.14

2024-03-24 Thread Jonas Hahnfeld via LilyPond user discussion
On Sat, 2024-03-23 at 23:53 +0100, Hans Aikema wrote: > > Jonas, > > > > I ran this same file my Apple M1 MacBook Pro 2021 against > > > > MacPorts lilypond-devel (which is still at 2.25.13) aarch64 build > > aikebah@rajah MSDM % time (lilypond MSDM.ly 2&g

Re: LilyPond 2.25.14

2024-03-24 Thread Jonas Hahnfeld via LilyPond user discussion
  0m0.090s > sys 0m0.185s > > without JIT: > real    4m45.295s > user    0m0.046s > sys 0m0.277s Thanks for testing on a larger score! > Just out of interest, do we tweak the JIT_THRESHOLD somewhere or do we > use the default value? I don't think we change it from L

Re: LilyPond 2.25.14

2024-03-24 Thread Jonas Hahnfeld via LilyPond user discussion
On Sat, 2024-03-23 at 14:08 -0700, Kenneth Wolcott wrote: > Hi Jonas; > > I hope that the following information is useful: > > Lilypond performance stats for the engraving of one very small and one > medium sized pieces > > native = Apple Silicon build > foreign = x

Re: LilyPond 2.25.14

2024-03-24 Thread Jonas Hahnfeld via LilyPond user discussion
On Sat, 2024-03-23 at 14:24 -0500, Karlin High wrote: > On 3/23/2024 2:00 PM, Jonas Hahnfeld wrote: > > Would be interesting to see how this compares to the "vanilla" package > > I tried it, 3 runs. First one maybe unfair because font cache > initialization or something. > > real0m48.643s >

Re: LilyPond 2.25.14

2024-03-24 Thread Jonas Hahnfeld via LilyPond user discussion
On Sun, 2024-03-24 at 03:20 -0700, Aaron Hill wrote: > The error occurred from my WSL1 environment running Ubuntu 18.04. > Probably my own fault for keeping bionic around. Ah ok; yes, Ubuntu 18.04 is end-of-life since last year already, so I didn't check its versions. > I do have Ubuntu 20.04

Re: LilyPond 2.25.14

2024-03-24 Thread Aaron Hill
On 2024-03-24 1:23 am, Jonas Hahnfeld wrote: On Sat, 2024-03-23 at 18:18 -0700, Aaron Hill wrote: On 2024-03-23 6:25 am, Jonas Hahnfeld wrote: > We are happy to announce the release of LilyPond 2.25.14. This is > termed a development release, but these are usually reliable for > te

Re: LilyPond 2.25.14

2024-03-24 Thread Jonas Hahnfeld via LilyPond user discussion
On Sat, 2024-03-23 at 18:18 -0700, Aaron Hill wrote: > On 2024-03-23 6:25 am, Jonas Hahnfeld wrote: > > We are happy to announce the release of LilyPond 2.25.14. This is > > termed a development release, but these are usually reliable for > > testing new features and rece

Re: LilyPond 2.25.14

2024-03-23 Thread Aaron Hill
On 2024-03-23 6:25 am, Jonas Hahnfeld via Discussions on LilyPond development wrote: We are happy to announce the release of LilyPond 2.25.14. 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

Re: LilyPond 2.25.14

2024-03-23 Thread Hans Aikema
back in 2016, on the same computer I now have, LilyPond 2.19.46 was taking 1 min 4 seconds for it.Congrats on the speed-up, developers!-- Karlin HighMissouri, USA<> Jonas,I ran this same file my Apple M1 MacBook Pro 2021 againstMacPorts lilypond-devel (which is still at 2.25.13) aarch64 builda

Re: LilyPond 2.25.14

2024-03-23 Thread Michael Käppler
Hi Jonas, thanks for working on this! Windows build with Guile JIT: https://cloud.hahnjo.de/s/Ek5x9rybpiPNtoj This turns on just-in-time compilation that was added in Guile 3.0, but we had to keep disabled on Windows until now. Please test, especially on larger scores where this should provide

Re: LilyPond 2.25.14

2024-03-23 Thread Kenneth Wolcott
Hi Jonas; I hope that the following information is useful: Lilypond performance stats for the engraving of one very small and one medium sized pieces native = Apple Silicon build foreign = x86_64 other = MacPorts LP 2.24.3 ~/Downloads/native_lilypond-2.25.14/bin/lilypond

Re: LilyPond 2.25.14

2024-03-23 Thread Karlin High
On 3/23/2024 2:00 PM, Jonas Hahnfeld wrote: Would be interesting to see how this compares to the "vanilla" package I tried it, 3 runs. First one maybe unfair because font cache initialization or something. real0m48.643s user0m0.000s sys 0m0.031s real0m31.457s user

Re: LilyPond 2.25.14

2024-03-23 Thread Jonas Hahnfeld via LilyPond user discussion
the second and third page, as if I had inserted > a forced page break in two or three places. There were no conversion > errors or warnings in any of my engravings. > > I don't know what was the cause of the speedup, but it is > appreciated! I have been using the MacPorts version of

Re: LilyPond 2.25.14

2024-03-23 Thread Jonas Hahnfeld via LilyPond user discussion
On Sat, 2024-03-23 at 11:41 -0500, Karlin High wrote: > On 3/23/2024 10:02 AM, Jonas Hahnfeld via LilyPond user discussion wrote: > > Windows build with Guile JIT: https://cloud.hahnjo.de/s/Ek5x9rybpiPNtoj > > This turns on just-in-time compilation that was added in Guile 3.0,

Re: LilyPond 2.25.14

2024-03-23 Thread Kenneth Wolcott
or warnings in any of my engravings. I don't know what was the cause of the speedup, but it is appreciated! I have been using the MacPorts version of Lilypond 2.24.3 compared to this recent test release. Thanks to all who have made this an awesome product! Ken Wolcott On Sat, Mar 23, 2024 at 10

Re: LilyPond 2.25.14

2024-03-23 Thread Karlin High
now have, LilyPond 2.19.46 was taking 1 min 4 seconds for it. Congrats on the speed-up, developers! -- Karlin High Missouri, USA <>

Re: LilyPond 2.25.14

2024-03-23 Thread Robin Bannister
Jonas Hahnfeld via LilyPond user discussion wrote: Windows build with Guile JIT: https://cloud.hahnjo.de/s/Ek5x9rybpiPNtoj This turns on just-in-time compilation that was added in Guile 3.0, but we had to keep disabled on Windows until now. Please test, especially on larger scores where

Re: LilyPond 2.25.14

2024-03-23 Thread Karlin High
On 3/23/2024 10:02 AM, Jonas Hahnfeld via LilyPond user discussion wrote: Windows build with Guile JIT: https://cloud.hahnjo.de/s/Ek5x9rybpiPNtoj This turns on just-in-time compilation that was added in Guile 3.0, but we had to keep disabled on Windows until now. Please test, especially

Re: LilyPond 2.25.14

2024-03-23 Thread Kenneth Wolcott
WOW!!! Apple Silicon support!!! On Sat, Mar 23, 2024 at 8:03 AM Jonas Hahnfeld via LilyPond user discussion wrote: > > On Sat, 2024-03-23 at 14:25 +0100, Jonas Hahnfeld wrote: > > We are happy to announce the release of LilyPond 2.25.14. This is > > termed a d

Re: LilyPond 2.25.14

2024-03-23 Thread Jonas Hahnfeld via LilyPond user discussion
On Sat, 2024-03-23 at 14:25 +0100, Jonas Hahnfeld wrote: > We are happy to announce the release of LilyPond 2.25.14. This is > termed a development release, but these are usually reliable for > testing new features and recent bug fixes. Following this release, I made two speci

LilyPond 2.25.14

2024-03-23 Thread Jonas Hahnfeld via LilyPond user discussion
We are happy to announce the release of LilyPond 2.25.14. 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.3, the current stable release. Please refer

Re: LilyPond Swift Library

2024-03-22 Thread Karlin High
On 3/22/2024 10:15 AM, Sam Dimarcos wrote: the realm of iOS and Swift? So long as the Apple App Store is the only way to get apps onto iOS devices, for anything LilyPond-derived there would be a need to make peace between the App Store terms and the GNU General Public License. -- Karlin

LilyPond Swift Library

2024-03-22 Thread Sam Dimarcos
Hello, I was wondering if it was possible to render LilyPond notation in an iOS application using Swift. I would like to display a figured bass note coupled with its realization in .png or .svg format within a UIImage control. Are there any libraries or in-kind alternatives for music notation

Re: Lilypond and digital readers

2024-02-29 Thread Laurie Savage
h type (PDF or > SVG) will be generated. I have two include scripts: svg.ily and pdf.ily > (which I keep in ~/.local/lib/lilypond/). In all of my Frescobaldi > templates, I have the lines: > > > % Use environment variabl

Re: Lilypond and digital readers

2024-02-29 Thread Kevin Cole
script to do the work and a command-line argument that determines which type (PDF or SVG) will be generated. I have two include scripts: svg.ily and pdf.ily (which I keep in ~/.local/lib/lilypond/). In all of my Frescobaldi templates, I have the lines

Re: Lilypond and digital readers

2024-02-29 Thread Robert Garrigos
Thanks, Laurie. I never thought of having an adapted PDF for my reader (a remarkable), but based on your example, here it is what I’m doing right now. This is a different approach because I want to have also a normal PDF for printing, I have two book entries on my lilypond file, something like

Re: Lilypond and digital readers

2024-02-25 Thread Laurie Savage
i, Feb 23, 2024 at 7:52 PM Laurie Savage > wrote: > >> Hi, >> >> I use a tablet for storing my lead sheets, most of which I prepare in >> Lilypond. I have just stumbled on a trick I thought I'd share with you - >> although it might be obvious to you, it wasn't to me.

Re: Lilypond and digital readers

2024-02-25 Thread Ernie Braganza
I love this. That hadn't occurred to me. On Fri, Feb 23, 2024 at 7:52 PM Laurie Savage wrote: > Hi, > > I use a tablet for storing my lead sheets, most of which I prepare in > Lilypond. I have just stumbled on a trick I thought I'd share with you - > although it might be

Re: Lilypond and digital readers

2024-02-23 Thread Colin Campbell
to have some fun indeed! Cheers, Colin On 2024-02-23 17:51, Laurie Savage wrote: Hi, I use a tablet for storing my lead sheets, most of which I prepare in Lilypond. I have just stumbled on a trick I thought I'd share with you - although it might be obvious to you, it wasn't to me. (Tip to Jamie

Lilypond and digital readers

2024-02-23 Thread Laurie Savage
Hi, I use a tablet for storing my lead sheets, most of which I prepare in Lilypond. I have just stumbled on a trick I thought I'd share with you - although it might be obvious to you, it wasn't to me. (Tip to Jamie Anderson of the Get your sax together Youtube channel) I use a Samsung Galaxy Tab

LilyPond 2.25.13

2024-02-10 Thread Jonas Hahnfeld via LilyPond user discussion
We are happy to announce the release of LilyPond 2.25.13. 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.3, the current stable release. Please refer

Re: Using Lilyjazz with LilyPond 2.25.11

2024-01-20 Thread Laurie Savage
Found it! https://github.com/OpenLilyPondFonts/lilyjazz/blob/master/LilyPond-Fonts-Installation-And-Usage.txt Laurie Savage https://www.queensofthewest.com/ The Latest Queens of The West clips https://www.youtube.com/playlist?list=PLgkDbfgWIb8_tQgEZRKeRWVSukoM2xoC_ On Sun, 21 Jan 2024 at 16:12

Re: Using Lilyjazz with LilyPond 2.25.11

2024-01-20 Thread Laurie Savage
I can't remember, but this information is from the README. I can zip the files and post them somewhere if it has disappeared. = # lilyjazz: LilyJazz font package for lilypond This package provides the LilyJazz open-source font for lilypond. Original

Re: Using Lilyjazz with LilyPond 2.25.11

2024-01-20 Thread Jeff Kopmanis
Just for completeness sake, where do we fine the LilyJazz package? On Sat, Jan 20, 2024 at 11:59 PM Laurie Savage wrote: > Hi, > > I use the LilyJazz package (lilyjazz.ily, jazzchords.ily, and > jazzextras.ily) to prepare lead sheets. > > These packages have to be upgraded with convert.ly

Using Lilyjazz with LilyPond 2.25.11

2024-01-20 Thread Laurie Savage
Hi, I use the LilyJazz package (lilyjazz.ily, jazzchords.ily, and jazzextras.ily) to prepare lead sheets. These packages have to be upgraded with convert.ly before using them - and the fonts copied into Lilypond's font folder. Normally these packages survive the upgrade or throw errors if they

Re: Can I define custom bar lengths in LilyPond?

2024-01-16 Thread Hajo Baess
around, so they are well aligned on the sheet. And because with LilyPond's standard behaviour there still was not enough space, I inserted a line break after the "fat" bar. That way I have forced LilyPond to only put two bars in the line instead of three. The result looks OK, but I hope there is a m

Re: Can I define custom bar lengths in LilyPond?

2024-01-16 Thread Aaron Hill via LilyPond user discussion
On 2024-01-16 8:06 am, Hajo Baess wrote: Hello LilyPond users, I wonder if there is a possibility to define a custom bar length, thus for once cancelling LilyPond's automatic insertion of bar lines. I have a complicated measure here with quite a bit of markup to accommodate in one bar. I have

Can I define custom bar lengths in LilyPond?

2024-01-16 Thread Hajo Baess
Hello LilyPond users, I wonder if there is a possibility to define a custom bar length, thus for once cancelling LilyPond's automatic insertion of bar lines. I have a complicated measure here with quite a bit of markup to accommodate in one bar. I have worked out a solution which is maybe good

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-16 Thread Knute Snortum
On Mon, Jan 15, 2024 at 10:57 AM Hans Aikema wrote: > > I've created an issue for Frescobaldi and I should be able to start work > on it today. > > https://github.com/frescobaldi/frescobaldi/issues/172 > > > Knute, you've missed a digit while copying the link and without doubt > intended to

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread Hans Aikema
On 15 Jan 2024, at 19:40, Knute Snortum wrote:On Mon, Jan 15, 2024 at 7:47 AM David Kastrup wrote: Calling git grep "override[^=]*#'[a-z]" in the current Frescobaldi source tree delivers _way_ too many hits.  I don't consider it sane that the current Frescobaldi will pump

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread Knute Snortum
On Mon, Jan 15, 2024 at 7:47 AM David Kastrup wrote: > > Calling > > git grep "override[^=]*#'[a-z]" > > in the current Frescobaldi source tree delivers _way_ too many hits. I > don't consider it sane that the current Frescobaldi will pump out > pre-2.18 syntax in droves in its templates. >

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread David Kastrup
Knute Snortum writes: > On Mon, Jan 15, 2024 at 5:28 AM David Kastrup wrote: > >> Bernhard Kleine writes: >> >> > Dear David, >> > >> > the file was created this morning from frescobaldi with the >> > Partitur-Assistent and the pre-set

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread David Kastrup
Bernhard Kleine writes: > Am 15.01.2024 um 14:28 schrieb David Kastrup: >> Bernhard Kleine writes: >> >>> Dear David, >>> >>> the file was created this morning from frescobaldi with the >>> Partitur-Assistent and the pre-set version of Lilypo

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread Knute Snortum
On Mon, Jan 15, 2024 at 5:28 AM David Kastrup wrote: > Bernhard Kleine writes: > > > Dear David, > > > > the file was created this morning from frescobaldi with the > > Partitur-Assistent and the pre-set version of Lilypond was 2.25.7. > > Nothing was done

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread Bernhard Kleine
Am 15.01.2024 um 14:28 schrieb David Kastrup: Bernhard Kleine writes: Dear David, the file was created this morning from frescobaldi with the Partitur-Assistent and the pre-set version of Lilypond was 2.25.7. Nothing was done be myself apart from wrinting notes and lyrics. If the "Par

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread David Kastrup
Bernhard Kleine writes: > Dear David, > > the file was created this morning from frescobaldi with the > Partitur-Assistent and the pre-set version of Lilypond was 2.25.7. > Nothing was done be myself apart from wrinting notes and lyrics. If the "Partitur-Assistent"

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread Bernhard Kleine
Dear David, the file was created this morning from frescobaldi with the Partitur-Assistent and the pre-set version of Lilypond was 2.25.7. Nothing was done be myself apart from wrinting notes and lyrics. Am 15.01.2024 um 13:06 schrieb David Kastrup: Bernhard Kleine writes: The following MWE

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread David Kastrup
Bernhard Kleine writes: > The following MWE gave a warning > > C:/Users/bk/AppData/Local/Temp/frescobaldi-n7fp9iem/tmp_isr57mt/document.ly:52:25: > Warnung: deprecated: missing `.' in property path StaffSymbol.staff-space > > I think maybe the frescobaldi is not aware of change

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread Kevin Cole
be the frescobaldi is not aware of changes to this lilypond > version. What do I have change to make the score compile without this warning? I'm FAR from an expert, but the few times I've encountered errors like that, the error message basically seems to tell me what I should do, albeit not in th

Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-15 Thread Bernhard Kleine
The following MWE gave a warning C:/Users/bk/AppData/Local/Temp/frescobaldi-n7fp9iem/tmp_isr57mt/document.ly:52:25: Warnung: deprecated: missing `.' in property path StaffSymbol.staff-space I think maybe the frescobaldi is not aware of changes to this lilypond version. What do I have change

LilyPond 2.25.12

2024-01-07 Thread Jonas Hahnfeld via LilyPond user discussion
We are happy to announce the release of LilyPond 2.25.12. 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.3, the current stable release. Please refer

Re: how to install lilypond version on linux (ubuntu 22.04)

2024-01-05 Thread Werner LEMBERG
> I managed to build a specific stable lilypond version for my linux > distro (Ubuntu 22.04). Because I can not find the wright > documentation on this subject, I like to know how can I install the > generated build files from my build directory on my linux distro. > When I tr

how to install lilypond version on linux (ubuntu 22.04)

2024-01-05 Thread CX
I managed to build a specific stable lilypond version for my linux distro (Ubuntu 22.04). Because I can not find the wright documentation on this subject, I like to know how can I install the generated build files from my build directory on my linux distro. When I try to install my build

Re: Lilypond on Fedora 38 "mostly broken"

2023-12-20 Thread Peter Mayes
I just saw that there was a lilypond update available for Fedora 38 (my main machine), and updating from 2.25.4 to 2.25.11 has fixed the problem. Same is true for Fedora 39. Just in case others are affected. On 17/12/2023 11:25, Jean Abou Samra wrote: This is not https://bugzilla.redhat.com

Re: Lilypond on Fedora 38 "mostly broken"

2023-12-17 Thread Jean Abou Samra
This is not https://bugzilla.redhat.com/show_bug.cgi?id=2208744 but rather https://bugzilla.redhat.com/show_bug.cgi?id=2253842 , which is being fixed. The updates are in the "Testing" repositories. See https://bugzilla.redhat.com/show_bug.cgi?id=2253842#c3 for how to install the update on

  1   2   3   4   5   6   7   8   9   10   >