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 squashed pages. P.S. Can

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

2023-03-15 Thread Jean Abou Samra
Le mercredi 15 mars 2023 à 17:32 -0400, Fr. Samuel Springuel a écrit : > 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

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 line, say > > ``` > lilypond-book

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 to add `--format=lat

Re: lilypond-book and html

2022-10-28 Thread Jean Abou Samra
Le 28/10/2022 à 21:31, Tristan Latchford a écrit : warning: `(gs -q -dNODISPLAY -dNOSAFER -dNOPAUSE -dBATCH -dEPSCrop -dAutoRotatePages=/None -dPrinted=false /var/folders/29/4w1k0cl94mngf7t5hbc7ht2rgn/T//lilypond-tmp-986077)' failed (256) fatal error: failed files: "d4/lily-5f5a117f.ly 64

Re: Lilypond-book problem

2022-09-07 Thread Rip _Mus
@David : Yeah, I'm sorry, I meant ".py". Anyway, a very good analysis of the situation! @Knute Snortum : Thank you for your suggestions! I'm thinking about reporting this issue. Il giorno mar 6 set 2022 alle ore 19:25 Knute Snortum ha scritto: > On Tue, Sep 6, 2022 at 8:09 AM David Wright > w

Re: Lilypond-book problem

2022-09-06 Thread Knute Snortum
On Tue, Sep 6, 2022 at 8:09 AM David Wright wrote: > > On Tue 06 Sep 2022 at 11:19:28 (+0200), Rip _Mus wrote: > > Il giorno lun 5 set 2022 alle ore 19:06 Knute Snortum ha scritto: > > > On Sun, Sep 4, 2022 at 10:26 PM Rip _Mus wrote: > > > >> On Sun, Sep 4, 2022 at 9:06 AM Rip _Mus wrote: > > > >

Re: Lilypond-book problem

2022-09-06 Thread David Wright
On Tue 06 Sep 2022 at 11:19:28 (+0200), Rip _Mus wrote: > Il giorno lun 5 set 2022 alle ore 19:06 Knute Snortum ha scritto: > > On Sun, Sep 4, 2022 at 10:26 PM Rip _Mus wrote: > > >> On Sun, Sep 4, 2022 at 9:06 AM Rip _Mus wrote: > > >> > I have installed the version 2.22.1, wich I used for a lot

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
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. I don't understand why it is not the way described in Lilypond manuals. Anyway, thank you so much for your help! Il giorno lun 5 set 2022 alle ore 19:06 Knute Snortum ha

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 _Mus wrote: >

Re: Lilypond-book problem

2022-09-04 Thread Rip _Mus
Good morning, thanks for the reply! You're right, I could have added a few more details. The operating system is Windows 10. For using Lilypond on command line, I followed the instructions on the site. I added the folder "C:Program Files (x86)\LilyPond\usr\bin" to the environmental variable “Path”

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 "...\usr\bin" to the environmental > var

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
Am Sa., 9. Juli 2022 um 16:44 Uhr schrieb 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: > > lilypon

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[quote]{.

Re: Lilypond-book

2022-03-21 Thread Jonas Hahnfeld via LilyPond user discussion
Am Sonntag, dem 20.03.2022 um 21:33 +0100 schrieb 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 li

Re: Lilypond-book

2022-03-20 Thread Martín Rincón Botero
Dear Jean, thank you very much for your time and patience! If that's the only solution, I'll try installing the/this last "unstable" version in the near future. Regards, Martín. On mar. 20 2022, at 9:33 pm, Jean Abou Samra wrote: > Le 20/03/2022 à 20:34, Martín Rincón Botero a écrit : > > Hi Je

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/Escritorio/new

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' on file `/tmp/tmp0i00kf9b.tex

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 your

Re: Lilypond-book

