> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of bug-lilypond digest..."
>
>
> Today's Topics:
>
> 1. (non-bug) lilypond-book & secondary source files (Cameron Crowe)
> 2. Re: (non-bug) lilypond-book
Cameron Crowe via bug-lilypond writes:
> Just a thought--not a bug.
>
> lilypond-book refuses to overwrite a main source file, but happily
> overwrites secondary source files included into the main source
> file. Irritating if you use the .tex extension for included chapters
>
Just a thought--not a bug.
lilypond-book refuses to overwrite a main source file, but happily overwrites
secondary source files included into the main source file. Irritating if you
use the .tex extension for included chapters of a musicological document and
even just accidentally call
> lilypond-book accepts --loglevel=WARN, but not --loglevel=WARNING.
>
> I think WARN is for lilypond, not lilypond-book (according to the
> documentation), so maybe just misdocumented?
Indeed, it is incorrectly documented; it should be 'WARN' everywhere.
Note that th
lilypond-book accepts --loglevel=WARN, but not --loglevel=WARNING.
I think WARN is for lilypond, not lilypond-book (according to the
documentation), so maybe just misdocumented?
Using 2.24.3
Thank you,
C
>> lilypond-book --loglevel=WARN book.lytex
> lilypond-book: error: file
g me to the previous
discussion on this topic, I wasn't aware of these changes until now.
I'll start including those two lines after including
lilypond-book-preamble when wanting the cropping behaviour from now on.
Best wishes!
Gilberto
Hi Gilberto,
try adding these options to your LY file:
#(ly:set-option 'tall-page-formats 'eps,png,pdf)
#(ly:set-option 'separate-page-formats 'eps,png,pdf)
Alternatively, you can add these options to your command line:
-dtall-page-formats=eps,png,pdf
-dseparate-page-formats=eps,png,pdf
Here
Hello everyone,
I hope you are all well and had a great year. I noticed that since
version 2.24.x, lilypond-book-preamble has stopped automatically
cropping the output around the music grobs.
*1) *This is the behaviour of 2.22.2, which is what I expect when using
lilypond-book-preamble
Hello,
On 05/12/2021 21:25, K. Blum wrote:
Hello,
on Windows 10 with LilyPond 2.23.35 I noticed a problem:
lilypond-book-preamble.ly doesn't produce an auto-cropped image.
The following snippet
% -
\include "lilypond-book-pream
Hello,
on Windows 10 with LilyPond 2.23.35 I noticed a problem:
lilypond-book-preamble.ly doesn't produce an auto-cropped image.
The following snippet
% -
\include "lilypond-book-preamble.ly"
{c}
% -
should
Hi Andreas,
thanks for reporting.
I added this issue as
https://gitlab.com/lilypond/lilypond/-/issues/6213
to the tracker.
A fix is in preparation.
Michael
Am 04.11.2021 um 17:21 schrieb Andreas K. H. von Rüden:
This should be included.
___
bug-l
Hello,
using lilypond 2.20.0 on Ubuntu 20.04, lilypond-book worked perfectly. After
Update to Ubuntu 21.10 and lilypond 2.22.1, lilypond-book crashes, when the
lytex-file contains the \input command.
Here's an MWE:
lytex-file:
---
\documentclass{scrartcl}
\begin{document}
\input{bugtest}
Hello
On 06/02/2021 18:41, Daniel Connors wrote:
The python script lilypond-book.py can hang on Windows if the user's
Windows user_id is longer than 8 characters and the user's default Windows
temporary directory is in C:\Users\. This is because of an old,
legacy DOS filename convention. A sim
The python script lilypond-book.py can hang on Windows if the user's
Windows user_id is longer than 8 characters and the user's default Windows
temporary directory is in C:\Users\. This is because of an old,
legacy DOS filename convention. A simple fix is to modify book_latex.py
and change line #
Hi everyone
Found a solution for my issue.
Just wrote a little bash-script which does the following:
- replace all spaces with underlines in the filenames of the current directory
- running the lilypond-book preprocessor
- running the latex processor
- replace all underlines with spaces in the
Hi André,
I'm not sure how it has been done but if you don't use lilypond-book but
the new lyluatex package (obviously requiring LuaLaTeX) you *can* use
spaces and special characters in file names.
lyluatex (https://github.com/jperon/lyluatex) is a package that does
everything lil
interpret *.ly files.
In fact, die LilyPond-embedding commands like "\lilypondfile" are not
valid LaTeX syntax and end in an error of you try to interpret it with
LaTeX directly.
To solve that, LilyPond provides a precompiler called "lilypond-book".
If you compile *.tex files w
On 13.02.2018 14:36, André Rohrbach wrote:
Just tried to use special characters (mostly spaces and single quotes)
in filenames while working with \lilypondfile.
I’m pretty sure this is an issue with LaTeX syntax, not with LilyPond.
Also, it’s good advice anyway to not use spaces in file names,
. The question raised there was: is this a
lilypond-book issue or a LaTeX issue?
--
Karlin High
Missouri, USA
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond
Hi :)
I use LilyPond in combination with LaTeX since a few weeks and I'm
very happy about this great piece of software!
A few days ago I came across an issue using lilypond-book:
Just tried to use special characters (mostly spaces and single quotes)
in filenames while working with \lilypon
Hello! I use lilypond quite often to illustrate and show snippets of music
on the web, both using lilypond-book and other tools (such as MediaWiki
<https://www.mediawiki.org/wiki/MediaWiki>'s Score extension
<https://www.mediawiki.org/wiki/Extension:Score>). Looking at the pro
It seems that there's no correlation between this behaviour and the
documentclass. Tested with scrbook scrarticle book and article.
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Lilypond-book-pdf-tempo-problem-tp201875p201989.html
Sent from the Bugs mailing
Chaos-Drummer writes:
> Hi,
> thank you very much for helping me.
> Each extracted lilypond file (snipped-file) contains "include
> "lilypond-book-preamble.ly"".
> In that file you find:
>
>
> \version "2.16.0"
>
> %% toplevel \boo
Hi,
thank you very much for helping me.
Each extracted lilypond file (snipped-file) contains "include
"lilypond-book-preamble.ly"".
In that file you find:
\version "2.16.0"
%% toplevel \book gets output per page,
%% everything else gets output per system/title
Chaos-Drummer writes:
> Hi,
> my name is David, I'm from Germany.
> Since 2013 I'm using lilypond-book for creating a book for drummers.
> Since this project was growing and growing (~450 pages now) there are some
> bugs that I am not able to solve on my own.
>
>
Hi,
my name is David, I'm from Germany.
Since 2013 I'm using lilypond-book for creating a book for drummers.
Since this project was growing and growing (~450 pages now) there are some
bugs that I am not able to solve on my own.
Here is an minimal working code example:
test.lytex
\doc
My system is Windows 10 64 Bit and I am using TexLive 2013
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Lilypond-book-pdf-tempo-problem-tp201875p201881.html
Sent from the Bugs mailing list archive at Nabble.com.
___
bug
Urs Liska writes:
> I *think* it's wrong usage, but I didn't have the time to inspect too
> closely.
>
> The error message about the undefined \lilypond environment indicates
> that LaTeX tries to compile the original file and not the one processed
> by lilypond-b
Here is the corrected input file.
I ran
lilypond-book testbook.lytex
pdflatex testbook.tex
without errors which produces a correct (though strangely aligned) pdf file.
Cheers,
Joram
% test
\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
%
\begin{document}
\begin{center}
\begin
On 07/02/2016 15:40, Noeck wrote:
Both the test file and the issue text show wrong syntax like
\end\lilypond} or \end{lilypond\ and the test file includes a file2
which we do not have. If I correct that it works for me (Ubuntu).
So in order to make this reproducible and trace it down, complete
On 07/02/2016 15:26, David Kastrup wrote:
Dave Plater writes:
On 07/02/2016 14:16, Simon Albrecht wrote:
This would rather be a case for the bug list.
Forwarded Message
Subject: lilypond-book/pdflatex: LaTeX Error: Environment
lilypond undefined.
Date: Sun, 7 Feb
I *think* it's wrong usage, but I didn't have the time to inspect too
closely.
The error message about the undefined \lilypond environment indicates
that LaTeX tries to compile the original file and not the one processed
by lilypond-book.
The OP should check the *actual* result of th
Unfortunately I'm only subscribed to this list and just wondered if
somebody could tell me if this is actually a bug or the wrong usage of
lilypond-book. Lilypond-2.18.2 being very mature I would have expected
there to have been a bug report already but I can't find any.
Thanks
Dave
Both the test file and the issue text show wrong syntax like
\end\lilypond} or \end{lilypond\ and the test file includes a file2
which we do not have. If I correct that it works for me (Ubuntu).
So in order to make this reproducible and trace it down, complete and
correct files would be good to ha
Dave Plater writes:
>> On 07/02/2016 14:16, Simon Albrecht wrote:
>>> This would rather be a case for the bug list.
>>>
>>> Forwarded Message ----
>>> Subject: lilypond-book/pdflatex: LaTeX Error: Environment
>>> lilypond unde
This would rather be a case for the bug list.
Best, Simon
Forwarded Message
Subject: lilypond-book/pdflatex: LaTeX Error: Environment lilypond
undefined.
Date: Sun, 7 Feb 2016 11:58:51 +0200
From: Dave Plater
To: lilypond-de...@gnu.org
Hi, I maintain lilypond
Gabriel Ruprecht writes:
> Der Befehl "lilypond" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> command failed: lilypond --formats=ps -dbackend=eps -I "." -I ".."
> --formats
> =eps --pdf -dinclude-eps-fonts -dgs-load-fonts -deps-box-padding=3.00
> -dre
> ad-fi
Hello guys,
My CMD told me to send errors to this www.
I tried following:
First: Using python 3. It told me cannot start command
Using python 2 via command py after installing, it told me:
__
command failed: lilypond --formats=ps -d
2015-12-19 8:30 GMT+02:00 Masamichi HOSODA :
>> In the case of text font, variable `font' is set to #f.
>> In the case of music font, variable `font' is set to non-#f.
>
> I've created issue 4701.
Thank you!
--
Dmytro O. Redchuk
___
bug-lilypond mail
>> Thank you for finding this. I'm wondering if there is a more generic way to
>> identify third-party fonts rather than hard-coding it like this? Perhaps by
>> checking if the font has the LILY, LILC, and LILF subtables? I'm just
>> brain-storming...
>
> How about following patch?
>
> In the cas
> Thank you for finding this. I'm wondering if there is a more generic way to
> identify third-party fonts rather than hard-coding it like this? Perhaps by
> checking if the font has the LILY, LILC, and LILF subtables? I'm just
> brain-storming...
How about following patch?
In the case of text fo
))
>
>(define (load-font-via-GS font-name-filename)
> ```
>
Thank you for finding this. I'm wondering if there is a more generic way to
identify third-party fonts rather than hard-coding it like this? Perhaps by
checking if the font has the LILY, LILC, and LILF subtables? I
Hi
If I understand correctly,
the cause is lilypond's `-dgs-load-fonts' option
with non-emmentaler music font.
I've reproduced the issue with the following smaller example.
```
$ cat foobar.ly
{ c'' }
\paper {
#(define fonts
(set-global-fonts
#:music "improviso"
))
}
$ lilypond -d
2015-12-09 15:10 GMT+02:00 tisimst :
> Dmytro,
>
> Sorry for my delayed comment. I don't know what is causing this, but I've
> seen this come up before from other users. I'm excited to see you like
> Improviso! I hope we can get this figured out.
Abraham,
yes, I like it very much, THANK you :)
Whe
tro O. Redchuk <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=184579&i=2>>:
> >>> Hello,
> >>>
> >>> to avoid any misunderstanding with any "include"'s I've tested this
> >>> issue with this sourc
Hello,
>>>
>>> to avoid any misunderstanding with any "include"'s I've tested this
>>> issue with this source:
>> And the command was (no -I...), of course:
>>
>> $ lilypond-book --out=out [--pdf] test.lytex
>>
>>>
&
;t know what I am doing.
Thank you!
2015-12-08 9:57 GMT+02:00 Dmytro O. Redchuk :
> 2015-12-08 9:55 GMT+02:00 Dmytro O. Redchuk :
>> Hello,
>>
>> to avoid any misunderstanding with any "include"'s I've tested this
>> issue with this source:
> And th
2015-12-08 9:55 GMT+02:00 Dmytro O. Redchuk :
> Hello,
>
> to avoid any misunderstanding with any "include"'s I've tested this
> issue with this source:
And the command was (no -I...), of course:
$ lilypond-book --out=out [--pdf] test.lytex
>
> % 8<
; Hello James :)
>
>>>> I want lilypond to engrave it with "improviso" font,
>>>> https://fonts.openlilylib.org/improviso/ --- I have set it up, it's
>>>> ok.
> ... and the subject of this thread is: "lilypond-book: 'external'
>
2015-12-07 19:55 GMT+02:00 James :
> Hello Dmytro,
Hello James :)
>>> I want lilypond to engrave it with "improviso" font,
>>> https://fonts.openlilylib.org/improviso/ --- I have set it up, it's
>>> ok.
... and the subject of this thread is: &quo
; % 8<
>>
>> I want lilypond to engrave it with "improviso" font,
>> https://fonts.openlilylib.org/improviso/ --- I have set it up, it's
>> ok.
>>
>> Now: lilypond-book does well without --pdf option:
>>
>> $ lilypon
ocumentclass{article}
> \begin{document}
> \begin{lilypond}
> \include "improviso.ily"
> { c''4 }
> \end{lilypond}
> \end{document}
> % 8<
>
> I want lilypond to engrave it with "improviso" font,
> https://fonts.open
-
I want lilypond to engrave it with "improviso" font,
https://fonts.openlilylib.org/improviso/ --- I have set it up, it's
ok.
Now: lilypond-book does well without --pdf option:
$ lilypond-book -I ${HOME}/lilyponds/local-includes --out=out test.lytex
$ cd out
$ latex test &&
% With lilypond-book-preamble.ly included
% some scores are cropped incorrectly.
% Here, articulation mark (accent) is out of area.
\version "2.19.23"
\include "lilypond-book-preamble.ly"
one = {
s8
}
two = {
\voiceOne a16[ _> \change Staff = "one" \vo
Am 17.03.2015 um 11:20 schrieb Marc Hohl:
Am 17.03.2015 um 10:57 schrieb Urs Liska:
Am 17.03.2015 um 10:53 schrieb Marc Hohl:
Am 17.03.2015 um 10:27 schrieb Urs Liska:
[...]
does not help here, lilypond-book has ceased to work, obviously.
I checked the contents of lilypond-book in a
Am 17.03.2015 um 10:53 schrieb Marc Hohl:
Am 17.03.2015 um 10:27 schrieb Urs Liska:
[...]
does not help here, lilypond-book has ceased to work, obviously.
I checked the contents of lilypond-book in a number of installations and
have the impression there's a quite serious bug (if I&
nclude and lilypond paths should be determined relative
to the actualy lilypond-book file instead of by using hardcoded paths.
Urs
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond
for the cadence font.
Now, if I compile a score that uses the cadence font, everything is
ok, and acroread shows that the cadence font is embedded.
If I include the same .ly file in my LaTeX-file by using
\lilypondfile{...}
and process this by lilypond-book, I got errors like the following
ames
To: David Kastrup ; John Szwast
Cc: bug-lilypond@gnu.org
Sent: Saturday, September 27, 2014 8:08 AM
Subject: Re: lilypond-book fails when using Latex macros in options
On 11/09/14 12:45, David Kastrup wrote:
> John Szwast writes:
>
> Newsgroups: gmane.comp.gnu.lilypond.bugs
>
On 11/09/14 12:45, David Kastrup wrote:
> John Szwast writes:
>
> Newsgroups: gmane.comp.gnu.lilypond.bugs
> Subject: Re: lilypond-book fails when using Latex macros in options
> Organization: Organization?!?
> From: David Kastrup
> Gcc: nnfolder+archive:sent.2014-09
>
John Szwast writes:
Newsgroups: gmane.comp.gnu.lilypond.bugs
Subject: Re: lilypond-book fails when using Latex macros in options
Organization: Organization?!?
From: David Kastrup
Gcc: nnfolder+archive:sent.2014-09
--text follows this line--
John Szwast writes:
> I want to specify a lilyp
I want to specify a lilypond environment option with a Latex macro, but
lilypond-book fails when I try.
\documentclass{article}
\newcommand\staffsize{14}
\begin{document}
% \begin[staffsize=14]{lilypond} % This works
\begin[staffsize=\staffsize]{lilypond} % This doesn
ms to occur only when the --output or
--lily-output-dir options are used for lilypond-book. Take those
options away and lilypond-book finds the include files just fine. Use
one or the other (or both) and it complains. Using your MWE, I get the
same results.
Another list user (James) was ab
utput-dir options are used for lilypond-book. Take those
options away and lilypond-book finds the include files just fine. Use
one or the other (or both) and it complains. Using your MWE, I get the
same results.
Another list user (James) was able to replicate the issue with my MWE,
but no sol
t
I never had this problem on Linux because LaTeX is a dependency of lilypond.
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond
Does lilypond-book run latex also when dealing with HTML files?
Of cours
I'm trying to verify issue 3874. I'm not a Windows user but I have the
chance to use a Windows machine at work.
When I try to compile the musicological example in Usage, I get a warning
about pdflatex being a command not detected. I guess that LaTeX is not
bundled and should be installed separatel
Julien Rioux writes:
> On 16/03/2014 5:08 PM, David Kastrup wrote:
>> http://code.google.com/p/lilypond/issues/detail?id=3874>
>>
>> Marked as backport, tested satisfactorily, forgot to cherry-pick into
>> stable/2.18.
>>
>> Phil, hold the horses until I got that one in.
>>
>> Thanks for noticing
On 16/03/2014 5:08 PM, David Kastrup wrote:
Julien Rioux writes:
On 11/01/2014 6:31 AM, Matthias Steup wrote:
Matthias Steup arcor.de> writes:
David Kastrup gnu.org> writes:
Matthias Steup arcor.de> writes:
Lilypond-book seems to be broken in lilypond version 18.0. The s
David Kastrup writes:
> Julien Rioux writes:
>
>> On 11/01/2014 6:31 AM, Matthias Steup wrote:
>>> Matthias Steup arcor.de> writes:
>>>
>>>>
>>>> David Kastrup gnu.org> writes:
>>>>
>>>>>
>>>>&g
Julien Rioux writes:
> On 11/01/2014 6:31 AM, Matthias Steup wrote:
>> Matthias Steup arcor.de> writes:
>>
>>>
>>> David Kastrup gnu.org> writes:
>>>
>>>>
>>>> Matthias Steup arcor.de> writes:
>>&
On 11/01/2014 6:31 AM, Matthias Steup wrote:
Matthias Steup arcor.de> writes:
David Kastrup gnu.org> writes:
Matthias Steup arcor.de> writes:
Lilypond-book seems to be broken in lilypond version 18.0. The score runs
By the way, I cannot update to lilypond 18.0 because of
- Original Message -
From: "Daniel Rosen"
What changes need to be made, exactly?
DR
Go to https://codereview.appspot.com/64380044 and click on
python/book_latex.py
This will show you a difference between the old version of the file and the
proposed version. Edit bin/book_latex.
> -Original Message-
> From: Phil Holmes [mailto:m...@philholmes.net]
> Sent: Sunday, February 23, 2014 10:28 AM
> To: David Kastrup
> Cc: Daniel Rosen; bug-lilypond@gnu.org; lilypond-u...@gnu.org
> Subject: Re: Errors running lilypond-book
>
> - Original Mess
"Phil Holmes" writes:
>>> You don't need to - it would be good enough to manually edit
>>> book_latex.py in your bin directory.
>>
>> I am skeptical whether this would cause Python to recompile
>> book_latex.pyc.
>
> Pretty certain it does: this is how I've experimented with the scripts
> in the
- Original Message -
From: "David Kastrup"
To: "Phil Holmes"
Cc: "Daniel Rosen" ; ;
Sent: Sunday, February 23, 2014 3:20 PM
Subject: Re: Errors running lilypond-book
"Phil Holmes" writes:
Original Message -
From: "Daniel Rosen&q
"Phil Holmes" writes:
> Original Message -
> From: "Daniel Rosen"
> To:
> Cc:
> Sent: Sunday, February 23, 2014 2:29 PM
> Subject: RE: Errors running lilypond-book
>
>
>>> -Original Message-
>>> From: David Kastrup [m
Original Message -
From: "Daniel Rosen"
To:
Cc:
Sent: Sunday, February 23, 2014 2:29 PM
Subject: RE: Errors running lilypond-book
-Original Message-
From: David Kastrup [mailto:d...@gnu.org]
Sent: Saturday, February 22, 2014 3:08 PM
To: Daniel Rosen
Cc: lilypond-u.
> -Original Message-
> From: David Kastrup [mailto:d...@gnu.org]
> Sent: Saturday, February 22, 2014 3:08 PM
> To: Daniel Rosen
> Cc: lilypond-u...@gnu.org; bug-lilypond@gnu.org
> Subject: Re: Errors running lilypond-book
>
> Do you have the possibility to ch
Hello David,
thank you for your answer. I patched the python-file (book_latex.py) in
the bin-folder according to the url you gave me. Unfortunately it didn't
solve the problem. I have the following output when running lilypond-book:
> lilypond-book.py --pdf --format=latex --output=out
en I run the command it
>> tells me to (lilypond-book --output=out --pdf lilybook.lytex), here's what I
>> get (I've redacted my username from the temp file path):
[...]
> I don't know what any of that means. :-P Is there a workaround? I do
> know how to define
David Kastrup writes:
> Matthias Steup writes:
>
>> Matthias Steup arcor.de> writes:
>>
>>>
>>> Lilypond-book seems to be broken since lilypond version 18.0. The score runs
>>> beyond the margin of the page. Up to 16.2 everything was w
Matthias Steup writes:
> Matthias Steup arcor.de> writes:
>
>>
>> Lilypond-book seems to be broken since lilypond version 18.0. The score runs
>> beyond the margin of the page. Up to 16.2 everything was working fine. I
>> work with MikTex and lilypond.
>
&
Matthias Steup arcor.de> writes:
>
> Lilypond-book seems to be broken since lilypond version 18.0. The score runs
> beyond the margin of the page. Up to 16.2 everything was working fine. I
> work with MikTex and lilypond.
Please consider it a
Lilypond-book seems to be broken since lilypond version 18.0. The score runs
beyond the margin of the page. Up to 16.2 everything was working fine. I
work with MikTex and lilypond.
Here an example code:
\documentclass[11pt,a5paper,footinclude=true,headinclude=true]{scrbook}
\usepackage[T1
Matthias Steup arcor.de> writes:
>
> David Kastrup gnu.org> writes:
>
> >
> > Matthias Steup arcor.de> writes:
> >
> > > Lilypond-book seems to be broken in lilypond version 18.0. The score runs
> > >
>
By the way, I cannot update
David Kastrup gnu.org> writes:
>
> Matthias Steup arcor.de> writes:
>
> > Lilypond-book seems to be broken in lilypond version 18.0. The score runs
> > beyond the margin of the page. Up to 16.2 everything was working fine. I
> > work with MikTex and lilypond
Matthias Steup writes:
> Lilypond-book seems to be broken in lilypond version 18.0. The score runs
> beyond the margin of the page. Up to 16.2 everything was working fine. I
> work with MikTex and lilypond.
Are you sure that Lilypond-book is able to find LaTeX in the system PATH?
Lilypond-book seems to be broken in lilypond version 18.0. The score runs
beyond the margin of the page. Up to 16.2 everything was working fine. I
work with MikTex and lilypond.
Here an example code:
\documentclass[11pt,a5paper,footinclude=true,headinclude=true]{scrbook}
\usepackage[T1]{fontenc
Federico Bruni writes:
> http://lilypond.org/doc/v2.17/Documentation/usage/an-example-of-a-musicological-document.html
>
> Below the Input section there is:
>
> Documents for \verb+lilypond-book+ may freely mix music and text.
>
> \verb+ is intended? It's inside a verba
Federico Bruni wrote Sunday, December 15, 2013 10:45 AM
> http://lilypond.org/doc/v2.17/Documentation/usage/an-example-of-a-musicological-document.html
>
> Below the Input section there is:
>
> Documents for \verb+lilypond-book+ may freely mix music and text.
>
> \ve
http://lilypond.org/doc/v2.17/Documentation/usage/an-example-of-a-musicological-document.html
Below the Input section there is:
Documents for \verb+lilypond-book+ may freely mix music and text.
\verb+ is intended? It's inside a verbatim
Martin Tarenskeen zonnet.nl> writes:
>
>
> On Wed, 21 Aug 2013, der_jo wrote:
>
> > OK, I've installed Python (3.3.2 x64) ... no changes.
>
> Don't know if it will fix anything, but LilyPond uses Python 2.x as far as
> I know. Try Python 2.7
>
I don't know why, but it still doesn't work. Ma
On Wed, 21 Aug 2013, der_jo wrote:
OK, I've installed Python (3.3.2 x64) ... no changes.
Don't know if it will fix anything, but LilyPond uses Python 2.x as far as
I know. Try Python 2.7
--
MT
___
bug-lilypond mailing list
bug-lilypond@gnu.or
OK, I've installed Python (3.3.2 x64) ... no changes.
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond
David Kastrup gnu.org> writes:
> Seems like our version of Python does not cooperate with Windows 7.
> This is likely the same problem as
> http://code.google.com/p/lilypond/issues/detail?id=3510>
>
> Maybe try whether using Powershell (?) to call lilypond-book from helps?
Thomas Morley writes:
> 2013/8/21 der_jo :
>>> I'm not top posting.
>>
>> I've just installed Lilypond 2.16.2 but I can't get lilypond-book working
>> (I'm working with TeX Live on Win 7 x64).
>>
>> lilypond-book --output=out
2013/8/21 der_jo :
>> I'm not top posting.
>
> I've just installed Lilypond 2.16.2 but I can't get lilypond-book working
> (I'm working with TeX Live on Win 7 x64).
>
> lilypond-book --output=out test.tex
>
> where test.tex is:
>
> \docume
der_jo writes:
>> I'm not top posting.
>
> I've just installed Lilypond 2.16.2 but I can't get lilypond-book working
> (I'm working with TeX Live on Win 7 x64).
>
> lilypond-book --output=out test.tex
> File "C:\Program Files (x86)\L
> I'm not top posting.
I've just installed Lilypond 2.16.2 but I can't get lilypond-book working
(I'm working with TeX Live on Win 7 x64).
lilypond-book --output=out test.tex
where test.tex is:
\documentclass{article}
\begin{document}
\begin{lilypond}
\score { \note
e primitive-load-path:
>> > ERROR: Unable to find file "lily.scm" in load path
>>
>> The clue to this is in a later posting from Robert Eckl. lilypond-book is
>> using a construct
>>
>> os.path.abspath(os.path.dirname(sys.argv[0]))
>
>
Gre
1 - 100 of 1027 matches
Mail list logo