Hi,.
In version 2.10 I used the command line - convert ly to svg:
$ lilypond -b svg file.ly
But with the new version 2.12 I couldn't to convert.
Someone can help me?
Givaldo de Cidra
___
lilypond-user mailing list
lilypond-user@gnu.org
M Watts escreveu:
Givaldo de Cidra wrote:
Hi,.
In version 2.10 I used the command line - convert ly to svg:
$ lilypond -b svg file.ly
But with the new version 2.12 I couldn't to convert.
Someone can help me?
Change the -b to -f.
I try
$ lilypond -f svg file.ly
Don't creat
Werner LEMBERG escreveu:
$ lilypond file.ly -f svg
Options should always be placed before file names:
lilypond -f svg file.ly
Werner
I know!
This is only a test.
hehe
Givaldo
___
lilypond-user mailing list
l
Hello !!!
I have a problem with lilypond, when use compass 2/2 it divides the time
of the compass as if he was 4/4. What I make so that it divides in 2 and
not in 4?
Givaldo de Cidra
___
lilypond-user mailing list
lilypond-user@gnu.org
http
Hello !!!
I have a problem with lilypond, when use compass 2/2 it divides the time
of the compass as if he was 4/4. What I make so that it divides in 2 and
not in 4?
Givaldo de Cidra
___
lilypond-user mailing list
lilypond-user@gnu.org
http
Staff { c'4 }
%%% END %%%
Hi,
It tries to use:
\new ChoirStaff <<
\new RhythmicStaff { c'4 }
\new RhythmicStaff { c'4 }
\new RhythmicStaff { c'4 }
\new RhythmicStaff { c'4 }
>>
without more
Givaldo de Cidra
_
Hi,
I am trying to export an archive ly to svg.
I am using the following command:
$ lilypond - bsvg file.ly
But my archive has seven pages and when opening the archive .svg all the
pages comes mounted in the same page.
I tried the command
$ lilypond - beps file.ly
And later I did not obta
Hi,
I am trying to export an archive ly to svg.
I am using the following command:
$ lilypond - bsvg file.ly
But my archive has seven pages and when opening the archive .svg all the
pages comes mounted in the same page.
I tried the command
$ lilypond - beps file.ly
And later I did not obta
more
Givaldo de Cidra
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Graham Percival escreveu:
On Sun, Jan 25, 2009 at 06:42:54AM -0600, Jonathan Kulp wrote:
For what it's worth, I can't make it do svg output either. Tried the
following command formats:
lilypond -f svg filename.ly (from example in email thread)
lilypond -fsvg filename.ly (from example in A
, but now I think it would be better that instead of
NATURAL was one natural sign of caution ...
I would take into the key signature a C sharp and natural sign in brackets.
Is this possible?
--
Thanks,
Givaldo de Cidra
"Ser e Pensar Sempre no Objetivo é o Caminho para Alcançar
2013/7/27 David Rogers
> Givaldo de Cidra writes:
>
> > Could you help me with a code in lilypond?
> >
> > I have a musical example it was necessary to change the key signature.
> > I made the change with the code below:
> >
> > \ set Staff.keySignatur
Hi Thomas Morley
This code fully solved the problem...
Thanks very much.
Givaldo de Cidra
2013/8/14 Thomas Morley
> 2013/7/28 Givaldo de Cidra
> >
> >
> > \set Staff.keySignature '= # (((1. 0.), SHARP) ((1. 3.), natural))
> >
> > I want the key si
13 matches
Mail list logo