2022-03-20 Thread Martín Rincón Botero
Hi Jean, thank you very much for wanting to take a look at it. Attached is the .log file. Regards, Martín. On mar. 16 2022, at 8:42 pm, Jean Abou Samra wrote: > > > 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 mayb

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 2.22.1

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
If you're familiar with LaTeX, you can create a document that invokes Lilypond scores: main.lytex: \documentclass[12pt]{book} \usepackage[paperheight=10in,paperwidth=7in,margin=0.5in,twoside]{geometry} \usepackage[latin,main=english]{babel} \usepackage{fontspec} \usepackage{fancyhdr} \pagest

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

Re: lilypond-book executable

2021-02-12 Thread Daniel Connors
Thank you for pointing out my typo. I apologize for that. In some of the previous versions of lilypond, the python scripts in the /bin directory did not have the .py extension and Windows wouldn't run those python scripts. (That didn't wasn't a problem for Linux users.) Dan On Fri, Feb 12, 2021

Re: lilypond-book executable

2021-02-12 Thread Phil Holmes
Not sure if the missing "d" is a typo - I assume it is.  In that case, there's no need to rename it because it is called lilypond-book.py as installed.  Windows, of course "helpfully" hides extensions by default, so it may not appear as that in Windows Explorer. On 12/02/2021 14:02, Daniel Conn

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, but I do see so

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 lilypond a

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 > the name lilypond-book

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 your suggest

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

2021-01-12 Thread David Wright
On Tue 12 Jan 2021 at 11:21:40 (-0500), Daniel Connors wrote: > I am trying to embed a music engraving in a LaTeX document and am following > the example given at > https://lilypond.org/doc/v2.19/Documentation/usage/an-example-of-a-musicological-document. > My example is a bit simpler than what is

Re: lilypond-book→latex

2018-12-21 Thread N. Andrew Walsh
On Fri, Dec 21, 2018 at 7:24 PM Urs Liska wrote: > > Why do you want this? Is there any specific reason not to use lualatex? I > know you already run lyluatex in the Kayser project. > Well, because in this case it's in a chapter in my dissertation, the whole of which is in Lyx. I'd rather avoid

Re: lilypond-book→latex

2018-12-21 Thread Urs Liska
Am 21. Dezember 2018 19:19:21 MEZ schrieb "N. Andrew Walsh" : >Hi Federico, > >according to release notes, Lyx has had support for lilypond-book for >some >time now. See here: > >https://wiki.lyx.org/LyX/NewInLyX20#lb > >That's where it says it requires the "lilypond-book→(pdf)latex" >package, >

Re: lilypond-book→latex

2018-12-21 Thread N. Andrew Walsh
Hi Federico, according to release notes, Lyx has had support for lilypond-book for some time now. See here: https://wiki.lyx.org/LyX/NewInLyX20#lb That's where it says it requires the "lilypond-book→(pdf)latex" package, which my Lyx says it can't find. Any advice? Are there any Lyx users who go

Re: lilypond-book→latex

2018-12-21 Thread Federico Bruni
Il giorno ven 21 dic 2018 alle 11:24, "N. Andrew Walsh" ha scritto: Hi List, dumb question: I'm trying to integrate lilypond into my Lyx document, and while it has the lilypond-book module, it says it can't find the "lilypond-book→(pdf)latex" package. Where do I find this package? I have

Re: Lilypond-Book error (can't find the "screech-and-boink.ly" snippet)

2018-10-09 Thread Pedro Pessoa
ps: I am on a Windows 6.1.7601 -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lilypond-book

2018-09-27 Thread David Price
Never mind. I got it. It was a typo in the link I put into my bin folder. > On Sep 27, 2018, at 10:31 AM, David Price wrote: > > Hello. I am trying to use the lilypond-book example in Chapter 3.1 : > lilypond-book --output=out --pdf lilybook.lytex > > but got an error message: cannot determ

Re: lilypond-book: Special characters in filenames using \lilypondfile with LaTeX

2018-02-08 Thread Urs Liska
Am 08.02.2018 um 11:09 schrieb André Rohrbach: Hi :) I use LilyPond in combination with LaTeX since a few weeks and I'm very happy about this great piece of software! Yesterday I came across an issue using lilypond-book: If you are just starting to use LilyPond with LaTeX I suggest you have

Re: lilypond-book: Special characters in filenames using \lilypondfile with LaTeX

