Re: Error when using lilypond-book

2025-02-18 Thread SK
.co.uk>: > On Wed 12 Feb 2025 at 17:52:38 (+0100), SK wrote: > > since a few days I cannot use a script involving lilypond-book anymore. > > It's really strange cause I don't remember to change anything for the > > script, the included python or lilypond its

Re: Error when using lilypond-book

2025-02-15 Thread David Wright
On Wed 12 Feb 2025 at 17:52:38 (+0100), SK wrote: > since a few days I cannot use a script involving lilypond-book anymore. > It's really strange cause I don't remember to change anything for the > script, the included python or lilypond itself. Only thing I did was >

Re: Error when using lilypond-book

2025-02-13 Thread SK via LilyPond user discussion
[C:/Users/xxx/Documents/lilypond/share/lilypond/2.24.4/ly/ context-mods-init.ly ][C:/Users/xxx/Documents/lilypond/share/lilypond/2.24.4/ly/engraver-init.ly ]] Processing `D:/xxx/Dropbox/Dropbox/Songbook/Sample/18/lily-f8782c56.ly' Parsing...[C:/Users/xxx/Documents/lilypond/share/lilypond/2.24

Re: Error when using lilypond-book

2025-02-13 Thread SK
Knute Snortum : > On Wed, Feb 12, 2025 at 8:53 AM SK wrote: > >> Hello, >> >> since a few days I cannot use a script involving lilypond-book anymore. >> It's really strange cause I don't remember to change anything for the >> script, the includ

Re: Error when using lilypond-book

2025-02-13 Thread Knute Snortum
it worked before without actually changing anything > on lilypond. > Kind regards! > > Am Do., 13. Feb. 2025 um 00:33 Uhr schrieb Knute Snortum < > ksnor...@gmail.com>: > >> On Wed, Feb 12, 2025 at 8:53 AM SK wrote: >> >>> Hello, >>> >>

Re: Error when using lilypond-book

2025-02-12 Thread Knute Snortum
On Wed, Feb 12, 2025 at 8:53 AM SK wrote: > Hello, > > since a few days I cannot use a script involving lilypond-book anymore. > It's really strange cause I don't remember to change anything for the > script, the included python or lilypond itself. Only thing I did was

Error when using lilypond-book

2025-02-12 Thread SK
Hello, since a few days I cannot use a script involving lilypond-book anymore. It's really strange cause I don't remember to change anything for the script, the included python or lilypond itself. Only thing I did was cleaning up the output directory by deleting old files - as far as I

Changes in lilypond-book?

2024-09-02 Thread SK
Hello, after updating a lilypond-based toolchain on one of my PCs to the latest version (2.24.4), I ran into a problem with lilypond-book. I'm not sure if the problem is with lilypond or with python, however here is the issue: I use the following command in a python script: subproces

Re: Lilypond-book-preamble introducing page break after custom header

2023-03-15 Thread Jean Abou Samra
Le mercredi 15 mars 2023 à 22:49 +0100, Jean Abou Samra a écrit : > - > use `-dseparate-page-formats=pdf` if you want to get one output file per page > (or per system if also using lilypond-book-preamble.ly), > > > - > use `-dtall-page-formats=pdf` if you want to get squa

Re: Lilypond-book-preamble introducing page break after custom header

2023-03-15 Thread Jean Abou Samra
nd how to fix it? This change was on purpose. lilypond-book-preamble.ly arranges so that LilyPond's notion of pages is changed to make each system or markup a page of its own (except explicit `\book`s). In 2.22, lilypond-book sets the EPS backend to be used, and the EPS backend cau

Lilypond-book-preamble introducing page break after custom header

2023-03-15 Thread Fr. Samuel Springuel
The attached file compiles differently under 2.22 and 2.24: 2.24 introduces a page break that isn’t present in 2.22. This is causing some havoc in my lyluatex tool chain. Any idea what’s causing the problem and how to fix it? convert-ly doesn’t change anything in the file when upgrading the ve

Re: lilypond-book -> latex

2022-12-02 Thread Carlos Knauer
Thanks a lot! Em sex., 2 de dez. de 2022 02:03, Werner LEMBERG escreveu: > > > I need package "lilypond-book->latex". How can I download it ? > > If you have downloaded or installed LilyPond, you should already have > the `lilypond-book` script. On the command li

Re: lilypond-book -> latex

2022-12-01 Thread Werner LEMBERG
> I need package "lilypond-book->latex". How can I download it ? If you have downloaded or installed LilyPond, you should already have the `lilypond-book` script. On the command line, say ``` lilypond-book --help ``` for a first overview of the available options; you need

lilypond-book -> latex

2022-12-01 Thread Carlos Knauer
Hi. Carlos, from Brazil. I need package "lilypond-book->latex". How can I download it ? Thanks

lilypond-book latex input duplicating

2022-11-29 Thread Jason Addison
If I \input{something} twice in a lytex file, it gets duplicated by lilypond-book. How do I keep this from happening? I'm using lilypond 2.22.2, from brew. For example: inp.lytex: >>>> \documentclass[]{book} \begin{document} Hey! \input{you} Hey! \input{you} \end{docume

Re: lilypond-book and html

2022-10-28 Thread Jean Abou Samra
;' returned non-zero exit status 1. Can anybody help me with this, so I can get my lovely .html output? For me, that works. - Maybe you kept the output open in some application? Under Windows, if the file is open somewhere, it can't be overwritten. You need to close it before re-r

lilypond-book and html

2022-10-28 Thread Tristan Latchford
Dear fellow 'ponderers, I hope you are well. I have been attempting to use lilypond-book via the command line to create some snippets for my webpage to use as examples for the videos i'm currently working on. So far, I have this: The creation of any sound unveils its overt

Re: line-width in lilypond book

2022-10-25 Thread Werner LEMBERG
>> Actually, >> >> ``` >> \begin[line-width=394\pt]{lilypond} >> ``` >> >> is also correct. > > Nope. It is backward compatibility but should not be used anywhere. > > git grep '\\begin\[' > > unfortunately shows that this isn't consistently done yet. The > problem with the old form is that it

Re: line-width in lilypond book

2022-10-25 Thread David Kastrup
Werner LEMBERG writes: >> The correct syntax is >> >> \begin{lilypond}[line-width=394\pt] > > Actually, > > ``` > \begin[line-width=394\pt]{lilypond} > ``` > > is also correct. Nope. It is backward compatibility but should not be used anywhere. git grep '\\begin\[' unfortunately shows that t

Re: line-width in lilypond book

2022-10-25 Thread Jean Abou Samra
Le 25/10/2022 à 15:56, Werner LEMBERG a écrit : The correct syntax is \begin{lilypond}[line-width=394\pt] Actually, ``` \begin[line-width=394\pt]{lilypond} ``` is also correct. Ah, OK, I didn't know that. Then we need more info from the OP to understand what the problem actually is.

Re: line-width in lilypond book

2022-10-25 Thread Werner LEMBERG
> The correct syntax is > > \begin{lilypond}[line-width=394\pt] Actually, ``` \begin[line-width=394\pt]{lilypond} ``` is also correct. Werner

Re: line-width in lilypond book

2022-10-25 Thread Jean Abou Samra
Le 25/10/2022 à 10:31, Stefan Thomas a écrit : Community, I just noticed that it doesn't seem to make any difference whether I write  \begin[line-width=394\pt]{lilypond} or  \begin[line-width=394\pt]{lilypond} in a latex file, that I process with lilypond-book. The lines don't fi

line-width in lilypond book

2022-10-25 Thread Stefan Thomas
Community, I just noticed that it doesn't seem to make any difference whether I write \begin[line-width=394\pt]{lilypond} or \begin[line-width=394\pt]{lilypond} in a latex file, that I process with lilypond-book. The lines don't fit the page margins. Does anyone know what to do he

Re: Lilypond-book problem

2022-09-07 Thread Rip _Mus
Sep 4, 2022 at 9:06 AM Rip _Mus wrote: > > > > > > >> > I have installed the version 2.22.1, wich I used for a lot of > big > > > > project. > > > > >> > A lot of times I tried to open terminal and run "lilypond-book"

Re: Lilypond-book problem

2022-09-06 Thread Knute Snortum
ep 4, 2022 at 9:06 AM Rip _Mus wrote: > > > > >> > I have installed the version 2.22.1, wich I used for a lot of big > > > project. > > > >> > A lot of times I tried to open terminal and run "lilypond-book" but > > > without success

Re: Lilypond-book problem

2022-09-06 Thread David Wright
ersion 2.22.1, wich I used for a lot of big > > project. > > >> > A lot of times I tried to open terminal and run "lilypond-book" but > > without success. I already add the folder "...\usr\bin" to the > > environmental variabile path, in fact

Re: Lilypond-book problem

2022-09-06 Thread Knute Snortum
On Tue, Sep 6, 2022 at 2:19 AM Rip _Mus wrote: > > Ok! > I tried and it works very well! > Another solution is to add the extension ".ly" to the file name and then the > command runs. Huh. I'm surprised that works. I guess LilyPond is smart enough to execute Python code. > I don't understand

Re: Lilypond-book problem

2022-09-06 Thread Rip _Mus
ute Snortum ha scritto: > Well, I had the same experience as you. One solution is to type: > > python3 "C:Program Files (x86)\LilyPond\usr\bin\lilypond-book" > > You could put that in a batch file somewhere in your PATH. There may > be other solutions too. >

Re: Lilypond-book problem

2022-09-05 Thread Knute Snortum
Well, I had the same experience as you. One solution is to type: python3 "C:Program Files (x86)\LilyPond\usr\bin\lilypond-book" You could put that in a batch file somewhere in your PATH. There may be other solutions too. -- Knute Snortum On Sun, Sep 4, 2022 at 10:26 PM Rip _

Re: Lilypond-book problem

2022-09-04 Thread Rip _Mus
variable “Path”. I think I followed them well, as the "ilypond" command works. The other commands "lilypond-book" and "convert-ly" instead give me the following message: 'lilypond-book' is not recognized as an internal or external command What I notice is

Re: Lilypond-book problem

2022-09-04 Thread Knute Snortum
On Sun, Sep 4, 2022 at 9:06 AM Rip _Mus wrote: > > Good morning, > I have installed the version 2.22.1, wich I used for a lot of big project. > A lot of times I tried to open terminal and run "lilypond-book" but without > success. I already add the folder "...

Lilypond-book problem

2022-09-04 Thread Rip _Mus
Good morning, I have installed the version 2.22.1, wich I used for a lot of big project. A lot of times I tried to open terminal and run "lilypond-book" but without success. I already add the folder "...\usr\bin" to the environmental variabile path, in fact the command &quo

Re: lilypond-book texinfo and a two-book-ly-file

2022-07-17 Thread Thomas Morley
Am Sa., 9. Juli 2022 um 13:41 Uhr schrieb Thomas Morley : > (2) One of the books is in portrait the other in landscape format > Is there any texinfo option to get the landscape one rotated? > That landscape thingy is needed and I can't change it, it may be an > option to drop the portrait-book, th

Re: lilypond-book texinfo and a two-book-ly-file

2022-07-09 Thread Thomas Morley
t up the file manual.tely. > > In terminal then: > > lilypond-book manual.tely > > texi2html manual.texi > > > > At some point I have: > > @lilypondfile[quote]{../doc-snippets/haenschen-klein.ly} > > > > Two questions about it: > > (1) This ly-file ou

Re: lilypond-book texinfo and a two-book-ly-file

2022-07-09 Thread Jean Abou Samra
Le 09/07/2022 à 13:41, Thomas Morley a écrit : Hi, for some huge custom code I'm going to write some documentation using texinfo. I started to set up the file manual.tely. In terminal then: lilypond-book manual.tely texi2html manual.texi At some point I have: @lilypondfile[

lilypond-book texinfo and a two-book-ly-file

2022-07-09 Thread Thomas Morley
Hi, for some huge custom code I'm going to write some documentation using texinfo. I started to set up the file manual.tely. In terminal then: lilypond-book manual.tely texi2html manual.texi At some point I have: @lilypondfile[quote]{../doc-snippets/haenschen-klein.ly} Two ques

Re: Any LyX users? Missing prerequisites: lilypond-book->latex

2022-05-31 Thread Andrew Bernard
No I mean it would be good if you submitted this module to OLL when I get it back up and running soonish. Andrew Henning Hraban Ramm wrote on 1/06/2022 1:13 AM: That’s good to hear – but do you mean with OLL?

Re: Any LyX users? Missing prerequisites: lilypond-book->latex

2022-05-31 Thread Jacques Peron
gt;> >> > My sense is also that for smaller documents, learning Lyx is actually >> more work than just learning lilypond-book as tweaks outside of what Lyx >> provides (and there could be many) require you to know your way around >> normal ()TeX. >> >> Uh-

Re: Any LyX users? Missing prerequisites: lilypond-book->latex

2022-05-31 Thread Jacques Peron
Le mar. 31 mai 2022 à 16:18, Kevin Cole a écrit : > On Tue, May 31, 2022 at 10:02 AM Damian leGassick > wrote: > > > My sense is also that for smaller documents, learning Lyx is actually > more work than just learning lilypond-book as tweaks outside of what Lyx > provide

Re: Any LyX users? Missing prerequisites: lilypond-book->latex

2022-05-31 Thread Henning Hraban Ramm
Am 31.05.22 um 17:01 schrieb Andrew Bernard: The OLL repo will be ready again in a few days. An excellent candidate for that. I used ConTeXt with great success in the past. That’s good to hear – but do you mean with OLL? AFAIR Urs provided just LaTeX support for his critical edition stuff.

Re: Any LyX users? Missing prerequisites: lilypond-book->latex

2022-05-31 Thread Andrew Bernard
Hello Hraban. The OLL repo will be ready again in a few days. An excellent candidate for that. I used ConTeXt with great success in the past. Andrew Henning Hraban Ramm wrote on 1/06/2022 12:49 AM: I actually don’t use LaTeX but ConTeXt where I wrote the LilyPond bridge myself (https://wik

Re: Any LyX users? Missing prerequisites: lilypond-book->latex

2022-05-31 Thread Henning Hraban Ramm
’ a score between multiple boxes. I don’t know how LyX does it, but you can select pages from multipage PDFs with the \includepdf command from the pdfpages package. My sense is also that for smaller documents, learning Lyx is actually more work than just learning lilypond-book as tweaks

Re: Any LyX users? Missing prerequisites: lilypond-book->latex

2022-05-31 Thread Damian leGassick
> > Uh-oh. That's a bit worrisome, since I was stymied by lilypond-book > alone... Since you're the only person so far who seems to have spent > time with LyX, I'll take that under serious advisement... For simple stuff Lyx is much simpler. I’d certainly recommend you try it.

Re: Any LyX users? Missing prerequisites: lilypond-book->latex

2022-05-31 Thread Kevin Cole
rtant safety tip" that I can work with. (I've got Linux applications that burst multiple pages into individual files.) > My sense is also that for smaller documents, learning Lyx is actually more > work than just learning lilypond-book as tweaks outside of what Lyx provides > (and the

Re: Any LyX users? Missing prerequisites: lilypond-book->latex

2022-05-31 Thread Damian leGassick
into Lyx one page at a time - it will not ‘flow’ a score between multiple boxes. My sense is also that for smaller documents, learning Lyx is actually more work than just learning lilypond-book as tweaks outside of what Lyx provides (and there could be many) require you to know your way around

Re: Any LyX users? Missing prerequisites: lilypond-book->latex

2022-05-30 Thread David Wright
I'm finding myself having a hard enough time with LilyPond alone, > without the added burden of learning everything about LaTeX, XeTeX, > LuaTeX, etc, (just to get the font I want) along with LilyPond-Book. > So, I'm hoping, for what I want to do, that LyX -- which I also don't

Any LyX users? Missing prerequisites: lilypond-book->latex

2022-05-29 Thread Kevin Cole
d burden of learning everything about LaTeX, XeTeX, LuaTeX, etc, (just to get the font I want) along with LilyPond-Book. So, I'm hoping, for what I want to do, that LyX -- which I also don't know, will be less of a climb. I've just installed LyX and have not adjusted any preferences

Re: new behavior of lilypond-book-preamble.ly?

2022-04-01 Thread Martin Tarenskeen
Op vrijdag 1 april 2022 om 19:05:42 +0200 schreef K. Blum : Problem solved! Many thanks to Jean, Carl and Han-Wen for providing the solution. There is a new OOoLilyPond release: Only for LilyPond versions 2.23.5 and later, the n

Re: new behavior of lilypond-book-preamble.ly?

2022-04-01 Thread K. Blum
Am 30.03.2022 um 18:32 schrieb Carl Sorensen: But the problem identified in the issue is related to adding a new lilypond option (-dlilypondbookoutput), which I assume lilypond-book calls but OOoLilyPond does not.  If I were trying to solve this problem, that's where I would look to star

Re: new behavior of lilypond-book-preamble.ly?

2022-03-30 Thread K. Blum
Am 30.03.2022 um 18:32 schrieb Carl Sorensen: I think that is not true.  Han-Wen said that the scheme code needed for compatibility with previous versions was two ly:set-option calls.  And ly:set-option calls are available from the command line: (See the Usage Manual)

Re: new behavior of lilypond-book-preamble.ly?

2022-03-30 Thread K. Blum
ow LilyPond is called on the command line* is sufficient, there is no problem at all. Would that be possible? I don't know.  But the problem identified in the issue is related to adding a new lilypond option (-dlilypondbookoutput), which I assume lilypond-book calls but OOoLilyPond

Re: new behavior of lilypond-book-preamble.ly?

2022-03-30 Thread Carl Sorensen
is called on the command line* > is sufficient, there is no problem at all. > Would that be possible? > I don't know. But the problem identified in the issue is related to adding a new lilypond option (-dlilypondbookoutput), which I assume lilypond-book calls but OOoLilyPond does n

Re: new behavior of lilypond-book-preamble.ly?

2022-03-30 Thread K. Blum
Am 30.03.2022 um 17:59 schrieb Carl Sorensen: But when I look at the code in OOoLilyPond/LilyPond.xba I see that 1. There is a way to check the LilyPond version 2. The code already modifies include st

Re: new behavior of lilypond-book-preamble.ly?

2022-03-30 Thread Carl Sorensen
On Wed, Mar 30, 2022 at 9:25 AM K. Blum wrote: > > Am 30.03.2022 um 17:15 schrieb Carl Sorensen: > > > Is it not possible to make OOoLilyPond check for the LilyPond version and > respond differently based on the LilyPond version? > > No, unfortunatly not: > The use o

Re: new behavior of lilypond-book-preamble.ly?

2022-03-30 Thread K. Blum
Am 30.03.2022 um 17:42 schrieb Jean Abou Samra: We provide convert-ly to do syntax changes more freely with less pain for users. Could that not apply here? Jean If everything else fails, this could be some kind of last resort. ;-) But it would still require that users do manual changes to

Re: new behavior of lilypond-book-preamble.ly?

2022-03-30 Thread Jean Abou Samra
Le 30/03/2022 à 17:25, K. Blum a écrit : Am 30.03.2022 um 17:15 schrieb Carl Sorensen: Is it not possible to make OOoLilyPond check for the LilyPond version and respond differently based on the LilyPond version? No, unfortunatly not: The use of lilypond-book-preamble.ly takes place in

Re: new behavior of lilypond-book-preamble.ly?

2022-03-30 Thread K. Blum
Am 30.03.2022 um 17:15 schrieb Carl Sorensen: Is it not possible to make OOoLilyPond check for the LilyPond version and respond differently based on the LilyPond version? No, unfortunatly not: The use of lilypond-book-preamble.ly takes place in templates. These are dedicated *.ly files that

Re: new behavior of lilypond-book-preamble.ly?

2022-03-30 Thread Carl Sorensen
y we will get back the original behavior? > I'm asking because the OOoLilyPond extension for LibreOffice and > OpenOffice heavily relies on lilypond-book-preamble.ly (and has done > that ever since). > For the sake of backward compatibility, it is absolutely desirable to > continue i

Re: new behavior of lilypond-book-preamble.ly?

2022-03-30 Thread Jean Abou Samra
tes a separate .cropped.xxx file in addition to a non-cropped main .xxx file (with xxx = pdf most of the time). Jean Merci, Jean. May I hope that someday we will get back the original behavior? I'm asking because the OOoLilyPond extension for LibreOffice and OpenOffice heavily relies on lil

Re: new behavior of lilypond-book-preamble.ly?

2022-03-30 Thread K. Blum
to a non-cropped main .xxx file (with xxx = pdf most of the time). Jean Merci, Jean. May I hope that someday we will get back the original behavior? I'm asking because the OOoLilyPond extension for LibreOffice and OpenOffice heavily relies on lilypond-book-preamble.ly (and has done that

Re: new behavior of lilypond-book-preamble.ly?

2022-03-29 Thread Jean Abou Samra
Le 29/03/2022 à 19:41, K. Blum a écrit : Dear LilyPond community, up to Ly 2.23.4, the use of     \include "lilypond-book-preamble.ly" removed any whitespace around the score. As of Ly 2.23.5, the music is moved to the upper left corner, but the paper size remains unchanged. Is

new behavior of lilypond-book-preamble.ly?

2022-03-29 Thread K. Blum
Dear LilyPond community, up to Ly 2.23.4, the use of     \include "lilypond-book-preamble.ly" removed any whitespace around the score. As of Ly 2.23.5, the music is moved to the upper left corner, but the paper size remains unchanged. Is this a new (intended) behavior? Or have I

Re: Lilypond-book

2022-03-21 Thread Jonas Hahnfeld via LilyPond user discussion
#x27;s the new logging > > output of lilypond-book: > > > > lilypond-book (GNU LilyPond) 2.22.1 > > Reading `/home/martin/Escritorio/newfile1.tex' > > Running `pdflatex' on file `/tmp/tmp0i00kf9b.tex' to detect default > > page settings. >

Re: Lilypond-book

2022-03-20 Thread Martín Rincón Botero
Botero a écrit : > > Hi Jean, > > > > I'm on Ubuntu 20.04. It seems the printing code that we added to > > book_latex.py is returning an empty string. Here's the new logging > > output of lilypond-book: > > > > lilypond-book (GNU LilyPond) 2.22.1 &

Re: Lilypond-book

2022-03-20 Thread Jean Abou Samra
Le 20/03/2022 à 20:34, Martín Rincón Botero a écrit : Hi Jean, I'm on Ubuntu 20.04. It seems the printing code that we added to book_latex.py is returning an empty string. Here's the new logging output of lilypond-book: lilypond-book (GNU LilyPond) 2.22.1 Reading `/home/martin/

