Re: Bug or Feature?

2006-07-19 Thread Mats Bengtsson

Please read the section on "Automatic accidentals" in the manual.

  /Mats

Marco Gusy wrote:

I attach an image of the output. As you can see only the last note have 
cautionary accidental, not the previous


 







___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel
 




--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: About lilypond's build problem with debian

2006-07-19 Thread Mats Bengtsson

If you run
scripts/out/convert-ly --help
from the lilypond/ directory, you will get a much more informative 
error message that might

help you find out what the problem is.

 /Mats

Quoting Ludovic RESLINGER <[EMAIL PROTECTED]>:


Hello,

I saw in archive some messages about a problem to build lilypond in
debian unstable. I think this is not a problem of python's version, because
I tested to build with python2.4 and python2.5, and the problem stay the
same:

chmod 755 out/convert-ly
/usr/bin/perl /home/me/lilypond-2.8.4/buildscripts/out/help2man
out/convert-ly > out/convert-ly.1
help2man: can't get `--help' info from out/convert-ly
make[1]: *** [out/convert-ly.1] Error 1
make[1]: Leaving directory `/home/me/lilypond-2.8.4/scripts'
make: *** [all] Error 2

I readed messages, but I didn't see any solution.

Thank for answers,

Cheers,

--
   .---.  Ludovic RESLINGER
  / \
  [EMAIL PROTECTED]@./ Trumpet Student in CNR
  /`\_/`\ Free Software Developer
 // )X( \\
| \  :  )|_   _,'|   .''`.
/`\_`>  <_/ \ @==TTT=::_  |  : :'  :
\__/'---'\__/   ((_<=HHH___))   `.|  `. `'`
`---UUU---'=> `-







___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


About lilypond's build problem with debian

2006-07-19 Thread Ludovic RESLINGER
Hello,

I saw in archive some messages about a problem to build lilypond in
debian unstable. I think this is not a problem of python's version, because
I tested to build with python2.4 and python2.5, and the problem stay the
same:

chmod 755 out/convert-ly
/usr/bin/perl /home/me/lilypond-2.8.4/buildscripts/out/help2man
out/convert-ly > out/convert-ly.1
help2man: can't get `--help' info from out/convert-ly
make[1]: *** [out/convert-ly.1] Error 1
make[1]: Leaving directory `/home/me/lilypond-2.8.4/scripts'
make: *** [all] Error 2

I readed messages, but I didn't see any solution.

Thank for answers,

Cheers,

-- 
.---.  Ludovic RESLINGER
   / \
   [EMAIL PROTECTED]@./ Trumpet Student in CNR
   /`\_/`\ Free Software Developer
  // )X( \\
 | \  :  )|_   _,'|   .''`.
/`\_`>  <_/ \ @==TTT=::_  |  : :'  :
\__/'---'\__/   ((_<=HHH___))   `.|  `. `'`
 `---UUU---'=> `-


signature.asc
Description: Digital signature
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: making web

2006-07-19 Thread Erik Sandberg

On 7/19/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:

Erik Sandberg schreef:
> Hi,
>
> The attached patch makes 'make web' work for me! May I commit?
>
> Fixed issues:
> - problems related to -dgs-font-load: Some snippets work only if the
> flag is enabled, while others work only if it is disabled. Solution: Disable
> the flag, and add an explicit ly:set-option in the only relevant snippet.

this is not a solution, but symptom fixing. What's the problem you
encounter?


gs fails, I think it's the same problem as I had before. Happens e.g.
in regression/utf-8.ly.

Is it OK if I use patched makefiles locally for testing before
committing, instead of sending my patches to Graham?

Erik


___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: making web

2006-07-19 Thread Han-Wen Nienhuys

Erik Sandberg schreef:

Hi,

The attached patch makes 'make web' work for me! May I commit?

Fixed issues:
- problems related to -dgs-font-load: Some snippets work only if the 
flag is enabled, while others work only if it is disabled. Solution: Disable 
the flag, and add an explicit ly:set-option in the only relevant snippet.