2018-02-08 Thread Br. Samuel Springuel
Not sure about quotes, but LaTeX, as a rule, hates spaces in filenames. They should be avoided at all costs in LaTeX documents. Even though lilypond-book is a preprocessor (and thus not subject to the same restrictions), it thus wouldn't surprise me that it is the same way. --

Re: Lilypond-book error messages

2016-10-15 Thread David Kastrup
bostjan k writes: > I've installed Lilypond on Windows 10. Converting ly files seems ok. > > When I run lilypond-book on the test file, I get the following: > > --- > > C:\Users\Bostjan\lily\test>lilypond-book --pdf t

Re: lilypond-book: Processing multiple lytex files with a single command

2016-09-27 Thread David Kastrup
tapani writes: > I managed to tweak this to make it work for my project. Thank you very much > indeed! > > A further question: > > The way I have built my project is to have lots (100+) individual .lytex > files, which are compiled and the resulting .tex files are included in a > master .tex file

Re: lilypond-book: Processing multiple lytex files with a single command

2016-09-27 Thread tapani
I managed to tweak this to make it work for my project. Thank you very much indeed! A further question: The way I have built my project is to have lots (100+) individual .lytex files, which are compiled and the resulting .tex files are included in a master .tex file (using \input). However, for t

Re: lilypond-book: Processing multiple lytex files with a single command

2016-09-24 Thread tapani
Thank you. I will give this a go. -- View this message in context: http://lilypond.1069038.n5.nabble.com/lilypond-book-Processing-multiple-lytex-files-with-a-single-command-tp194804p194895.html Sent from the User mailing list archive at Nabble.com. _

Re: lilypond-book: Processing multiple lytex files with a single command

2016-09-24 Thread tapani
Many thanks. This works well. -- View this message in context: http://lilypond.1069038.n5.nabble.com/lilypond-book-Processing-multiple-lytex-files-with-a-single-command-tp194804p194894.html Sent from the User mailing list archive at Nabble.com. ___ l

Re: lilypond-book: Processing multiple lytex files with a single command

2016-09-21 Thread Federico Bruni
Il giorno mer 21 set 2016 alle 14:49, tapani ha scritto: I need to process several dozen lytex files at once for a single project (on Ubuntu). Is there a way of processing every lytex file in a given location with a single command, rather than having to compile each one separately? [I read s

Re: lilypond-book: Processing multiple lytex files with a single command

2016-09-21 Thread mskala
On Wed, 21 Sep 2016, tapani wrote: > I need to process several dozen lytex files at once for a single project (on > Ubuntu). Is there a way of processing every lytex file in a given location > with a single command, rather than having to compile each one separately? for fn in *.lytex ; do lilypond

Re: lilypond-book: warning: cannot detect textwidth from LaTeX

2016-07-28 Thread Federico Bruni
David, many thanks for showing a working example. Dissecting... lilypond-book: error: file not found: 23.10.63.ly This is embarassing: it was just an oversight of mine, as the file name is 23-10-63.ly. Sorry. The other problem was related to the lilypond executable: 1. lilypond.org binar

Re: lilypond-book: warning: cannot detect textwidth from LaTeX

2016-07-27 Thread David Wright
On Wed 27 Jul 2016 at 08:57:26 (+0200), Federico Bruni wrote: > The libraries error was due to some path and relocation problem, > because if I use Fedora lilypond package (/usr/bin) everything works > correctly. > > Except that the .tex file generated by lilypond-book is saved in > /tmp and when

Re: lilypond-book: warning: cannot detect textwidth from LaTeX

2016-07-27 Thread Federico Bruni
The libraries error was due to some path and relocation problem, because if I use Fedora lilypond package (/usr/bin) everything works correctly. Except that the .tex file generated by lilypond-book is saved in /tmp and when the .ly file is included it cannot find it. What's wrong in the below

Re: Lilypond-book question

2016-07-09 Thread flup2
pico is the easiest text editor from the Terminal. So, the command "pico .profile" (pico is the program, the command; ".profile" is the hidden file) opens the file with the user's PATH settings. As a hidden file, it's easier editing it via the Terminal. On some configuration, the hidden file is no

Re: Lilypond-book question

2016-07-09 Thread Urs Liska
Hi Raphael, nice to see you here as well ;-) Am 09.07.2016 um 23:52 schrieb Dr. Raphael D. Thöne: > Hello Philippe, hello Jeffrey, > > thanks for your help. > > I used the right path (I typed the whole path) and then run a test > file, compiling it with lilybook and then finally with latexpdf. I