Re: Lilypond-book

2022-03-20 Thread Martín Rincón Botero
Hi Jean, I'm on Ubuntu 20.04. It seems the printing code that we added to book_latex.py is returning an empty string. Here's the new logging output of lilypond-book: lilypond-book (GNU LilyPond) 2.22.1 Reading `/home/martin/Escritorio/newfile1.tex' Running `pdflatex

Re: Lilypond-book

2022-03-20 Thread Jean Abou Samra
Le 20/03/2022 à 19:49, Martín Rincón Botero a écrit : Hi Jean, thank you very much for wanting to take a look at it. Attached is the .log file. Pheew. It looks correct, so something is wrong in the way lilypond-book gets it from the system. OK, can you locate the file book_latex.py in

Re: Lilypond-book

2022-03-20 Thread Martín Rincón Botero
y idea on where to look and maybe give more useful > > information, I got this warning (that should be an error, because the > > pdf output is useless) when using lilypond-book after upgrading to > > Lilypond 2.22.1 (it used to work perfectly before) on Ubuntu > > 20.04: lilypon

Re: Lilypond-book

2022-03-16 Thread Jean Abou Samra
Le 16/03/2022 à 11:18, Martín Rincón Botero a écrit : Dear community, so that I have any idea on where to look and maybe give more useful information, I got this warning (that should be an error, because the pdf output is useless) when using lilypond-book after upgrading to Lilypond

