Ly to SVG

2009-01-25 Thread Givaldo de Cidra
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

Re: Ly to SVG

2009-01-25 Thread Givaldo de Cidra
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

Re: Ly to SVG

2009-01-25 Thread Givaldo de Cidra
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

Measure 2/2 in 2/4

2007-07-01 Thread Givaldo de Cidra
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

Measure 2/2 in 4/4

2007-07-02 Thread Givaldo de Cidra
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

Re: No GrandStaff possible around (rhythmic) staves?

2007-07-04 Thread Givaldo de Cidra
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 _

Ly to svg

2007-10-07 Thread 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

Convert ly to svg

2007-10-09 Thread 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

Re: Convert ly to svg

2007-10-09 Thread Givaldo de Cidra
more Givaldo de Cidra ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Ly to SVG

2009-01-25 Thread Givaldo de Cidra
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

change the key signature

2013-07-25 Thread Givaldo de Cidra
, 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

Re: change the key signature

2013-07-27 Thread Givaldo de Cidra
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

Re: change the key signature

2013-08-14 Thread Givaldo de Cidra
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