Re: Lilypond-book question

2016-07-09 Thread Dr . Raphael D . Thöne
Hello Philippe, hello Jeffrey, thanks for your help. I used the right path (I typed the whole path) and then run a test file, compiling it with lilybook and then finally with latexpdf. It worked! /Applications/LilyPond.app/Contents/Resources/bin/lilypond-book --output=out --pdf lily/lily.lytex

Re: Lilypond-book question

2016-07-09 Thread Jeffery Shivers
Hi Raphael, The instructions for setting up lilypond on the command line are here: http://lilypond.org/macos-x.html Note that `lilypond` and `lilypond-book` etc. are distinct scripts. Just having the package on your computer doesn't automatically point the terminal to lilypond. best, Jeffery On

Re: Lilypond-book question

2016-07-09 Thread flup2
Hello, At first look, it seems that your terminal settings do not include the path to lilypond-book. There are multiple ways to solve it: - use the complete command (quite boring...). If lilypond is placed in your Applications folder, the complete path should be - add lilypond-book path in the

Re: lilypond-book and latex indenting issue

2016-07-08 Thread David Wright
On Fri 08 Jul 2016 at 14:08:57 (-0400), Benjamin Strecker wrote: > On Fri, Jul 8, 2016 at 1:32 PM, Vaylor Trucks wrote: > > I found the problem. Invoking lilypond-book with --left-padding 0 solved > > the problem. > > > > That is a much better solution. Agreed. To be honest, I did the same as th

Re: lilypond-book and latex indenting issue

2016-07-08 Thread Benjamin Strecker
Hello, On Fri, Jul 8, 2016 at 1:21 PM, Vaylor Trucks wrote: > Vaylor Trucks gmail.com> writes: > >> >> I'm not sure if this is a LaTeX question or a Lilypond question. > > After some digging, the definitely seems to be a Lilypond issue. If I look > in the output directory I specify in invoking l

Re: lilypond-book and latex indenting issue

2016-07-08 Thread Benjamin Strecker
On Fri, Jul 8, 2016 at 1:32 PM, Vaylor Trucks wrote: > I found the problem. Invoking lilypond-book with --left-padding 0 solved > the problem. > That is a much better solution. Cheers! Ben ___ lilypond-user mailing list lilypond-user@gnu.org https://l

Re: lilypond-book and latex indenting issue

2016-07-08 Thread David Wright
On Fri 08 Jul 2016 at 17:21:17 (+), Vaylor Trucks wrote: > Vaylor Trucks gmail.com> writes: > > I'm not sure if this is a LaTeX question or a Lilypond question. > > After some digging, the definitely seems to be a Lilypond issue. If I look > in the output directory I specify in invoking lil

Re: lilypond-book and latex indenting issue

2016-07-08 Thread Vaylor Trucks
I found the problem. Invoking lilypond-book with --left-padding 0 solved the problem. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lilypond-book and latex indenting issue

2016-07-08 Thread Vaylor Trucks
Vaylor Trucks gmail.com> writes: > > I'm not sure if this is a LaTeX question or a Lilypond question. After some digging, the definitely seems to be a Lilypond issue. If I look in the output directory I specify in invoking lilypond-book, I see the .PDF files created by Lilypond which are use

Re: lilypond-book

2015-08-11 Thread Jacques Menu
Hello Marek, Iour velkom, glad I could help! JM > Le 11 août 2015 à 11:04, Marek Stepanek a > écrit : > > > Hello Jacques! > > > Really impressing! Your script is now part of my /bin commands! > > > Merci infiniment :-) > > > > marek > > > > On 10/08/15 20:56, Jacques Menu wrote: >