Lilypond-book

2022-03-16 Thread Martín Rincón Botero
Dear community, so that I have any idea on where to look and maybe give more useful information, I got this warning (that should be an error, because the pdf output is useless) when using lilypond-book after upgrading to Lilypond 2.22.1 (it used to work perfectly before) on Ubuntu 20.04

Re: lilypond book

2021-09-21 Thread Carlos Martinez
Woah! I think this is above my head! I would be perhaps interested in learning laTex but I do have questions, Does it disrupts the layout on the lilypond files? There has to be an easy way to use the book function. I cannot find a sample I saw and would like to use to add the 13 pieces under o

Re: lilypond book

2021-09-21 Thread Karlin High
On 9/21/2021 5:17 PM, Richard Chonak wrote: If you're familiar with LaTeX, you can create a document that invokes Lilypond scores: In that case, there is also lyluatex: -- Karlin High Missouri, USA

Re: lilypond book

2021-09-21 Thread Richard Chonak
cyhdr} \pagestyle{empty} \lilypondfile[noindent,staffsize=18,line-width=6\in]{Score1.ly} \newpage \lilypondfile[noindent,staffsize=18,line-width=6\in]{Score2.ly} and process it with the command: lilypond-book main.lytex

Re: lilypond book

2021-09-21 Thread Carlos Martinez
Hi, this could work! I will try it. But what I would like to do is to use the same independent file of the pieces, So for example the include piece1.ly Then I can just update one file… And then include the piece1.ly and piece2.ly in

