Re: Using/requiring Cairo

2017-06-24 Thread karl
user to convert text to a set of glyph indexes and positions. This is a very hard problem and is best handled by external libraries, like the pangocairo that is part of the Pango text layout and rendering library. Pango is available from http://www.pango.org/.

Re: Using/requiring Cairo

2017-06-24 Thread karl
p://cairographics.org/ ... > I would suggest trying make a GUILE binding of sorts for Cairo, adding > that in parallel to existing GS support, and hacking untili you have > feature parity. Then drop the GS support, and migrate the cairo data > structures

Re: Using/requiring Cairo

2017-06-24 Thread karl
anical processing (like using "Tailor") than PostScript > generated from a general-purpose representation with commonly used > toolkits. ... Ok, stop bullshitting. Both ps and pdf are a "general-purpose representaion",

Re: Using/requiring Cairo

2017-06-24 Thread karl
gt; // > > Documentation > > > > There is currently very little documentation. > > // > > > > Soo, the computer-readability is a nice goal, but not so much > > attained. > > Well, there isn't a free lib for reading PostScript, is there? I d

Re: Using/requiring Cairo

2017-06-24 Thread karl
Werner: > >> "taking care of PostScript" is not related to converting LilyPond's > >> graphics internals to Cairo since LilyPond's graphics internals are > >> not written in PostScript. > > > > Ok, forget it then, you are not listeni

Re: Using/requiring Cairo

2017-06-25 Thread karl
offered my help to get it up to speed instead, but you didn't understand that since: > >> "taking care of PostScript" is not related to converting LilyPond's > >> graphics internals to Cairo since LilyPond's graphics internals are > >> not written

Re: GUB Ghostscript 9.21

2017-06-25 Thread karl
rds, /Karl Hammar --- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46 173 140 57 ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilyp

Re: Using/requiring Cairo

2017-06-25 Thread karl
ttp://git.geda-project.org/geda-gaf/ in commit be4ed1c509e9cd808222f7e32e6ee2e602f58662 Regards, /Karl Hammar --- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46 173 140 57 ___ lily

Re: Using/requiring Cairo

2017-06-25 Thread karl
David Kastrup: ... > I don't see myself able to deal with all potential icky graphics code in > LilyPond, and I don't see anybody else stepping up either. ... Just for the record, I'm interested in icky graphics code.

Re: Guile 2 support

2013-12-31 Thread karl
r adherence to R5RS and it also have a byte compiler which makes lazy binding troublesome. /// Peter Brett has a guide how to work with mult. guile versions: http://blog.peter-b.co.uk/2011/06/geda-and-guile-compiling-against.html Regards, /Karl Hammar -

Re: Building Lilypond documentation

2014-01-02 Thread karl
like the one you state. Regards, /Karl Hammar --- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46 173 140 57 ___ lilypond-devel mailing list lilypond-devel@gnu.org https://list

midi control done twice

2014-01-09 Thread karl
x27;control_change', 0, 0, 10, 64], ['control_change', 0, 0, 42, 0], ['control_change', 0, 0, 7, 100], ['note_on', 0, 0, 69, 90], ['note_on', 1536, 0, 69, 0], ] }), ] }); $ As seen by the out

Re: 3.0?

