Re: Guile 2 support

2013-12-31 Thread karl
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 --- Aspö Data Lilla Aspö 148 S

Re: Building Lilypond documentation

2014-01-02 Thread karl
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://lists.gnu.org

midi control done twice

2014-01-09 Thread karl
. 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.gnu.org/mailman/listinfo

Re: 3.0?

2014-01-09 Thread karl
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 --- Aspö Data Lilla Aspö 148 S-742 94 Östhammar

Re: 3.0?

2014-01-10 Thread karl
? 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.gnu.org/mailman

Re: 3.0?

2014-01-10 Thread karl
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 into that. Regards, /Karl Hammar

Re: 3.0?

2014-01-10 Thread karl
that LilyPond has the right context for that (I'm not talking of \context, but of things like key, time signature, transposition etc.)? If you are only interested in checking octaves and durations, the context doesn't matter too much. Regards, /Karl Hammar

Re: LilyPond-mode in Emacs

2015-10-18 Thread karl
ode falling victim to > David> bitrot on all platforms. > > David> Is that ok with people? > > Fine with me. ... Fine with me too. Regards, /Karl Hammar --

Re: Musicians prefer LilyPond scores, study finds

2015-12-18 Thread karl
hose who 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 Sweden +4

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

2016-01-25 Thread karl
gt; characters’ panel, where it might only require one click. But then > > they wouldn’t need text-replacements anyway. > > How should I (and James) interpret the silence here? Any more opinions? I'd welcome this smallish addition. Regards, /Karl Hammar

Re: guile-2.0 and debian

2016-11-25 Thread karl
ile-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 57 _

Re: Offer to help development: Convert MIDI to Lilypond

2016-12-28 Thread karl
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.gnu.or

Re: Offer to help development: Convert MIDI to Lilypond

2016-12-28 Thread karl
at 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 file, so that so

Re: Offer to help development: Convert MIDI to Lilypond

2016-12-26 Thread karl
y 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 are presently availbl

Re: Offer to help development: Convert MIDI to Lilypond

2016-12-26 Thread karl
e, 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 list lilypond-

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
ne source" 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/texinfo/manual/texinfo/h

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

2017-04-20 Thread karl
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 a melody} gv x

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

2017-04-22 Thread karl
ing} -> @ref{} @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 Da

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 lis

Re: Using/requiring Cairo

2017-06-24 Thread karl
ere 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 do have an editor. > I mean, how much is ps2pdf documente

Re: Using/requiring Cairo

2017-06-24 Thread karl
t 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/. Regards, /Karl

Re: Using/requiring Cairo

2017-06-24 Thread karl
irographics.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 more towards the c

Re: Using/requiring Cairo

2017-06-24 Thread karl
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", both have "commonly used toolkits

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
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. Regards, /Karl

Re: Using/requiring Cairo

2017-06-25 Thread karl
ies: http://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 __

Re: Using/requiring Cairo

2017-06-25 Thread karl
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 in PostScript. You are obviously not underst

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 21 $ tail log.make ;;; compiling /var/home/karl/Net/git/lilypond/out/share/lilypond

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 checking for working metafont mode

Re: The \\ construct for simultaneous voices

2009-09-07 Thread Karl Hammar
} } No voice in the \\ section gets any lyrics here. Regards, /Karl --- Karl HammarAspö Data k...@aspodata.se Lilla Aspö 148 Networks S-742 94

Re: Solution for including a file only once

2010-02-12 Thread Karl Hammar
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 necessary for easy things. Ack. Regards, /Karl

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

2010-04-29 Thread Karl Hammar
one could extend the c e g syntax to c 3 5. 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 http://lists.gnu.org/mailman

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

2010-04-30 Thread Karl Hammar
syntax) be useful: ... music ... d\tr\chord_major % -- d fis a in the current octave ... music ... Going this route, one could define whatever complex chord expressable in an ordinary ... Regards, /Karl Hammar ___ lilypond-devel mailing list

Re: Aligning single systems?

2010-05-07 Thread Karl Hammar
spacing demonstrates \paper { annotate-spacing = ##t }, where one can find numbers for bottom-of-extent and extent-estimate. As a workaround one could, if possible, set thoose two heights (with margins) to fixed values, then you'd only have to hand-tune it once. Regards, /Karl Hammar [1] git

Re: Aligning single systems?

2010-05-08 Thread Karl Hammar
\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

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
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 with it? Regards, /Karl

Re: Critical issues

2010-05-13 Thread Karl Hammar
that be 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 `make' targets. The output

Re: Critical issues

2010-05-14 Thread Karl Hammar
Carl Sorensen: On 5/13/10 1:11 PM, Karl Hammar k...@aspodata.se 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 redefining ly:tie

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 k...@aspodata.se 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 was not included

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

2010-05-15 Thread Karl Hammar
? Regards, /Karl Hammar [1] http://code.google.com/p/lilypond/issues/detail?id=881 ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

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.appspot.com

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 k...@aspodata.se 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. I wouldn't post a patch

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 k...@aspodata.se 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 21; make test-redo log 21 I very rarely use `make test-redo

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): * Initial test: make [-jX] make test-baseline make

contributors manual

2010-05-16 Thread Karl Hammar
? 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 lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

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 output-distance. . a diff of tree.gittext, showing Carls patch

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 attachment: tie-semi-single.png___ 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-devel

Re: critical issues

2011-01-01 Thread Karl Hammar
, 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. Could that be a lead? Regards, /Karl Hammar - Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46

Re: Black mensural notation

2011-01-04 Thread Karl Hammar
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!!! Regards, /Karl Hammar - Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46 173 140 57 ___ lilypond-devel

Re: Black mensural notation