this is not a solution, but symptom fixing. What's the problem you 
encounter?




- incorrect epstopdf command-line syntax


see cvs.


 LILYPOND_BOOK_INCLUDES = -I $(src-dir)/ -I $(outdir) -I $(input-dir) -I 
$(input-dir)/regression/ -I $(input-dir)/manual/ -I $(input-dir)/tutorial/ -I 
$(top-build-dir)/mf/$(outconfbase)/  -I $(top-build-dir)/mf/out/
-LILYPOND_BOOK_LILYPOND_FLAGS=-dgs-font-load
-LILYPOND_BOOK_FLAGS = --process="$(LILYPOND_BINARY) --backend=eps 
--formats=ps,png,pdf -deps-font-include -dgs-font-load --header=texidoc -I 
$(top-src-dir)/input/manual -dinternal-type-checking -ddump-signatures 
-danti-alias-factor=2 $(LILYPOND_BOOK_LILYPOND_FLAGS)"
+LILYPOND_BOOK_LILYPOND_FLAGS=
+LILYPOND_BOOK_FLAGS = --process="$(LILYPOND_BINARY) --backend=eps 
--formats=ps,png,pdf -deps-font-include --header=texidoc -I $(top-src-dir)/input/manual 
-dinternal-type-checking -ddump-signatures -danti-alias-factor=2 
$(LILYPOND_BOOK_LILYPOND_FLAGS)"



this is a bad idea. without -dgs-font-load, the OTF file is inserted 
into every EPS file, blowing the size of each system EPS to 140k.


--

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


making web

2006-07-19 Thread Erik Sandberg
Hi,

The attached patch makes 'make web' work for me! May I commit?

Fixed issues:
- problems related to -dgs-font-load: Some snippets work only if the 
flag is enabled, while others work only if it is disabled. Solution: Disable 
the flag, and add an explicit ly:set-option in the only relevant snippet.
- incorrect epstopdf command-line syntax

