I am currently going crazy trying to import a document with Lilypond
passages into OpenOffice.
PDF import does not work (noteheads are missing, text is shifted). SVG
images (via pdf2svg) don't work (they appear mostly black, apparently
due to incomplete SVG support in OpenOffice). I don't see a
On 02/06/11 18:15, David Kastrup wrote:
I am currently going crazy trying to import a document with Lilypond
passages into OpenOffice.
PDF import does not work (noteheads are missing, text is shifted). SVG
images (via pdf2svg) don't work (they appear mostly black, apparently
due to incomplete S
David:
...
> But I can't find a way to get into _scalable_ images in OpenOffice from
> there. Anybody with a good idea?
\include "lilypond-book-preamble.ly"
in your ly file, run with lilypond --ps, you get files like:
Ibach_lindstroem-1.eps
Ibach_lindstroem-2.eps
Ibach_lindstroem-3.eps
Ibac
Nick Payne writes:
> In Libreoffice, I can use lilypond -dbackend=eps to get eps output and
> then use Insert / Picture / From file to bring the eps into the
> document. That can be scaled no problem.
I doubt that since it would require an interpretation of PostScript.
EPS was not offered in the
On Thu, Jun 02, 2011 at 10:15:47AM +0200, David Kastrup wrote:
>
> But I can't find a way to get into _scalable_ images in OpenOffice from
> there. Anybody with a good idea?
I'm certain that you've already looked into this, but just in
case...
http://lilypond.org/doc/v2.13/Documentation/usage/li
2011/6/2 David Kastrup :
>
> I am currently going crazy trying to import a document with Lilypond
> passages into OpenOffice.
>
> PDF import does not work (noteheads are missing, text is shifted).
This is something can happen with so-called "portable" document formats.
> SVG
> images (via pdf2sv
Hi,
Topic-related:
I have tried installing and using OooLilypond with LibreOffice on Fedora
15. Works perfectly.
--
MT
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Hello,
I am trying to get lilypond-book to work, following the instructions
available in the Lilypond 2.12 documentation online. However, I am getting
the following error:
*My command:*
c:\..\Documents\Music Dev> lilypond-book -f latex --output=lltest lltest.tex
*Results in:*
lilypond-book.py 2
Max,
From: lilypond-user-bounces+james.lowe=datacore@gnu.org
[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On Behalf Of Max
DeCurtins
Sent: 01 June 2011 23:45
To: lilypond-user@gnu.org
Subject: lilypond-book file path resolution error?
Hello,
I am trying to get l
Frederic Dannen wrote:
Is there also a way to supress the first page number,
and move the numbers to the outer edge?
For that you have to get involved with
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Custom-titles
and how the source code in titling-init.ly does these things.
It rather looks like it's a problem with latex. Can you successfully run
lily-book using different output formats? Can you run latex standalone?
Phil Holmes
- Original Message -
From: Max DeCurtins
To: lilypond-user@gnu.org
Sent: Wednesday, June 01, 2011 11:45 PM
Subject:
Hi,
Can someone please help me adjust this example so it's transposed
correctly for Bb clarinet? Where should I put the
\transpose c' d' \clarinet ?
Thanks,
Peter
\version "2.12.3"
\include "english.ly"
\paper {
#(set-paper-size "a4" 'landscape)
}
clarinet = {
c'4 d' e' f' |
}
\score
- Original Message -
From: "Peter O'Doherty"
To: "lilypond-user"
Sent: Thursday, June 02, 2011 4:00 PM
Subject: transpose
Hi,
Can someone please help me adjust this example so it's transposed
correctly for Bb clarinet? Where should I put the
\transpose c' d' \clarinet ?
Thanks,
Pe
2011/6/2 Peter O'Doherty :
> Hi,
> Can someone please help me adjust this example so it's transposed correctly
> for Bb clarinet? Where should I put the
> \transpose c' d' \clarinet ?
Just change \clarinet to \transpose c' d' \clarinet but also change
the clarinet definition to include a key chan
Hello,
)-Original Message-
)From: lilypond-user-bounces+james.lowe=datacore@gnu.org
)[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On
)Behalf Of Peter O'Doherty
)Sent: 02 June 2011 16:00
)To: lilypond-user
)Subject: transpose
)
)Hi,
)Can someone please help me adjust t
On 6/2/2011 3:00 PM, Peter O'Doherty wrote:
Hi,
Can someone please help me adjust this example so it's transposed
correctly for Bb clarinet? Where should I put the
\transpose c' d' \clarinet ?
Thanks,
Peter
\version "2.12.3"
\include "english.ly"
\paper {
#(set-paper-size "a4" 'landscape)
I would do it like this (not sure if the indention is correct...)
hth ole
%
\version "2.12.3"
\include "english.ly"
\header {
}
clari = \new Staff {
% \time 3/4
\set Staff.instrumentName = "Clarinet in Bb"
\set Staff.midiInstrument = "clarinet"
% \key d \major
% \clef
I'm working on trying to make alternate endings readable in unbarred
parts. There's probably a bug report I should file, because they are
quite often ambiguous. I'm attaching the file I'm working on -- before
I file the report I'll create a simpler test file, but you can see what
I mean.
altu
k...@aspodata.se (Karl Hammar) writes:
> David:
> ...
>> But I can't find a way to get into _scalable_ images in OpenOffice from
>> there. Anybody with a good idea?
>
> \include "lilypond-book-preamble.ly"
>
> in your ly file, run with lilypond --ps, you get files like:
>
> Ibach_lindstroem-1.ep
Martin Tarenskeen writes:
> Hi,
>
> Topic-related:
> I have tried installing and using OooLilypond with LibreOffice on
> Fedora 15. Works perfectly.
Scalable graphics?
--
David Kastrup
___
lilypond-user mailing list
lilypond-user@gnu.org
https://li
Francisco Vila writes:
> 2011/6/2 David Kastrup :
>>
>> I am currently going crazy trying to import a document with Lilypond
>> passages into OpenOffice.
>>
>> PDF import does not work (noteheads are missing, text is shifted).
>
> This is something can happen with so-called "portable" document fo
An addendum: I can run lilypond-book successfully using HTML. The problem
would then seem to be with Latex. I can run Latex standalone; I am using the
TeXLive 2010 distribution, and I write .tex files in LEd, from which I run
pdfLatex. This all works fine. (Root directory is c:\texlive, which conta
Thank you all for your help. David's solution was just the one I needed.
Best wishes,
Peter
On 06/02/2011 05:48 PM, Ole Schmidt wrote:
I would do it like this (not sure if the indention is correct...)
hth ole
%
\version "2.12.3"
\include "english.ly"
\header {
}
clari = \new Sta
Hi everyone,
I've been using Lilypond for a couple of weeks now, and I have to say
that I absolutely love it! And the magnitude of knowledge and
helpfulness in this mailinglist is just amazing.
I have a - possibly rather trivial - problem with chord names.
If I enter e.g. "g:13" and "bes:maj7
> "Laura" == Laura Conrad writes:
Laura>Failing that, is there a tweak I can use to enlarge the
Laura>space left for an "empty" bar? (This would actually be
Laura>useful for something else I'm doing.)
Got it.
Instead of an empty barline, what I want is a transpare
Check out Customizing Chord Names - Chord Name Exceptions in the notation
guide.
For example:
% modify maj9 and 6(add9)
% Exception music is chords with markups
chExceptionMusic = {
1-\markup { \super "maj9" }
1-\markup { \super "6(add9)" }
}
On Thu, Jun 2, 2011 at 8:51 AM, Robert Schmaus wrote:
On Thu, Jun 02, 2011 at 08:51:44PM +0200, Robert Schmaus wrote:
> Hi everyone,
>
> I've been using Lilypond for a couple of weeks now, and I have to
> say that I absolutely love it! And the magnitude of knowledge and
> helpfulness in this mailinglist is just amazing.
>
> I have a - possibly rathe
David:
> k...@aspodata.se (Karl Hammar) writes:
> > David:
> >> But I can't find a way to get into _scalable_ images in OpenOffice from
> >> there. Anybody with a good idea?
> > \include "lilypond-book-preamble.ly"
> > in your ly file, run with lilypond --ps, you get files like:
> > Ibach_lindstr
2011/6/2 Peter O'Doherty :
> Thank you all for your help. David's solution was just the one I needed.
> Best wishes,
> Peter
Here is a beautiful example of something I've been suspecting for
months. No matter how fast I reply to a question in this list, my
reply only reaches other recipients's ma
Hello,
.
On 2 Jun 2011, at 18:41, "Max DeCurtins" wrote:
> I'm pretty new to Latex but as a musicologist I have a keen interest in
> getting it to work with lilypond-book. Any suggestions?
see this whole thread, it might be an inspiration.
http://article.gmane.org/gmane.comp.gnu.lilypond.gen
On 06/03/2011 12:45 AM, Francisco Vila wrote:
2011/6/2 Peter O'Doherty:
Thank you all for your help. David's solution was just the one I needed.
Best wishes,
Peter
Here is a beautiful example of something I've been suspecting for
months. No matter how fast I reply to a question in this list, m
31 matches
Mail list logo