2014-01-09 Thread karl
.. Interpreting music... MIDI output to `01_kyrie.midi'... Success: compilation successfully completed real0m2.437s user0m1.652s sys 0m0.140s So running $ lilypond file.ly && timidity file.midi would probably solve your stated need. Regards, /Karl Hammar -

Re: 3.0?

2014-01-10 Thread karl
are possible for such a test mode ? Regards, /Karl Hammar --- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46 173 140 57 ___ lilypond-devel mailing list lilypond-devel@gnu.org

Re: 3.0?

2014-01-10 Thread karl
e, I found myself spending longer in > cleaning up the resulting LilyPond code than if I had just transcribed it > manually from the other program. ... What if the midi->lilypond conversion could be made better? I'm currently looking in

Re: 3.0?

2014-01-10 Thread karl
x27;ve thought about several times and that doesn't make the > issue so easy: > If you have a short segment of a score, say in a variable, how can you > guarantee that LilyPond has the right context for that (I'm not talking > of \context, but of things like key, time sig

Re: LilyPond-mode in Emacs

2015-10-18 Thread karl
de falling victim to > David> bitrot on all platforms. > > David> Is that ok with people? > > Fine with me. ... Fine with me too. Regards, /Karl Hammar --- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +4

Re: Musicians prefer LilyPond scores, study finds

2015-12-18 Thread karl
o ask for it. ... Isn't that a good reason to learn spanish ? But maybe this on is to heavy for a beginner. Regards, /Karl Hammar --- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Swed

Re: text-replacements: add ä and the like (issue 281470043 by simon.albre...@mail.de)

2016-01-25 Thread karl
sable state for languages like > > Swedish and German. And if somebody without ü on their keyboard wants > > to type in German lyrics, then ü is probably the easiest way to > > get it, unless they use an IDE like Frescobaldi, with a ‘Special > > characters’ panel, where it

Re: guile-2.0 and debian

2016-11-25 Thread karl
in/guile-config --version guile-config - Guile version 2.0.9 and putting v1.8.8 before v2.0.9 in the search patch doesn't help. Regards, /Karl Hammar --- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46 173 140 5

Re: Offer to help development: Convert MIDI to Lilypond

2016-12-26 Thread karl
, i.e. duble, half note values and such among other things. Regards, /Karl Hammar --- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46 173 140 57 ___ lilypond-devel mailing

Re: Offer to help development: Convert MIDI to Lilypond

2016-12-26 Thread karl
e output that midi2ly produces could be much better than what it is today. So I propose that a better course of action would be to research . what kind of lilypond code output you want to produce . the net for a suitable lowlevel midi lib . the net for alternative converters that a

Re: Offer to help development: Convert MIDI to Lilypond

2016-12-28 Thread karl
/git/musik/bin/midi_to_lilypond.tex Regards, /Karl Hammar --- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46 173 140 57 ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.g

Re: Offer to help development: Convert MIDI to Lilypond

2016-12-28 Thread karl
y.py > -- what types of quantization work best, or how to decide which > accidental to use, etc. Once we have the basics working, Joe may > want to investigate more advanced techniques. That is why I started on the tex f

Re: help with bash script to translate @ref{} items in translated manuals

2017-04-20 Thread karl
]} for (( ix=0; ix < $len; ix++ )) do read NODE printf "%4d: %s %s\n" $ix "${org[ix]}" "$NODE" done $ ./tt | head -5 a d 0: @ref{Accidentals} a d cd g 1: @ref{Align} cd g gv 2: @ref{Aligning lyrics to

Re: help with bash script to translate @ref{} items in translated manuals

2017-04-21 Thread karl
rg < tmpfile > > > > len=${#org[@]} > > for (( ix=0; ix < $len; ix++ )) > > do > > read NODE > > printf "%4d: %s %s\n" $ix "${org[ix]}" "$NODE" > > done > > Unfortunately this script hangs forever. ... It is e

Re: help with bash script to translate @ref{} items in translated manuals

2017-04-21 Thread karl
rce" msgstr "" Maybe that could be put to use. I don't know if it is up to speed yet, but have a look at http://po4a.alioth.debian.org/man/man7/po4a.7.php There is some talk about texinfo and gettext in: https://www.gnu.org/software/texin

Re: help with bash script to translate @ref{} items in translated manuals

2017-04-22 Thread karl
ef{} @ref{Why work so hard?} -> @ref{} @ref{Automated engraving} -> @ref{} $ Regards, /Karl Hammar --- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46 173 140 57 #!/usr/bin/perl -w use strict; use Data::D

Re: The \\ construct for simultaneous voices

2009-09-07 Thread Karl Hammar
e g' { g4 << g \\ d >> g2 } } \addlyrics{ a b c } } No voice in the << \\ >> section gets any lyrics here. Regards, /Karl --- Karl HammarA

Re: unsafe caching of .fmt files

2020-03-08 Thread Karl Berry
AR to a per-process directory. But then every TeX run will need to create its own .fmt, which sounds like an awful waste of time. --best, karl.

Re: Solution for including a file only once

2010-02-12 Thread Karl Hammar
read would be the ability to \include thoose blocks. > 2) ... ... > I think it should be as easy and straightforward to use to a non-programmer > as > possible, while allowing more complex use without making easy things harder > than necess

Re: Why don't we get rid of \chordmode?

2010-04-29 Thread Karl Hammar
xtend the syntax to . Regards, /Karl Hammar - Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46 173 140 57 ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Why don't we get rid of \chordmode?

2010-04-29 Thread Karl Hammar
Graham: ... > OTOH, what about doing something like this: > c\maj > c\dim > c\chord #'(1 4 5) > c\chord #'(1 3 5 7 11) I like this. Regards, /Karl Hammar ___ lilypond-devel mailing list lilypond-devel@gnu.org htt

Re: Why don't we get rid of \chordmode?

2010-04-30 Thread Karl Hammar
The chords are easily defined, we don't need any special syntax for that (like \chordmode): chord_major = \relative c { } \translate below does not work since the "d" is not relative the previous music: ... music ... \translate c d \chord_major ... music ... Could somethi

Re: Aligning single systems?

2010-05-07 Thread Karl Hammar
hts (with margins) to fixed values, then you'd only have to hand-tune it once. Regards, /Karl Hammar [1] git://turkos.aspodata.se/musik.git ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Aligning single systems?

2010-05-08 Thread Karl Hammar
Notes 4 \unHideNotes } \markuplines { \justified-lines { "some text" \vcenter \score { { \range e''' } \layout { } } "more text" \vcenter \score { { \range c } \layout { } } } } Regards, /Karl Hammar ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Critical issues

2010-05-12 Thread Karl Hammar
Graham complaind about 10 critical issues in the last lilypond report. *** Issue 815: Enhancement: AJAX-powered search auto-completion for the online documentation Why is this a critical issue for the lilypond release? *** Issue 1080: Regression: bar lines in double bar are positioned too cl

Where is the bug tracker?

2010-05-12 Thread Karl Hammar
Wouldn't it be nice to have a link to the bug tracker from http://lilypond.org/devel/ Regards /Karl Hammar ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Critical issues

2010-05-13 Thread Karl Hammar
. The output of the regression tests is also automatically So, what targets? The targets test* seems to have something with the regression directory to do, but I don't understand how to do a comparision to a known good set. . Do we have a known good set? . If so, how do I compare current output

Re: Critical issues

2010-05-13 Thread Karl Hammar
critical for the release ? Regards, /Karl ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Critical issues

2010-05-13 Thread Karl Hammar
Graham: > On Thu, May 13, 2010 at 10:06:45AM +0200, Karl Hammar wrote: > > How do one do a regtest? > > Regression check; by compiling stuff. > > > 8.1 Introduction to regression tests > > > > The regression tests are automatically compiled using special

Re: Critical issues

2010-05-13 Thread Karl Hammar
Carl Sorensen: > On 5/13/10 1:11 PM, "Karl Hammar" wrote: ... > > But if I already have a known good result from the code tracker, > > how do I compare it with the new result? > > What do you mean by "if I already have a known good result from the code >

Re: Critical issues

2010-05-13 Thread Karl Hammar
Carl Sorensen: > On 5/13/10 2:08 PM, "Karl Hammar" wrote: ... > > In http://code.google.com/p/lilypond/issues/detail?id=1080 there is a > > grace-start-good.png . ... > IIUC, Neil's patch was already demonstrated to meet issue 1. But issue 2 > was not yet c

Re: Critical issues

2010-05-14 Thread Karl Hammar
Carl Sorensen: > On 5/13/10 1:11 PM, "Karl Hammar" wrote: ... > make test-baseline ... > make check ... Ok, done that. With the guidance from http://code.google.com/p/lilypond/issues/detail?id=881: I can't explain why, but making the print function pure by redefini

Issue 881 Arpeggios may collide with laissezVibrer ties (was Re: Critical issues)

2010-05-14 Thread Karl Hammar
Carl Sorensen: > On 5/14/10 7:01 AM, "Karl Hammar" wrote: > > Carl Sorensen: ... > You also need to redefine the 'stencil for laissez-vibrez tie in > scm/define-grobs.scm. ... I can help with doning the regression test. Second-guessing what Niels patch was about

Re: Issue 881 Arpeggios may collide with laissezVibrer ties (was Re: Critical issues)

2010-05-15 Thread Karl Hammar
brer r4 \laissezVibrer r \laissezVibrer r 4.\laissezVibrer r % here we get a bar check failure In Documentation/snippets/laissez-vibrer-ties.ly we have a r8 at that point, otherwise thoose two are basically the same. What was the point of having a bar check failure in the regressi

Issue 915 Multi-measure rests dependent on prefatory matter in other staves

2010-05-15 Thread Karl Hammar
. The comment gives no help for what override to use. Since this regression is considered "critical", should not the default be for 2.11.27 behaviour instead of 2.11.28 or later ? Regards, /Karl Hammar [1] http://code.google.com/p/lilypond/issues/detail?id=915 [2] http://codereview.a

Re: Issue 915 Multi-measure rests dependent on prefatory matter in other staves

2010-05-15 Thread Karl Hammar
Neil Puttock: > On 15 May 2010 09:58, Karl Hammar wrote: > > Patching with [3] (see [2]) still gives something (see attachment) > > more like rest-2.12.png in [1], i.e. it was not fixed. > > You must've done something wrong when applying the patch/rebuilding. >

Re: Issue 915 Multi-measure rests dependent on prefatory matter in other staves

2010-05-16 Thread Karl Hammar
Neil Puttock: > On 15 May 2010 14:37, Karl Hammar wrote: > > git-pull > > wget http://codereview.appspot.com/download/issue931041_1.diff > > patch -p1 < issue931041_1.diff --dry-run > > patch -p1 < issue931041_1.diff > > make > log 2>&1; make t

Re: Issue 915 Multi-measure rests dependent on prefatory matter in other staves

2010-05-16 Thread Karl Hammar
Karl Hammar: > Neil Puttock: ... > > I basically do what Carl outlined in the other thread: > > > > make test-baseline > > > > git apply issue931041_1.diff > > > > make check > > The contributor manual says (3.6.3.1): > >* Init

contributors manual

2010-05-16 Thread Karl Hammar
e check" after test-baseline serve any purpose ? What is the purpose for "test-redo", is it there to test changes in the regression test files themselves, and only that ? Regards, /Karl Hammar ___ lilypond-devel mailing list lilypon

Re: Issue 881 Arpeggios may collide with laissezVibrer ties (was Re: Critical issues)

2010-05-17 Thread Karl Hammar
- This is a multipart MIME message. Karl Hammar: > Carl Sorensen: > ... > > I've posted a patch on Rietveld. Can you do the > > regression test? > > http://codereview.appspot.com/1195044 > > After a make test-redo I get: > > . the "mandatory" o

Re: Issue 881 Arpeggios may collide with laissezVibrer ties (was Re: Critical issues)

2010-05-17 Thread Karl Hammar
And here comes the test-baseline file. Regards, /Karl Hammar <>___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: sustainable development in LilyPond

2010-08-03 Thread Karl Hammar
Graham: ... > http://percival-music.ca/blog/2010-08-01-sustainable-development.html ... Thank you for the slides, I liked them. Regards, /Karl Hammar - Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46 173 140 57 ___ lilypond-de

Re: critical issues

2011-01-01 Thread Karl Hammar
k music archival", or "high-quality, specialized music > notation", or "educational software for cheap 3rd-world donated > computers", I could imagine getting a grant. In Uppsala there is one person at the music institution who is interested in Schenker analysis. Coul

Re: Suggestions for participating institutions?

2013-03-26 Thread Karl Hammar
" (note. eu defines an industry as something that manuf. phycical goods, no I don't have the ref. handy) partner, tought I have a company that have been involved in typesetting for pay. And I don't know if I can get any interest from the Univ. (they used Sibelius a few years ago) or t

Re: Moving away from make

2011-09-25 Thread Karl Hammar
I've made two scripts depend_ly and depen_tex [1] which finds out what depends on what (think gcc -M), and make [2] takes care of the rest. Would it be good to make lilypond print out a files dependancies like gcc? Regards, /Karl Hammar [1] http://turkos.aspodata.se/git/musik/bin/ [2] http:/

ice-9/psyntax.scm:1417:32: Syntax error:

2012-03-10 Thread Karl Hammar
Do anyone have a clue what to do about this error: $ git describe release/2.15.33-1-4-gb04051d $ ./autogen.sh > http://turkos.aspodata.se/tmp/log.autogen.sh $ make all > http://turkos.aspodata.se/tmp/log.make 2>&1 $ tail log.make ;;; compiling /var/home/karl/Net/git/lilypond/out/s

Re: ice-9/psyntax.scm:1417:32: Syntax error:

2012-03-10 Thread Karl Hammar
David: > k...@aspodata.se (Karl Hammar) writes: > > Do anyone have a clue what to do about this error: ... > > $ ./autogen.sh > http://turkos.aspodata.se/tmp/log.autogen.sh ... > Guilev2 is not supported yet. What does autoconf tell? $ grep -iC2 guile log.autogen.sh

Re: Black mensural notation

2011-01-04 Thread Karl Hammar
es bes", it should be only one b-flat sign? And the b-flat sign could be displaced horisontally to the left as in gregorian chant? The rests looks a little thick in section 1.4 in the pdf. Wery nice, I'm very happy to see this!!! Regar

Re: Black mensural notation

2011-01-07 Thread Karl Hammar
141.96.221.173.in-addr.arpa domain name pointer cas-ftl1.datacore.com. $ But cas-ftl1.datacore.com doesn't poin back to the same number: $ host cas-ftl1.datacore.com. cas-ftl1.datacore.com has address 205.237.192.88 $ Regards, /Karl Hammar

Re: Openoffice import?

2011-06-05 Thread Karl Hammar
o eps -> svg, can that be of any help... Regards, /Karl Hammar --- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46 173 140 57 ___ lilypond-devel mailing list lilypond-deve

Re: GOP-PROP 1: python formatting

2011-06-06 Thread Karl Hammar
. If you really care about this, provide a pretty printer instead, and stipulate that all code should go through that. I propose instead: . Don't ever provide patches whith white space changes (in the code) unless the patch is only abo

Re: GOP-PROP 1: python formatting

2011-06-06 Thread Karl Hammar
Graham: > On Mon, Jun 06, 2011 at 10:58:11AM +0200, Karl Hammar wrote: > > Graham: > > > (this proposal will be rushed because nobody will argue against > > > it. Initial discussion 6 June, summary and tentative decision 8 > > > June, implementation 10 June)

Re: No more releases: savannah sometimes does not like git fetch --depth

2011-06-09 Thread Karl Hammar
NNOT MAKE ANY MORE LILYPOND RELEASES. *** ... Works here (turkos.aspodata.se): $ mkdir new-lilypond-dir $ cd new-lilypond-dir $ git init Initialized empty Git repository in /var/home/karl/new-lilypond-dir/.git/ $ git config core.bare false $ git remote add -t master origin git://git.sv.gnu.org/lilypon

Re: No more releases: savannah sometimes does not like git fetch --depth

2011-06-10 Thread Karl Hammar
ough that route. This can be set with route del default gw route add default gw mss where mss = maximum segment size. A good first try is MTU - 80, see rfc-879 for details. Regards, /Karl Hammar

Re: GOP-PROP 3 - C++ formatting (probable decision)

2011-07-04 Thread Karl Hammar
Graham: ... > ** Eliminate tabs > > I'm going to make the bold step of assuming that we will eliminate > tabs in all C++ files. ... That implies that tabs in strings should be replaced with \t, is that what you want? Rega

Re: Postscript printer errors with rounded barlines?

2011-07-21 Thread Karl Hammar
You don't seem to use this, why defining it? +/draw_box % width height x y +{ rmoveto % w h currentpoint % w h x1 y1 4 2 roll % x1 y1 w h 4 copy rectfill - rectstroke } bind def Regards, /Kar

Re: Postscript printer errors with rounded barlines?

2011-07-21 Thread Karl Hammar
Han-Wen Nienhuys: > On Thu, Jul 21, 2011 at 8:11 AM, Karl Hammar wrote: > > Han-Wen Nienhuys: > >> Werner, can you have a look at http://codereview.appspot.com/4819041 ? > > There is no blot on the stack below (as indicated by the comment), > there is; the dup puts it

Re: Postscript printer errors with rounded barlines?

2011-07-22 Thread Karl Hammar
Han-Wen Nienhuys: > On Thu, Jul 21, 2011 at 12:31 PM, Karl Hammar wrote: ... > > After "dup" there is two "blot"s, "gt" consumes one and "setlinewidth" > > the other. > > I'm sorry - I misunderstood; I thought you saw a probl

Re: Comand token too long?

2011-08-13 Thread Karl Hammar
27;z:/' | egrep '^(/|[A-z]:/)' z:/ $ echo 'bin/' | egrep '^(/|[A-z]:/)' $ egrep --version | head -1 GNU grep 2.6.3 $ echo $LANG C $ [A-z] is a valid range in the C locale. Maybe you have a locale with a sorting

Re: Comand token too long?

2011-08-14 Thread Karl Hammar
Reinhold Kainhofer: > Am Sunday, 14. August 2011, 03:36:05 schrieb Karl Hammar: > > Works here: > Doesn't work here on a German Kubuntu system: ... > > $ echo $LANG > > C > $ echo $LANG > de_AT.UTF-8 $ LANG=de_AT.UTF-8 $ echo 'z:/' | egrep '^(/|[A

Re: What's the deal with String_convert::reverse?

2011-08-23 Thread Karl Hammar
62,7 @@ String_convert::to_lower (string s) } string -String_convert::reverse (string s) +String_convert::reverseX (string s) { return (char *) memrev ((unsigned char *)s.data (), s.length ()); } Regards, /Karl Hammar --

Re: [OT] How do you configure your keyboard for programming?

2006-01-31 Thread Karl Hammar
e that lets me press alt or alt-gr to set the 8th bit. That gives me all latin1 characters. Regards, Karl 1: http://aspodata.se/aspo/xmodmap.us ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

configure does not check for python version >=2.4

2006-05-11 Thread Karl Hammar
Running whith e.g python 2.3.5 gives me: $ make ... make[1]: Entering directory `/home/karl/most/music/lilypond/head/scripts' cat convert-ly.py | sed -e '#' -e '[EMAIL PROTECTED]@!/bin/sh!g' -e '[EMAIL PROTECTED] chmod 755 out/convert-ly /usr/