Re: lilypond-book

2015-08-11 Thread Marek Stepanek
Hello Jacques! Really impressing! Your script is now part of my /bin commands! Merci infiniment :-) marek On 10/08/15 20:56, Jacques Menu wrote: > Hello Marek, > > I use a custom « lilyb » script defined as follows, that takes care of the > subdirectory for the intermediate files gener

Re: lilypond-book

2015-08-10 Thread Marek Stepanek
On 10/08/15 19:24, Kevin Barry wrote: > Hi Marek, > > Instead of creating a link to the lilypond-book script, could you try > following the instructions here: > http://lilypond.org/macos-x.html > to create executables, and see if that fixes the problem. > > Kevin > Thank you Kevin! This is wo

Re: lilypond-book

2015-08-10 Thread Jacques Menu
Hello Marek, I use a custom « lilyb » script defined as follows, that takes care of the subdirectory for the intermediate files generated by lilypond-book: menu@macbookprojm:~/Documents/LaTeX/PartitionsLilypond > which lilyb /Users/menu/bin/lilyb menu@macbookprojm:~/Documents/LaTeX/Partitions

Re: lilypond-book

2015-08-10 Thread Kevin Barry
Hi Marek, Instead of creating a link to the lilypond-book script, could you try following the instructions here: http://lilypond.org/macos-x.html to create executables, and see if that fixes the problem. Kevin ___ lilypond-user mailing list lilypond-us

Re: lilypond-book (again) and LyricText font problem

2015-08-03 Thread Marc Hohl
Sorry for the noise, I fould the culprit: the standalone snippets were (erroneously) built with the latest self-compiled lilypond, whereas lilypond-book is an older version that did not find the font. Marc Am 03.08.2015 um 18:36 schrieb Marc Hohl: Addendum: I tried to force lilypond to use

Re: lilypond-book (again) and LyricText font problem

2015-08-03 Thread Marc Hohl
Addendum: I tried to force lilypond to use this font by adding \context { \Score \override LyricText.font-name = "Mala's Handwriting" } to the .ily file, but there's no difference. Properly included in a \layout { ... } environment, of course. Marc ___

Re: Lilypond-book Cutting off Slurs

2015-07-16 Thread Nick Baskin
On Thu, Jul 16, 2015 at 12:05 AM, David Kastrup wrote: > Urs Liska writes: > > > The same can happen with tuplet brackets. > > And it also happens when using -dpreview. > > IMO this is a bug. > > Cross-staff material is not considered for the skylines used for > calculating system distances. It

Re: Lilypond-book Cutting off Slurs

2015-07-16 Thread David Kastrup
Urs Liska writes: > The same can happen with tuplet brackets. > And it also happens when using -dpreview. > IMO this is a bug. Cross-staff material is not considered for the skylines used for calculating system distances. It would make sense to collect them in separate skylines that are merged

Re: Lilypond-book Cutting off Slurs

2015-07-15 Thread Jacques Menu
Hello Kevin, Your example runs perfectly as of 2.19.22. JM > Le 16 juil. 2015 à 07:59, Kevin Barry a écrit : > > When I encounter this problem I usually add some kind of invisible grob > underneath the staff (a markup with the colour set to white for example). > It's a hack, but as far as I

Re: Lilypond-book Cutting off Slurs