2011-01-07 Thread Karl Hammar
-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 --- Aspö Data Lilla Aspö 148 S-742 94

Re: Openoffice import?

2011-06-05 Thread Karl Hammar
help... 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.gnu.org/mailman

Re: GOP-PROP 1: python formatting

2011-06-06 Thread Karl Hammar
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 about white space changes Regards, /Karl Hammar

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) Having set a policy about policy discussions

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

2011-06-09 Thread Karl Hammar
. *** ... 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/lilypond.git $ git fetch --depth 1 remote

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

2011-06-10 Thread Karl Hammar
your router route add default gw your router mss some value where mss = maximum segment size. A good first try is MTU - 80, see rfc-879 for details. Regards, /Karl Hammar --- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden

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

2011-07-05 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? Regards, /Karl Hammar

Re: Postscript printer errors with rounded barlines?

2011-07-21 Thread Karl Hammar
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, /Karl Hammar

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 k...@aspodata.se 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 on the stack

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 k...@aspodata.se wrote: ... After dup there is two blots, gt consumes one and setlinewidth the other. I'm sorry - I misunderstood; I thought you saw a problem with the code rather than the comments. No problem. I see

Re: Comand token too long?

2011-08-13 Thread Karl Hammar
locale. Maybe you have a locale with a sorting order where z comes before A. Regards, /Karl Hammar --- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46 173 140 57 ___ lilypond

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-z]:/)' egrep: Das Ende des angegebenen Intervalls ist nicht

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

2011-08-23 Thread Karl Hammar
::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 --- Aspö Data Lilla Aspö 148 S

Re: Moving away from make

2011-09-25 Thread Karl Hammar
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://turkos.aspodata.se/git

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/bin/perl /home/karl/most/music

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] chmod 755 out/convert-ly /usr/bin/perl /home/karl/most

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: Failed

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.gmane.org/gmane.comp.gnu.lilypond.devel/8996 Yes, but without any resolution

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/lilypond/mf/GNUmakefile,v retrieving revision 1.193.2.1 diff -u

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] Error 2 $ Does

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 lilypond

configure find wrong python path

2006-05-24 Thread Karl Hammar
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: *** [all] Error 2

Re: configure: readlink problem

2006-06-04 Thread Karl Hammar
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 anyway, so I'm all for a Python based solution. Patch

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 files. we rely on python anyway, so I'm all

Re: configure find wrong python path

2006-06-26 Thread Karl Hammar
systems with rotten shells? configure is about portability, why not keep the backticks? The same goes for shells with 32bit int arith. 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

Re: Some fixes to musicxml2ly

2006-09-16 Thread Karl Hammar
see many 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
--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
). * 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/ ./configure $ Regards /Karl

Re: GUILE-with-rational-bugfix

2007-01-03 Thread Karl Hammar
`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 ___ lilypond-devel mailing list lilypond-devel@gnu.org http

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). see install.txt There is no install.txt, and the INSTALL.txt I found does not mention it: At www.lilypond.org

makeinfo with utf-8 support

2007-01-03 Thread Karl Hammar
/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 patch ? AFAIK Texinfo does no character

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 example (if possible). Done. Regards /Karl

Re: LilyPond suggestions

2007-01-05 Thread Karl Hammar
\stopStaff s1 \startStaff b1 b \stopStaff s1 \startStaff a1 a \stopStaff } } } See staff-halfway.ly [1] in the regression tests. [1] http://lilypond.org/doc/v2.11/input/regression/lily-1a72868935.ly Regards /Karl

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 makeinfo with utf-8 support is, a patch ? AFAIK Texinfo does

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 styles. Right now we only have one

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 ? There you tell us how to do it. But perhaps more like the snippet respository

Melisma_translator obsolete?

2007-01-16 Thread Karl Hammar
) $ ??? Regards /Karl export LILY_SRC_DIR=$HOME/most/music/lilypond/git/lilypond lily_git() { $LILY_SRC_DIR/out/bin/lilypond --relocate $@ } ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

git problem

2007-01-21 Thread Karl Hammar
Does anybody have a solution for this problem? $ git-pull fatal: protocol error: bad line length character Fetch failure: git://git.sv.gnu.org/lilypond.git fatal: protocol error: bad line length character Failed to find remote refs No changes. Regards /Karl

Re: GIT pull error

2007-01-23 Thread Karl Hammar
-pull Fetching refs/heads/master from http://git.sv.gnu.org/r/lilypond.git using http got 6ba19b9f48c1ce10adb30a69557ce38b8a073785 walk 6ba19b9f48c1ce10adb30a69557ce38b8a073785 ... and things works again. Regards /Karl ___ lilypond-devel mailing

Re: Saying hello and considering my first contribution

2007-04-13 Thread Karl Hammar
the syntax rules for the record I might be able to help you. Will the archive be publically searchable or is just for thoose who have a subcription? Regards, /Karl --- Karl HammarAspö Data [EMAIL

Re: Bash completion strings

2007-04-23 Thread Karl Hammar
complete -f -X '!*.lytex' lilypond-book Regards, /Karl --- Karl HammarAspö Data [EMAIL PROTECTED] Lilla Aspö 2340Networks S-742 94 Östhammar

Inkscape needed for make web

2007-10-01 Thread Karl Hammar
Suggests attached patch. Regards, /Karl diff --git a/configure.in b/configure.in index 15a41e9..8c98e9a 100644 --- a/configure.in +++ b/configure.in @@ -176,6 +176,9 @@ STEPMAKE_GUILE(OPTIONAL) # perl for help2man. STEPMAKE_PERL(OPTIONAL) +# inkscape for make web, to generate svg-files

  1   2   >