Re: lilypond book

2021-09-21 Thread Knute Snortum
On Tue, Sep 21, 2021 at 11:13 AM Carlos Martinez wrote: > > Hi, > > I am trying to put together a book. A collection of 13 pieces with lilypond. ... > I want each piece to show its own > > - Title and composer > - each piece start in its own page. > > I am trying to setting it up but I cannot do

lilypond book

2021-09-21 Thread Carlos Martinez
Hi, I am trying to put together a book. A collection of 13 pieces with lilypond. I would like the book to be setup in this way #(set-global-staff-size 20) \version "2.20.0" \paper { #(set-paper-size "letter") top-margin = .50\in right-margin = .50\in left-margin = .50\in bo

success with lilypond-book

2021-08-07 Thread Archer Endrich
To David, Knute and Carl, I am happy to report success with running lilypond-book on Windows 10.  For users' info, these are the steps I took, as guided by David, Knute and Carl.  It is hard to tell at this point whether it would have worked if one or the other of these steps had been om

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread Archer Endrich
Dear David, Carl and Knute, Thank you for all your replies and information.  I'll work on the file-association suggestion tomorrow and let you know if the problem is solved. Thanks again, Archer

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread David Wright
On Fri 06 Aug 2021 at 18:55:13 (+0100), Archer Endrich wrote: > > However, there was an earlier version in my 2.18.2 Lilypond, so I > renamed that to disable it and added a full path to my 2.22.1 > lilypond-book in my batch file. > [ … ] > > When I run the batch files, Wi

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread Knute Snortum
On Fri, Aug 6, 2021 at 10:55 AM Archer Endrich wrote: > When I run the batch files, Windows keeps asking me "How do you want to > open this py file?" but does not give be a Browse option. Notice the > "access is denied" message in the command line display after running. > (I haven't actually been

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread Archer Endrich
when I ran my batch file, Windows asked if I wanted to open the .ly file with Python3.9.  I said OK.  I wonder if it tried to run Python directly.  Anyway, something happened, and then I was back to: C:\P3L\lpbk>C:\Lilypond2221\usr\bin\lilypond-book --output=out --pdf ALMdurasnumber.lytex

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread Archer Endrich
Hello Carl, That was a good idea.  When I enter 'python' on the top level of my C:\ drive, it says that the version is 3.7.4. However, there was an earlier version in my 2.18.2 Lilypond, so I renamed that to disable it and added a full path to my 2.22.1 lilypond-book in my batch

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread Knute Snortum
On Fri, Aug 6, 2021 at 9:35 AM Carl Sorensen wrote: > > You might check the following: > > Is there a python.exe that is somewhere in the path ahead of Lilypond's > python? This can be checked using the Windows "where" command: C:\> where python -- Knute Snortum

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread Carl Sorensen
You might check the following: Is there a python.exe that is somewhere in the path ahead of Lilypond's python? What is your system python version? The method you used to run lilypond-book does not include an explicit call to the lilypond's python; IIUC you're just using the .

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread Archer Endrich
;ve replied properly to yourself and to the user-group. On 06/08/2021 16:55, Aaron Hill wrote: On 2021-08-06 8:46 am, Archer Endrich wrote: [ . . . ] C:\P3L\lpbk>lilypond-book --output=out --pdf ALMdurasnumber.lytex   File "C:\Lilypond2221\usr\bin\lilypond-book.py", line 376     exc

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread Aaron Hill
On 2021-08-06 8:46 am, Archer Endrich wrote: [ . . . ] C:\P3L\lpbk>lilypond-book --output=out --pdf ALMdurasnumber.lytex   File "C:\Lilypond2221\usr\bin\lilypond-book.py", line 376     except subprocess.CalledProcessError as e:   ^ SyntaxE

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread Archer Endrich
Thank you Knute and David!  I have downloaded and installed MiKTeX and rerun my batch file (without the .py added to lilypond-book). It appears to have called lilypond-book successfully and also pdflatex.  However, it still reports an error in lilypond-book.ly which is preventing compilation

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread David Wright
en to the Users Group before, but will have certain specialised > notation queries in the future. > > One of the key parts of Lilypond for me is Lilypond Book, and I am > working on a major project with it.  I have used it extensively with > Lilypond 2.18.2. > > Since moving

Re: run error Lilypond-book on Windows 10

2021-08-06 Thread Knute Snortum
On Fri, Aug 6, 2021 at 6:06 AM Archer Endrich wrote: ... > > C:\P3L\lpbk\out>pdflatex ALMdurasnumber.tex > 'pdflatex' is not recognized as an internal or external command, > operable program or batch file. > > C:\P3L\lpbk\out>cd ..\ > > C:\P3L\lpbk> > > The message about pdflatex is a conundrum.

run error Lilypond-book on Windows 10

2021-08-06 Thread Archer Endrich
specialised notation queries in the future. One of the key parts of Lilypond for me is Lilypond Book, and I am working on a major project with it.  I have used it extensively with Lilypond 2.18.2. Since moving to Windows 10, I have not been able to get it to run, although David Wright's message t

Re: lilypond-book executable

2021-02-12 Thread Daniel Connors
efault, so > it may not appear as that in Windows Explorer. > > On 12/02/2021 14:02, Daniel Connors wrote: > > If you want to run lilypond-book on Windows, you'll need to rename it to > lilypon-book.py > > > > Dan > > -- > Phil Holmes > >

Re: lilypond-book executable

2021-02-12 Thread Phil Holmes
12/02/2021 14:02, Daniel Connors wrote: If you want to run lilypond-book on Windows, you'll need to rename it to lilypon-book.py Dan -- Phil Holmes

Re: lilypond-book executable

2021-02-12 Thread Daniel Connors
If you want to run lilypond-book on Windows, you'll need to rename it to lilypon-book.py Dan

Re: lilypond-book executable

2021-02-12 Thread Phil Holmes
It is a python file, not an executable (as in not a .exe). On 11/02/2021 23:00, Luke Bang wrote: Hi, I just installed lilypond and according to the website I see that there's a lilypond-book executable I can run in the Windows version. I don't see this in the /usr/bin directory, bu

Re: lilypond-book executable

2021-02-12 Thread David Menéndez Hurtado
How did you install it? Here is what I get on my system: [david@Hopper ~]$ ll /usr/bin/lilypond-book -rwxr-xr-x. 1 root root 27690 Jan 20 19:01 /usr/bin/lilypond-book As you can see, it is executable. /David. On Fri, 12 Feb 2021 at 00:29, Luke Bang wrote: > Hi, > I just installed li

Re: lilypond-book executable

2021-02-11 Thread David Wright
On Thu 11 Feb 2021 at 17:00:33 (-0600), Luke Bang wrote: > I just installed lilypond and according to the website I see that there's a > lilypond-book executable I can run in the Windows version. > I don't see this in the /usr/bin directory, but I do see some other file by >

lilypond-book executable

2021-02-11 Thread Luke Bang
Hi, I just installed lilypond and according to the website I see that there's a lilypond-book executable I can run in the Windows version. I don't see this in the /usr/bin directory, but I do see some other file by the name lilypond-book which is not an executable. Am I missing somethin

Re: lilypond-book V2.22.0 hanging on Windows 10

2021-01-13 Thread Daniel Connors
David, Yes, I am running on Windows. I made sure that no PDF viewer was running and tried running the lilypond-book script and it still hangs. I even closed emacs to make sure that some file in my emacs buffers wasn't the culprit. The script is hanging on Windows 10. Thank you for

Re: lilypond-book V2.22.0 hanging on Windows 10

2021-01-12 Thread David Wright
than what is given in the documentation. I > have named this file lilylatexly.lytex > --- > > \documentclass[a4paper]{article} > > \begin{document} > > Documents for \verb+lilypond-book+ may freely mix music and text. > For example, > >

lilypond-book V2.22.0 hanging on Windows 10

2021-01-12 Thread Daniel Connors
--- \documentclass[a4paper]{article} \begin{document} Documents for \verb+lilypond-book+ may freely mix music and text. For example, \begin{lilypond} \relative c' { c2 e2 \tuplet 3/2 { f8 a b } a2 e4 } \end{lilypond} Options are put in brackets. \begin{lilypond}[fra

  1   2   3   4   5   6   7   8   9   10   >