I recently reported a problem in the generation of pdf-files. Maybe
somenone recognizes what is wrong from the following log-file:
# -*-compilation-*-
Changing working directory to `E:/Kantoor/lilypond_muziek'
Processing `E:/Kantoor/lilypond_muziek/william_brade_canzon.ly'
Parsing...
Interpretin
section: 7.3.7 p.133 Ambitus there should be " " around Ambitus_engraver
section: 8.2.2 p.175 Metronome marks there shouldn't be " " around #1
..
sorry if I'm wrong
..
Best Regards,
Mehmet Okonsar, pianist-composer
www.okonsar.com
___
lilypond-user ma
I create preview images for the music published on my website.
Some of the pieces are made up of a \book containing up to
10 \score parts. In this case the preview image the preview
image is made up of the first system of all 10 parts. Now, I
would rather have a preview consisting only of the first
Katrien de Vos writes:
> Converting to `william_brade_canzon.pdf'...
> `gs -q -dCompatibilityLevel#1.4 -sPAPERSIZE#"a4" -dNOPAUSE -dBATCH
> -r1200 -sDEVICE#pdfwrite -sOutputFile#"william_brade_canzon.pdf" -c
> .setpdfwrite -f "william_brade_canzon.ps"' failed (1)
You'll have to find out why
I ran with --verbose and I got:
# -*-compilation-*-
Changing working directory to `E:/Kantoor/lilypond_muziek'
Processing `E:/Kantoor/lilypond_muziek/william_brade_canzon.ly'
Parsing...[D:/LilyPond/usr/share/lilypond/2.7.8/ly/init.ly[D:/LilyPond/usr/share/lilypond/2.7.8/ly/declarations-init.ly[D:
Hi Han-Wen,
Thanks for your help.
On Saturday 03 September 2005 00:04, Han-Wen Nienhuys wrote:
> don't do that. instead, get the src rpm and do
>
> rpmbuild --rebuild foo.src.rpm
>
> then install what you built.
I've downloaded guile-1.6.7 from the SUSE 9.3 source tree (I'm running SuSE
9.2, bu
I have made a batch-file:
gswin32.exe -q -dCompatibilityLevel#1.4 -sPAPERSIZE#"a4" -dNOPAUSE
-dBATCH -r1200 -sDEVICE#pdfwrite -sOutputFile#%1.pdf -c .setpdfwrite -f
%1.ps
Then I made a run and generated a pdf-file. Using "gs" or "gs.exe"
instead of "gswin32.exe" didn't work. But now point
If you don't want any time signature printed, you can do
\override Staff.TimeSignature #'print-function = ##f
/Mats
Thomas Ruedas wrote:
Hi,
On Friday 02 September 2005 04:50, Mehmet Okonsar wrote:
try \cadenzaOn and \cadenzaOff
thanks Mehmet, that brought me at least much closer to the
I have a book of songs and want to automatically
generate a glossary (index?) of incipits (snippits).
Is there a way to do this automatically?
I will have many of these to do and I could do it once
manually but would prefer a way to automatically do
it.
Thanks
Aaron
___
Hi again,
On Saturday 03 September 2005 17:38, Mats Bengtsson wrote:
> If you don't want any time signature printed, you can do
> \override Staff.TimeSignature #'print-function = ##f
ok, this was the final bit to produce something which is at least
consistently structured and arithmetically correc
Maybe you can use the mechanism described in "8.3.3 Quoting other voices"?
/Mats
Aaron Mehl wrote:
I have a book of songs and want to automatically
generate a glossary (index?) of incipits (snippits).
Is there a way to do this automatically?
I will have many of these to do and I could do it
Matt Wallis wrote:
Jan, Han-Wen,
I finally resolved the problem by finding that my SuSE 9.2 distribution comes
with lilypond 2.2.6, which installed without a hitch. I should have looked
here first. Thanks for your replies to my messages.
And now I've started to experiment. I have to say it i
Jan, Han-Wen,
I finally resolved the problem by finding that my SuSE 9.2 distribution comes
with lilypond 2.2.6, which installed without a hitch. I should have looked
here first. Thanks for your replies to my messages.
And now I've started to experiment. I have to say it is a wonderful piece of
Possibly, you have been hit by the problem described at
http://lists.gnu.org/archive/html/bug-lilypond/2005-08/msg00202.html
You will still get these error messages, but the result will work
fine.
/Mats
Laura Conrad wrote:
This is installed on Debian unstable using the .package file. When
Hi to all,
after producing automatically some hundreds fragment of lily code with
very satisfying results simply using default setting (thanks for the
work, guys), I have this little problem.
In the following code, macosx 10.3.8, lily 2.5.29, Pedal sign collides
with dynamics.
% start
\versio
> "MB" == Mats Bengtsson <[EMAIL PROTECTED]> writes:
MB> Possibly, you have been hit by the problem described at
MB> http://lists.gnu.org/archive/html/bug-lilypond/2005-08/msg00202.html
I don't think so -- that fix (('', '', 'psfonts', in line 98) seems to
already be there in 2.6.3, a
No, I don't want any manual steps. But I have written a script to change
the .ly source,
and that works just fine so I'm happy with the way things work now. No
need to add
this feature to Lilypond then.
--
Sven Axelsson
From: Bec and John Silva
[mailto:[EMAIL PROTECTED] Sent:
Hi Sven,Not sure how much you would like this option, but couldn't you just output to png (or whatever Lilypond supports) and then crop the image for your website?- JohnI create preview images for the music published on my website.Some of the pieces are made up of a \book containing up to10 \score
Sven Axelsson wrote:
I create preview images for the music published on my website.
Some of the pieces are made up of a \book containing up to
10 \score parts. In this case the preview image the preview
image is made up of the first system of all 10 parts. Now, I
would rather have a preview consi
On Sat, 3 Sep 2005, Han-Wen Nienhuys wrote:
> A. LilyPond actually _does_ support the Latin1 character set, as Latin1
> and Unicode coincide on the first 256 codepoints.
I don't quite see that. If I put an e-acute (a byte of decimal value
#233) in a LilyPond file, it is skipped -- it does not a
On Sat, 3 Sep 2005, Jan Nieuwenhuizen wrote:
> > I can't afford a C compiler for Windows
> The GNU compiler has been available for Microsoft systems since the
> DOS era. Have a look at www.mingw.org, www.cygwin.org
!!! I've been living in the wrong world, haven't I? Thank you.
> >, and I can'
[EMAIL PROTECTED] writes:
> Maybe I can find a place that will sell me a CD which it can then mail
> to me.
I may want to try:
http://www.cheapbytes.com/
http://cheapiso.com/
http://www.osdisc.com
http://www.budgetlinuxcds.com
(the only one I really bought something from was cheapbytes)
Pedro
Katrien de Vos wrote:
> I have made a batch-file:
> gswin32.exe -q -dCompatibilityLevel#1.4 -sPAPERSIZE#"a4" -dNOPAUSE
> -dBATCH -r1200 -sDEVICE#pdfwrite -sOutputFile#%1.pdf -c .setpdfwrite -f
> %1.ps
> Then I made a run and generated a pdf-file. Using "gs" or "gs.exe"
> instead of "gswin32.e
My original question was
> Or what trick, however laborious, will enable me to use Latin1
> characters in markup? I only need them occasionally in titles.
I would like to thank Daniel Johnson and Hans de Rijck, who both posted
the algorithm for converting Latin1 to unicode, thus supplying me th
Katrien de Vos writes:
> I have made a batch-file:
> gswin32.exe -q -dCompatibilityLevel#1.4 -sPAPERSIZE#"a4" -dNOPAUSE
> -dBATCH -r1200 -sDEVICE#pdfwrite -sOutputFile#%1.pdf -c .setpdfwrite
> -f
> %1.ps
>
> Then I made a run and generated a pdf-file. Using "gs" or "gs.exe"
> instead of "gswi
> I would like to thank Daniel Johnson and Hans de Rijck, who both posted
> the algorithm for converting Latin1 to unicode,
Just for the record, if your editor does not support recoding, the
recode tool will help
recode latin1..utf8
or using Python
import codecs
import sys
de_latin1 = code
26 matches
Mail list logo