Em seg., 18 de mai. de 2020 às 12:23, David Nalesnik <
david.nales...@gmail.com> escreveu:
> Is it possible to use the command in lilypond-book and
> not create a link to the LY file
> in an HTML document? I'm hoping there is some automation available
> with lilypond-book.
>
> Thanks,
> David
>
Hi all,
Is it possible to use the command in lilypond-book and
not create a link to the LY file
in an HTML document? I'm hoping there is some automation available
with lilypond-book.
Thanks,
David
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
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.
--
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:
Just tried to use special characters (mostly spaces and single quotes)
in filenames while working with \lilypon
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:
Just tried to use special characters (mostly spaces and single quotes) in
filenames while working with \lilypon
> "pabuhr" == pabuhr writes:
pabuhr> I tried manually converting the ps to eps: ps2pdf generates
pabuhr> a file that is unusable (go figure), and "convert" generates
pabuhr> a low quality image (maybe one of the many parameters can
pabuhr> fix this).
"convert -density' somet
-- Forwarded message --
Date: Tue, 28 Aug 2012 08:26:07 +0200 (CEST)
From: Martin Tarenskeen
To: pabuhr
Subject: Re: lilypondfile
On Mon, 27 Aug 2012, pabuhr wrote:
lilypond -dbackend=eps -daux-files=#f file.ly
should be what you are after...
Perfect, except it
I've not tried this to confirm it's correct, but my expectation is that the
syntax is
lilypond options filename
So you should write
lilypond -o fred mary.ly
Works! I'm just an old C programmer and always put the '-o' at the end of the
command. 8-(
Thanks.
___
- Original Message -
From: "pabuhr"
To: "Reinhold Kainhofer"
Cc:
Sent: Tuesday, August 28, 2012 4:59 PM
Subject: Re: lilypondfile
Finally, what does the "-o" option do?
-o,--output=FILE or FOLDER
Set the default output file to FILE or, if a
> Perfect, except it still generates a PDF file, which I don't need and I
could
> not find an command-line option to prevent the PDF from being created.
> But that's what a Makefile is for: I just delete the PDF.
Lilypond also has a --ps option So what you want is:
lilypond
> lilypond-book
I see no reason why there should be a difference.
There is a small shift left and up that is different from lilypondfile, which
is what I was previously using. I can compensate in latex.
lilypond -dbackend=eps -daux-files=#f file.ly
should be what you are after...
P
ere should be a difference.
There is a small shift left and up that is different from lilypondfile, which
is what I was previously using. I can compensate in latex.
lilypond -dbackend=eps -daux-files=#f file.ly
should be what you are after...
Perfect, except it still generates a PDF file,
On 2012-08-28 02:12, pabuhr wrote:
Is there a way to generate an eps file directly as for a ps file? I need the
bounding box to include the exact output into latex (I'm not using pdflatex).
I tried manually converting the ps to eps: ps2pdf generates a file that is
unusable (go figure), and "conve
Is there a way to generate an eps file directly as for a ps file? I need the
bounding box to include the exact output into latex (I'm not using pdflatex).
I tried manually converting the ps to eps: ps2pdf generates a file that is
unusable (go figure), and "convert" generates a low quality image (ma
The vertical spacing between systems in lilypond-book is established by
LaTeX, not LilyPond, so most spacing parameters will not be effective.
Ouch! 8-( Having to fuss with vertical spacing in two places is unfortunate,
especially since the latex version only gives a fixed spacing whereas li
pabuhr writes:
> I cannot get the direct output from lilypond to match the output from
> lilypondfile with lilypond book. Below I have the source file and a PDF file
> where page 1 is the direct output from lilypond and page 2 is generated by
> lilypond book using:
>
> \lilypon
are the possible options.
>>
>> You were very close to the right section. ;)
>>
>> http://lilypond.org/doc/v2.12/Documentation/user/lilypond-program/Music-fragment-options
>>
>> Hope this helps,
>>
>> Patri
options applied
to the lilypondfile tag.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
On Thu, Nov 18, 2010 at 6:18 PM, Marc Mouries wrote:
> I am testing lilypond-book with html (after having tested latex, lyx).
>
> The doc here :
> http://lilypond.org/doc/v2.12/Documentation/user/lilypond-program/HTML.html#HTML
>
> says:
>
> To include separate files, say
>
> filename
>
> but i co
I am testing lilypond-book with html (after having tested latex, lyx).
The doc here :
http://lilypond.org/doc/v2.12/Documentation/user/lilypond-program/HTML.html#HTML
says:
To include separate files, say
filename
but i could not find what are the possible options.
_
\graphicspath{{../graphics/}}
> >>
> >> \input{titlepage}
> >> \tableofcontents \setcounter{page}{1}
> >>
> >> \input{einleitung}
> >> \input{analyse}
> >> \input{feldarbeit}
> >> \input{schlusswort}
> >> \begin{a
itlepage is on the same height as the kapitel folders in the
file structure and I get errors for those as well.
And btw: The link to the lilypond file is in kapitel/anhang/anhang
There I wrote:
\lilypondfile{morgentau.ly} since it's in the same folder
Thanks a lot for your help
Stefan
file structure and I get errors for those as well.
And btw: The link to the lilypond file is in kapitel/anhang/anhang
There I wrote:
\lilypondfile{morgentau.ly} since it's in the same folder
Thanks a lot for your help
Stefan
> Here is my small example on how to use Lilypond-book.
The fundamental thing to remember is this:
To use \lilypond or \begin{lilypond}, you need to write
a .lytex file. This *CANNOT* be done inside a .latex or .tex
file.
Use lilypond-book to translate from .lytex to .tex.
The makefile is just an automated way to do this. If you prefer,
you
Sorry. I hope I did it correctly with the mailinglist this time.
Well... Although I found this:
http://lists.gnu.org/archive/html/lilypond-user/2008-03/msg00127.html
I don't get a clue at all. Most likely I'm too stupid. :/
Stefan
> Please keep the discussion on the mailist.
>
> lilypond-book
e with lilypond-book first.
> > Please see the docs.
> >
> > Cheers,
> > - Graham
> >
> > On Sat, 10 May 2008 10:25:20 +0200
> > stefankaegi <[EMAIL PROTECTED]> wrote:
> >
> > > Hi everybody
> > >
> > > I'm kind
t; some point to integrate a lilypond file with:
>
> \lilypondfile {/path/to/file/filename.ly}
>
> It didn't work. There always came the following error:
>
>
> ! Undefined control sequence.
> l.18 \lilypondfile
>{/path/to/file/filename.ly}
> ?
Hi everybody
I'm kind of lost. I'm writing a document with latex and then tried at
some point to integrate a lilypond file with:
\lilypondfile {/path/to/file/filename.ly}
It didn't work. There always came the following error:
! Undefined control sequence.
l.1
Again, thanks for all the answers, and especially the discussion that
came with them.
It seems that the best solution right now is to use Mats' one-liner
code. The rest of a longer piece can be in another file. That way,
there are no worries about the pagination. Since I would use slyce
anyway f
This is really a LaTeX question that has nothing to do with
LilyPond per se. I'd recommend the book "The LaTeX Companion" by
Goossens et al. or some other book on advanced LaTeX issues.
There you will, for example, learn how to redefine the layout of
sections or subsubsections or whatever to contin
On Thursday 21 April 2005 07:48 am, you wrote:
>
> Bernard Hurley wrote:
> > You are right there are restrictions on what can go in a section
header
> > which is why I said in a previous e-mail that this \section and
> > \subsection etc macros might need to be re-defined.
> >
> > Your solution d
ult, setting a line width in
the .ly file, but for some reason the lines
do not reach the left edge. I can get additional indention of the
first line, but what good is that?:
\newsavebox{\music}
\savebox{\music}{\begin{minipage}[t]{0pt}{\lilypondfile%
{two.ly}}\end{minipage}}
\section{\usebox{\m
same line as the
section/subsection number. I think this is what David was getting at
when he wrote:
\subsection{}\lilypondfile{name.ly}
I.e. he wanted \subsection{} to format the subsection number and update
the section counters. Unfortunately \subsection{} also starts a new line
and puts the
How about a \begin{enumerate} ... \end{enumerate} ?
/Mats
Bernard Hurley wrote:
Mats Bengtsson wrote:
On the other hand, why would you ever want a multi-line score
in a section title?
I had understood the request was to get the sort of formatting you get
in some editions of Bach chorales wher
Mats Bengtsson wrote:
>
> On the other hand, why would you ever want a multi-line score
> in a section title?
>
>
I had understood the request was to get the sort of formatting you get
in some editions of Bach chorales where numbers appear to the left of
the first line of scores. But with the
Bernard Hurley wrote:
You are right there are restrictions on what can go in a section header
which is why I said in a previous e-mail that this \section and
\subsection etc macros might need to be re-defined.
Your solution does not work for a multi-line score because you don't
want all the lines
> > ..
> > 2.3.3 About This Heading
> > more text...
> > etc.
> >
> > As a feature, I think it would be very worthwhile feature in
> > a lilypond book.
> >
> > \subsection{}\lilypondfile{name.ly}
> >
> >
be very worthwhile feature in
a lilypond book.
\subsection{}\lilypondfile{name.ly}
All it would take is to start the lilypond file immediately after the
[sub]section number. It would be helpful if every example had a
reference number in the docs, IMO. daveA
gt; ...
> ..
> 2.3.3 About This Heading
> more text...
> etc.
>
> As a feature, I think it would be very worthwhile feature in
> a lilypond book.
>
> \subsection{}\lilypondfile{name.ly}
>
> All it would take is to start the lilypond file immediately
...
2.3.2 a piece of music
...
..
2.3.3 About This Heading
more text...
etc.
As a feature, I think it would be very worthwhile feature in
a lilypond book.
\subsection{}\lilypondfile{name.ly}
All it would take is to start the lilypond file immediately after the
[sub
41 matches
Mail list logo