-- 
Erik
? .sconf_temp
? build-stamp
? context-unique.diff
? def-rel-music-funciton.diff
? delay-music-functions.diff
? exjobb.diff3
? fonts
? lib
? lilypond.kdevelop
? lilypond.kdevelop.pcs
? lilypond.kdevses
? optimized
? os
? ref1.diff
? ref2.diff
? repeat.diff
? scons.cache
? web-err
? web-out
? Documentation/out
? Documentation/out-www
? Documentation/bibliography/out
? Documentation/bibliography/out-www
? Documentation/misc/out
? Documentation/misc/out-www
? Documentation/pictures/out
? Documentation/pictures/out-www
? Documentation/topdocs/out
? Documentation/topdocs/out-www
? Documentation/user/out
? Documentation/user/out-www
? buildscripts/out
? buildscripts/out-www
? cygwin/out
? cygwin/out-www
? debian/out
? elisp/out
? elisp/out-www
? flower/out
? flower/out-scons
? flower/out-www
? flower/include/.sconsign
? flower/include/out
? flower/include/out-www
? input/Diagram1.dia.autosave
? input/les-nereides.pdf
? input/les-nereides.ps
? input/out
? input/out-www
? input/manual/out
? input/manual/out-www
? input/mutopia/out
? input/mutopia/out-www
? input/mutopia/E.Satie/out
? input/mutopia/E.Satie/out-www
? input/mutopia/F.Schubert/morgenlied.midi
? input/mutopia/F.Schubert/morgenlied.pdf
? input/mutopia/F.Schubert/morgenlied.ps
? input/mutopia/F.Schubert/out
? input/mutopia/F.Schubert/out-www
? input/mutopia/J.S.Bach/out
? input/mutopia/J.S.Bach/out-www
? input/mutopia/R.Schumann/out
? input/mutopia/R.Schumann/out-www
? input/mutopia/W.A.Mozart/out
? input/mutopia/W.A.Mozart/out-www
? input/no-notation/out
? input/no-notation/out-www
? input/no-notation/to-xml.pdf
? input/no-notation/to-xml.ps
? input/regression/chord-tremolo.pdf
? input/regression/chord-tremolo.ps
? input/regression/out
? input/regression/out-www
? input/template/out
? input/test/new
? input/test/out
? input/test/out-www
? input/tutorial/out
? input/tutorial/out-www
? kpath-guile/out
? kpath-guile/out-scons
? lily/On
? lily/busy-playing-listener.cc
? lily/foo.pdf
? lily/foo.ps
? lily/lilypond
? lily/lilypond.gdt
? lily/lilypond.gpr
? lily/out
? lily/out-scons
? lily/out-www
? lily/include/.sconsign
? lily/include/busy-playing-listener.hh
? lily/include/out
? lily/include/out-www
? ly/out
? ly/out-www
? make/out
? make/out-www
? mf/feta-alphabet11.600pk
? mf/feta-alphabet13.600pk
? mf/feta-alphabet14.600pk
? mf/feta-alphabet16.600pk
? mf/feta-alphabet18.600pk
? mf/feta-alphabet20.600pk
? mf/feta-alphabet23.600pk
? mf/feta-alphabet26.600pk
? mf/feta-braces-a.600pk
? mf/feta-braces-b.600pk
? mf/feta-braces-c.600pk
? mf/feta-braces-d.600pk
? mf/feta-braces-e.600pk
? mf/feta-braces-f.600pk
? mf/feta-braces-g.600pk
? mf/feta-braces-h.600pk
? mf/feta-braces-i.600pk
? mf/feta11.600pk
? mf/feta13.600pk
? mf/feta14.600pk
? mf/feta16.600pk
? mf/feta18.600pk
? mf/feta20.600pk
? mf/feta23.600pk
? mf/feta26.600pk
? mf/out
? mf/out-scons
? mf/out-www
? mf/parmesan11.600pk
? mf/parmesan13.600pk
? mf/parmesan14.600pk
? mf/parmesan16.600pk
? mf/parmesan18.600pk
? mf/parmesan20.600pk
? mf/parmesan23.600pk
? mf/parmesan26.600pk
? po/out
? po/out-www
? ps/out
? ps/out-www
? python/convertrules.pyc
? python/fontextract.pyc
? python/lilylib.pyc
? python/out
? python/out-www
? scm/out
? scm/out-www
? scripts/lilypond-book-36.py
? scripts/lilypond-book.py.new
? scripts/out
? scripts/out-www
? scripts/stat
? stepmake/out
? stepmake/out-www
? stepmake/bin/out
? stepmake/bin/out-www
? stepmake/bin/packagepython.pyc
? stepmake/stepmake/out
? stepmake/stepmake/out-www
? tex/out
? tex/out-www
? ttftool/out
? ttftool/out-scons
? ttftool/include/.sconsign
? ttftool/include/out
? vim/out
? vim/out-www
Index: Documentation/user/GNUmakefile
===
RCS file: /sources/lilypond/lilypond/Documentation/user/GNUmakefile,v
retrieving revision 1.116
diff -u -r1.116 GNUmakefile
--- Documentation/user/GNUmakefile	19 Jul 2006 00:38:25 -	1.116
+++ Documentation/user/GNUmakefile	19 Jul 2006 11:30:14 -
@@ -207,7 +207,7 @@
 	convert $< $@
 
 $(outdir)/%.pdf: %.eps
-	epstopdf $< $@
+	epstopdf $< --outfile=$@
 
 
 DEEP_HTML_FILES =\
Index: Documentation/user/advanced-notation.itely
===
RCS file: /sources/lilypond/lilypond/Documentation/user/advanced-notation.itely,v
retrieving revision 1.123
diff -u -r1.123 advanced-notation.itely
--- Documentation/user/advanced-notation.itely	26 Jun 2006 22:40:45 -	1.123
+++ Documentation/user/advanced-notation.itely	19 Jul 2006 11:30:15 -
@@ -492,6 +492,7 @@
 @code{font-name} property,
 
 @lilypond[fragment,verbatim]
+#(ly:set-option 'gs-font-load #t)
 {
   \override