2015-07-15 Thread Urs Liska
The same can happen with tuplet brackets. And it also happens when using -dpreview. IMO this is a bug. Urs Am 16. Juli 2015 07:59:08 MESZ, schrieb Kevin Barry : >When I encounter this problem I usually add some kind of invisible grob >underneath the staff (a markup with the colour set to white fo

Re: Lilypond-book Cutting off Slurs

2015-07-15 Thread Kevin Barry
When I encounter this problem I usually add some kind of invisible grob underneath the staff (a markup with the colour set to white for example). It's a hack, but as far as I know there isn't a way to tell LilyPond there is something there. Kevin ___ lil

Re: lilypond-book, snippet inside tabular

2015-04-04 Thread Nick Payne
On 05/04/2015 07:28, dl.mcnam...@comcast.net wrote: I'm trying to put lilypond snippets inside a tabular environment in LaTeX, but running lilypond-book on the file seems to ignore the lilypond blocks. I'm guessing that lilypond-book just ignores the tabular environment as a whole. Anyone hav

Re: lilypond-book, snippet inside tabular

2015-04-04 Thread karl
dl.mcnam...@comcast.net: > I'm trying to put lilypond snippets inside a tabular environment in LaTeX, > but > running lilypond-book on the file seems to ignore the lilypond blocks. > I'm guessing that lilypond-book just ignores the tabular environment as a > whole. > > Anyone have a workaroun

Re: lilypond-book: warning: cannot detect textwidth from LaTeX

2014-09-26 Thread Xirux Nefer
Davide Liessi gmail.com> writes: > The warning is correct: 'fontload' is not among the possible options > What were you trying to achieve with that option? I swear I saw that in the documentation, ha ha... although after 3 days reading lilypond's docs I may have ended up suffering spectral visio

Re: lilypond-book: warning: cannot detect textwidth from LaTeX

2014-09-26 Thread Marc Hohl
Am 25.09.2014 um 20:51 schrieb Julien Rioux: On 24/09/2014 11:52 AM, Xirux Nefer wrote: I am using lilypond-book to compile solfeo.lytex: [...] [...] Thanks for your report. This seems to me like the same issue as https://code.google.com/p/lilypond/issues/detail?id=2471 Ah, ok. I wasn't

Re: lilypond-book: warning: cannot detect textwidth from LaTeX

2014-09-25 Thread Davide Liessi
Hi. I can't say much about the xelatex issue (except that it actually looks like issue 2471, as Julien wrote), because I can't reproduce it on my machine (Mac OS 10.6.8). However, you have a couple of problems with LilyPond and lilypond-book. 1. You got the following warning: > lilypond-book: wa

Re: lilypond-book: warning: cannot detect textwidth from LaTeX

2014-09-25 Thread Xirux Nefer
Marc Hohl hohlart.de> writes: > Have you tried to comment out the line \lilypondfile... and compile the > document directly with xelatex? It looks as if xelatex has some > problems, not lilypond ... > Yes. If I comment that line: --- \documentclass[12pt,a4paper]{book} \usepackage[t

Re: lilypond-book: warning: cannot detect textwidth from LaTeX

2014-09-24 Thread Marc Hohl
Am 24.09.2014 um 17:52 schrieb Xirux Nefer: I am using lilypond-book to compile solfeo.lytex: --- \documentclass[12pt,a4paper]{book} \usepackage[textwidth=12cm,textheight=20cm]{geometry} \usepackage{lipsum} \usepackage{fontspec} \usepackage{Alegreya} \begin{document} \lipsum[1] \lilypon

Re: lilypond-book and includes

2014-08-09 Thread David Kastrup
TaoCG writes: > Dear List, > > I'm having trouble using includes with lilypond-book. > When I use \include in the snippet with an absolute path it works but when I > try to include the path with the comand-line option I get an empty staff. > > e.g. > > \include "/home/user/lily/test.ly" > > works

Re: lilypond-book and includes

2014-08-09 Thread TaoCG
Ok, I solved it. It's still strange though. The problem lay in the included file at this part: drumPitchNames = #'((enuopen . enuopen) (enumuff . enumuff) (chacha . chacha) (en . enuopen) (em . enumuff) (ch . chacha)) When I rename the 'em'-shortcut to 'ef' it works. -- View th

Re: lilypond-book and includes

2014-08-09 Thread TaoCG
There was an error in the snippet I posted. This is correct: ### snippet ### okonkolo = \drummode { en2 ch } \score { \new StaffGroup << \time 4/4 \new BataStaff \okonkolo >> } -- View this message in context: http://lilypond.1069038.n5.nabble.com/lilypond-book

Re: lilypond-book and includes

2014-08-09 Thread TaoCG
Thanks, I tried the mentioned workaround but apparently this isn't the problem. Its not that the included file is not found. As I said, if I specify a non-existant file with \include while using --include I get an error that file is not found, but when I put the correct filename I get an empty staf

Re: lilypond-book and includes

2014-08-09 Thread James
On 09/08/14 13:50, TaoCG wrote: Dear List, I'm having trouble using includes with lilypond-book. When I use \include in the snippet with an absolute path it works but when I try to include the path with the comand-line option I get an empty staff. e.g. \include "/home/user/lily/test.ly" works

Re: LilyPond-Book and \include statements

2014-07-04 Thread James
On 30/06/14 20:02, Br. Samuel Springuel wrote: > Looking in those directories, I find no *.log files and the *.texi > file simply contains a list of @image commands which point at the > generated eps files (with @c eof at the end) and thus doesn't seem to > be of much use. Is there some option fla

Re: LilyPond-Book and \include statements

2014-06-30 Thread Br. Samuel Springuel
Looking in those directories, I find no *.log files and the *.texi file simply contains a list of @image commands which point at the generated eps files (with @c eof at the end) and thus doesn't seem to be of much use. Is there some option flag to force the *.log file? On the issues of the in

Re: LilyPond-Book and \include statements

2014-06-30 Thread James
On 29/06/14 21:42, Br. Samuel Springuel wrote: Attached is a small sample project which attempts to exploit the \include statement in lilypond in a lilypond-book project. The goal (and why I have two scores in this small sample) is to be able to place in Format.lyi those pieces of the lilypond

Re: Lilypond-book and Default Staff Size

2014-06-09 Thread Br. Samuel Springuel
Those options (specifically staffsize) are what I'm using right now, but they have to be set for each Lilypond command separately. I'm wondering if there is a way to set them once and have said value apply to the whole document (which contains multiple Lilypond commands).

Re: Lilypond-book and Default Staff Size

2014-06-09 Thread James
On 09/06/14 14:50, Br. Samuel Springuel wrote: I'm creating a document with Lilypond book and want all the musical systems in the document to be the same size, but also want to be able to tune the size to match the document font size settings (I have to produce the document in both a "normal" v

Re: LilyPond-Book on Windows

2014-04-13 Thread Br. Samuel Springuel
I just tried rerunning lilypond-book after changing the temp directory to something simpler. That has run successfully, mostly. There were no errors thrown by either lilypond-book or pdflatex, but the snippet widths did not fit the page properly. The contents of the commandline follow: Mi

Re: LilyPond-Book on Windows

2014-04-11 Thread Evans Winner
Evans Winner writes: [...] and it is the Python version 2.5.4 that came Excuse me, I meant 2.4.5. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: LilyPond-Book on Windows

2014-04-11 Thread Evans Winner
"Br. Samuel Springuel" writes: I just downloaded the lilypond 2.19.4 windows binary and I'm not seeing any change in the behavior of lilypond-book. I don't know if this is worth anything, but I have not been having lilypond-book hang with 2.19.3, but due to a different problem, I tried c

Re: LilyPond-Book on Windows

2014-04-08 Thread Br. Samuel Springuel
The ~ is what Windows uses to create "short names" in their file structure. For instance: c:\docume~1\admin\locals~1\temp\tmpv3qfrb.tex Refers to C:\Documents and Settings\Admin\Local Settings\Temp\tmpv3qfrb.tex In this example, "Documents and Settings" has been shortened to "docuem~1" and "Lo

Re: LilyPond-Book on Windows

2014-04-08 Thread David Kastrup
"Br. Samuel Springuel" writes: > As suggested, I tried moving the test files into a directory with a > simple name and got what appear to me to be identical results: > >> Microsoft Windows XP [Version 5.1.2600] >> (C) Copyright 1985-2001 Microsoft Corp. >> >> C:\Documents and Settings\Admin>cd c:

Re: LilyPond-Book on Windows

2014-04-08 Thread Br. Samuel Springuel
As I was closing windows I noticed a texput.log file in the temporary directory which I hadn't seen before. It's contents: This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/W32TeX) (format=pdflatex 2014.3.29) 8 APR 2014 19:55 entering extended mode restricted \write18 enabled. %

  1   2   3   4   5   6   7   >