Re: configure does not check for python version >=2.4

2006-05-11 Thread Karl Hammar
> > Running whith e.g python 2.3.5 gives me: > > $ make > ... > make[1]: Entering directory `/home/karl/most/music/lilypond/head/scripts' > cat convert-ly.py | sed -e '#' -e '[EMAIL PROTECTED]@!/bin/sh!g' -e > '[EMAIL PROTECTED

MergeKern: Failed to find kern info in file

2006-05-11 Thread Karl Hammar
(Current cvs) $ make ... make[1]: Entering directory `/home/karl/most/music/lilypond/head/mf' /usr/bin/fontforge -script ../buildscripts/pfx2ttf.fontforge /usr/X11R6/l... Copyright (c) 2000-2005 by George Williams. Executable based on sources from 12:08 5-Dec-2005. MergeKern: F

Re: configure does not check for python version >=2.4

2006-05-12 Thread Karl Hammar
> Hi, > > On Fri, 12 May 2006, Karl Hammar wrote: > > > > make: *** [all] Error 2 > > > > > > Which fails due to missing module subprocess. > > > It was introduced recently: > > And it was discussed recently: > > http://article.gm

lilypond 2.8 make fails

2006-05-22 Thread Karl Hammar
Patch in attachment. Building lilypond 2.8 (from todays cvs), make fails: $ ./configure checking build system type... i686-pc-linux-gnu checking Package... LILYPOND ... checking for mftrace... mftrace checking mftrace version... 1.2.4 ... $ make cd /home/karl/most/music

Re: lilypond 2.8 make fails

2006-05-22 Thread Karl Hammar
> Karl Hammar schreef: > > Patch in attachment. > > Building lilypond 2.8 (from todays cvs), make fails: > > > > > Index: mf/GNUmakefile > > === > > RCS file: /sources/lilypond/lilypon

lilypond 2.8, make fails, NCSB_SOURCE_FILES

2006-05-22 Thread Karl Hammar
$ ./configure; make ... make[1]: Entering directory `/home/karl/most/music/lilypond/2.8/mf' make[1]: *** No rule to make target [EMAIL PROTECTED]@', needed by `out/CenturySchL-Ital.otf'. Stop. make[1]: Leaving directory `/home/karl/most/music/lilypond/2.8/mf' make: *** [all]

out/bin/*.ly ?

2006-05-24 Thread Karl Hammar
What is the meaning of *.ly which point to nothing below ? $ ls -l out/bin/ total 0 lrwxrwxrwx 1 karl users 22 May 22 17:57 *.ly -> ../../scripts/out/*.ly lrwxrwxrwx 1 karl users 28 May 22 17:57 convert-ly -> ../../scripts/out/convert-ly lrwxrwxrwx 1 karl users 23 May 22 17:57 li

configure find wrong python path

2006-05-24 Thread Karl Hammar
ule named subprocess make[2]: *** [out/lilypond.nexi] Error 1 make[2]: Leaving directory `/home/karl/most/music/lilypond/head/Documentation/user' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/karl/most/music/lilypond/head/Documentation' make: ***

Re: configure: readlink problem

2006-06-04 Thread Karl Hammar
oblem comes later, somewhere else when we want the afm file. Currently lilypond assumes it is in the same directory as the pfb file. Since configure does not test for readlink it is perhaps a bad choise, the alternative would be to use a shell or python script or if someone comes up with a good way to find the afm files. Regards, /Karl ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: configure: readlink problem

2006-06-05 Thread Karl Hammar
> Karl Hammar schreef: > > > > Since configure does not test for readlink it is perhaps a bad choise, > > the alternative would be to use a shell or python script or if someone > > comes up with a good way to find the afm files. > > we rely on python anyw

Re: configure: readlink problem

2006-06-05 Thread Karl Hammar
[EMAIL PROTECTED]: > > Karl Hammar schreef: > > > > > > Since configure does not test for readlink it is perhaps a bad choise, > > > the alternative would be to use a shell or python script or if someone > > > comes up with a good way to find the afm fi

Re: configure find wrong python path

2006-06-26 Thread Karl Hammar
> pps: I *only* tested the configure step yet. No idea wether it will > actually build and run. ... It builds and runs ok (using debian v3.1). Regards, /Karl ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Some fixes to musicxml2ly

2006-09-16 Thread Karl Hammar
y breves and longas today), then -math.log(2 - factor) / math.log(2) more or less reduces to a near constant -1. Is that your intention, or am I reading your code false? I assume that duration is the lenght of a note, like whole note is 1, a quater note is 1/4, ... Regards, /Karl ---

Re: `Vera Bold' replaced by `AlbanyAMT-Bold'

2006-11-06 Thread Karl Hammar
ot;Roman" $ fc-match courie Bitstream-Vera-Sans.ttf: "Bitstream Vera Sans" "Roman" $ fc-match courier cour.pfa: "Courier" "Regular" $ fc-match --version fontconfig version 2.4.1 Seems that vera is something of a default over here. Regards, /Karl ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: GUILE-with-rational-bugfix

2007-01-03 Thread Karl Hammar
) (version 1.12 or newer). * GUILE (http://www.gnu.org/software/guile/guile.html) (version 1.8.0 or newer). -- export GUILE=guile-1.6 export GUILE_CONFIG=guile-1.6-config export PKG_CONFIG_PATH=/sw/lib/freetype219/lib/pkgconfig/:/sw/lib/fontconfig2/lib/pkgconfig/ ./conf

Re: GUILE-with-rational-bugfix

2007-01-03 Thread Karl Hammar
+1-4_i386.deb'. dpkg-deb: building package `guile-1.8-libs' in `../guile-1.8-libs_1.8.1+1-4_i386.deb'. make[1]: Leaving directory `/home/karl/most/music/lilypond/guile-1.8-1.8.1+1' $ ./autogen.sh works for me now. Regards /Karl __

Re: GUILE-with-rational-bugfix

2007-01-03 Thread Karl Hammar
> Karl Hammar wrote: > > >[EMAIL PROTECTED]: > > > > > >>Rune Zedeler escreveu: > >> > >> > >>>Where can the famous patch be found? > >>>(Unable to compile latest guile-cvs). > >>> > >>>

makeinfo with utf-8 support

2007-01-03 Thread Karl Hammar
support is, a patch ? Regards /Karl ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: makeinfo with utf-8 support

2007-01-04 Thread Karl Hammar
[EMAIL PROTECTED]: > Le jeudi 04 janvier 2007 à 00:33 +0100, Karl Hammar a écrit : > > Hmm, when building I get: > > > > out/lilypond.nexi:62: warning: unrecognized encoding name `utf-8'. ... > > Does anybody know where the makeinfo with utf-8 support is, a pa

Re: makeinfo with utf-8 support

2007-01-04 Thread Karl Hammar
[EMAIL PROTECTED]: > > Tried cvs version [1] of texinfo/makeinfo > > > > $ makeinfo --version > > makeinfo (GNU texinfo) 4.8.90 > > > > But the warning persist. Well, never mind. > > Please report this to bug-texinfo, together with a small exam

Re: LilyPond suggestions

2007-01-05 Thread Karl Hammar
taff a1 a \stopStaff } } \new Staff { \relative c' { \clef alto c1 c \stopStaff s1 \startStaff b1 b \stopStaff s1 \startStaff a1 a \stopStaff } } >> } See staff-halfway.ly [1] in the regression tests. [1]

Re: makeinfo with utf-8 support

2007-01-08 Thread Karl Hammar
> [EMAIL PROTECTED]: > > Le jeudi 04 janvier 2007 à 00:33 +0100, Karl Hammar a écrit : > > > Hmm, when building I get: > > > > > > out/lilypond.nexi:62: warning: unrecognized encoding name `utf-8'. > ... > > > Does anybody know where the mak

Styles [Was Re: Barline scans]

2007-01-08 Thread Karl Hammar
[moving this from bug-lilypond] [EMAIL PROTECTED]: > Karl Hammar wrote: > > Maybe we should have a "my style" section in the doc. > > Like section 4.3 Style sheets ? There you tell us how to do it. But perhaps more like the snippet respository, examples of different s

Re: Styles [Was Re: Barline scans]

2007-01-09 Thread Karl Hammar
[EMAIL PROTECTED]: > Karl Hammar wrote: > > [moving this from bug-lilypond] > > > > [EMAIL PROTECTED]: > >> Karl Hammar wrote: > >>> Maybe we should have a "my style" section in the doc. > >> Like section 4.3 Style sheets ? >

Re: Lilypond font design

2007-01-16 Thread Karl Hammar
etter. Is any who knows how to include tex's yfrak frakture fonts? Regards, /Karl ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

  1   2   >