e g' { g4 << g \\ d >> g2 }
}
\addlyrics{ a b c }
}
No voice in the << \\ >> section gets any lyrics here.
Regards,
/Karl
-------
Karl HammarA
ary for easy things.
Ack.
Regards,
/Karl
-------
Karl HammarAspö Data k...@aspodata.se
Lilla Aspö 148 Networks
S-742 94 Östhammar +46 173 140 57 Computers
S
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
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
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
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
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
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
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
Issue 881: Arpeggios may collide with laissezVibrer ties
According to the bug tracker, v2.11.19's output is what to aim for.
Neil gave the fix:
(define-public (laissez-vibrer::print grob)
(ly:tie::print grob))
(then add laissez-vibrer::print to pure-print-callbacks)
But he has not done a re
Issue 815: Enhancement: AJAX-powered search auto-completion for the online
documentation
Issue 1038: more technical website items
Theese two seem to be related to the web site, not to the released
software. I can understand that it can be critical for the official
site, but how can that be cri
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
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
>
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
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
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
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
. 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
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.
>
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
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
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
-
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
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
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
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
" (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
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:/
In procedure expand-macro:
ice-9/psyntax.scm:1417:32: Syntax error:
unknown location: source expression failed to match any pattern in form when
make[1]: *** [out/internals.texi] Error 1
make[1]: Leaving directory `/var/home/karl/Net/git/lilypond/Documentation'
make: *** [all] Error 2
$
Reg
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
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
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
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
. 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
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)
it.sv.gnu.org/lilypond
* [new branch] master -> origin/master
$
Regards,
/Karl Hammar
---
Aspö Data
Lilla Aspö 148
S-742 94 Östhammar
Sweden
+46 173 140 57
___
lilypond-
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
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
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
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
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
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
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
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
--
> On Sunday 29 January 2006 23.46, Pedro Kröger wrote:
> >
> > 2. don't use deadkeys (but how do you write accents in your language?)
> >
> > 3. switch keyboard maps
>
> I usually use US keyboard, but where one key (the "menu" key) is bound to
> switch layouts between Swedish and US.
>
> Before
/configure
...
config.status: creating config.hh
ERROR: Please install required programs: python2.3 >= 2.4 (installed: 2.3)
Python.h (python-devel, python-dev or libpython-dev package)
See INSTALL.txt for more information on how to build LilyPond
Regards,
/Karl
---
t;= 2.4 (installed: 2.3)
> Python.h (python-devel, python-dev or libpython-dev package)
>
> See INSTALL.txt for more information on how to build LilyPond
Hm, configure.in seems better suited for that change than
stepmake/aclocal.m4.
Changelog:
2006-05-12 Karl Hammar <[EMAIL PROTECT
the
"./configure --with-ncsb-dir=..." case.
2006-05-12 Karl Hammar <[EMAIL PROTECTED]>
* configure.in: resolve symlinks for pfb-files, to be able to
find its afm file.
Regards,
/Karl
-------
Ka
> 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
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/lilypond
> Karl Hammar schreef:
> > Patch in attachment.
> > Building lilypond 2.8 (from todays cvs), make fails:
>
> >
> > Index: mf/GNUmakefile
> > ===
> > RCS file: /sources/lilypond/lilypon
$ ./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 not
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 -> ../
Given:
$ ls -l /usr/bin/python*
lrwxrwxrwx 1 root root 9 May 24 15:51 /usr/bin/python -> python2.3
-rwxr-xr-x 1 root root 958764 Mar 6 11:32 /usr/bin/python2.3
-rwxr-xr-x 1 root root 1024460 Apr 23 01:34 /usr/bin/python2.4
configure will report wrong path of python:
$ ./conf
> Hi,
>
> I'm trying to build lilypond on freebsd 6.1, mostly on a whim.
> ./configure complains that
> ...
> readlink: illegal option -- f
> usage: readlink [-n] [file ...]
> ...
>
> This is called in only one place,
>
>if test "$FCMATCH" != ""; then
> for style in Roman Italic "Bold
> 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
[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
[EMAIL PROTECTED]:
...
> Unfortunately, configure completely bails out then using something like
>
> $ PYTHON=/usr/local/bin/python2.4 ./configure ...
>
> The problem is in STEPMAKE_GETVERSION, since it takes the first
> line that looks like it contains a version number of the output
> from [Pat
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
---
Werner:
> > > Hmm. What do you get with fc-match? Just for comparison purposes.
> > [EMAIL PROTECTED] lilypond]$ fc-match Vera
> > DejaVuLGCSans.ttf: "DejaVu LGC Sans" "Book"
> Ah, ok, so you also don't get `Vera'. This is good to know.
...
Don't be too happy:
$ fc-match Vera
Bitstream-Ver
[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:
$ git-pull
remote: Generating pack...
...
rename input/{no-notation
> Rune Zedeler <[EMAIL PROTECTED]> writes:
> > Where can the famous patch be found?
...
> http://lilypond.org/vc/gub.darcs/patches/guile-1.8-rational.patch
...
Got the patch and build debian guile debs for i386.
If anybody would need them, they are available at:
http://kalle.csb.ki.se/pub/l
> Karl Hammar wrote:
>
> >[EMAIL PROTECTED]:
> >
> >
> >>Rune Zedeler escreveu:
> >>
> >>
> >>>Where can the famous patch be found?
> >>>(Unable to compile latest guile-cvs).
> >>>
> >>>
Hmm, when building I get:
out/lilypond.nexi:62: warning: unrecognized encoding name `utf-8'.
out/lilypond-internals.nexi:10: warning: unrecognized encoding name `utf-8'.
out/music-glossary.nexi:6: warning: unrecognized encoding name `utf-8'.
out/INSTALL.texi:6: warning: unrecognized encoding
[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
[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
_
[EMAIL PROTECTED]:
> Jesse Engle wrote:
> >
> > 4.) There is no way to create an entire page of exercises (a feature
> > that would be incredibly useful for music teachers such as myself)
> > like this:
> >
> > http://jengle.waferbaby.com/tmp/lp/exercises.png
> Actually, you could do this too wit
> [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
[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
[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 ?
>
[EMAIL PROTECTED]:
> I was wondering if I could start some contribution to the medieval
> notation support via redesigning the fonts that in my opinion don't look
> very good. Especially referring to the mensural notehead style (I think
...
Great!
Is your goal, like Guthenburg, to make a few e's
>From Documentation/misc/ChangeLog-2.10:
2006-08-02 Erik Sandberg <[EMAIL PROTECTED]>
...
* ly/declarations-init.ly: change melisma/melismaEnd. Eliminates
ManualMelismaEvent, and obsoletes Melisma_translator.
So what should be done with:
$ lily_git -I input/manual input/tes
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
_
[EMAIL PROTECTED]:
> Sorry. Now I actually checked: the url is
>
> http://git.sv.gnu.org/r/lilypond.git
>
> (Note that not only "http://"; is new, but also "/r/").
Ok, so I update this file:
$ grep URL .git/remotes/origin
URL: http://git.sv.gnu.org/r/lilypond.git
$
in my local copy,
ond.org/easier-editing.html
perhaps you could simply add the others to that page.
Regards,
/Karl Hammar
---
Aspö Data
Lilla Aspö 148
S-742 94 Östhammar
Sweden
+46 173 140 57
___
li
Git.
Github isn't plain git either.
I'm perfectly fine with git and email, your requirments might differ
from mine.
///
I don't know about github, but I wouldn't be surprised if their rules
would be something that I wouldn't accept. You might be more liberal
in what you tol
/
>
> I would like to convert this to Lily textual notation so that Lily
> can then reproduce it in musical notation so regular users of the web
> catalogue can just click a link and run this up into Lilypond. My
...
If you provide the syntax rules for the record I might be able
omplete -f -X '!*.ly' lilypond
complete -f -X '!*.lytex' lilypond-book
Regards,
/Karl
-------
Karl HammarAspö Data [EMAIL PROTECTED]
Lilla Aspö 2340
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
+STEP
When running
$ make web > log 2>&1
i get:
./fdl.pdftexi:371: Undefined control sequence.
SUPPLÃ<89>
MENT : comment utiliser cette licence pour vos documents
when it tries to run
texi2pdf --batch lilypond-program.pdftexi
in
Documentation/fr/user/out-www
The lines in
Till:
> Hi all, who are interested in Ancient notation.
I am.
> I started now some trial how to improve the spacing of the notes. The
> goal is to have an even spacing where each note head regardless of their
> length takes up just the same space. Visible signs in the score as
> accidentals, c
Nicolas Sceaux:
...
> \tag does not solve the first-clef detection problem, but the two
> editions problem, about which the proposed patch is not about.
> I know about \tag,
...
I also find \tag messy and there is no "else" part either.
> > Anyway, wouldn't it be nicer to have some kind of sche
Reinhold Kainhofer:
> Am Freitag, 1. Februar 2008 schrieb Nicolas Sceaux:
> > When typesetting ancient music, one may want to produce two editions:
> > eventually one with original clefs, as found in the manuscripts, and an
> > other one with new fashioned clefs. It is also custom in the later case
Till:
> Juergen Reuter schrieb:
> > as far as I understand, all problems with incipits boil down to the
> > following two major issues:
> >
> > (1) horizontal spacing, and
I did not focus on that, it is an ancient notation issue, it is not
specific to incipits.
> > (2) the system start delim
Han-Wen:
> Sorry for looking at this so late.
>
> General comments:
>
> - you're adding an enormous bunch of code to the instrument name
> engraver. That's a bad idea. If this idea merits an engraver, it
> should be a separate one.
...
> - If I'm reading this correctly, this is all a grand hack t
'direction = #DOWN
%\stemDown
c'4
c'
}
Regards,
/Karl
---
Karl HammarAspö Data [EMAIL PROTECTED]
Lilla Aspö 2340Networks
S-742 94 Ö
Graham:
> [EMAIL PROTECTED] (Karl Hammar) wrote:
> > > 1) Does anybody else remember if this worked in the past? (ie am
> > > I going crazy?)
> > {
> > c'4
> > \once \override Stem #'direction = #DOWN
> > %\stemDown
> > c
> It's a bit of a halfbaked solution. If you don't want to compile lily,
> why not use the pre-rolled binary.
>
> Also, it would be nice if some of these perverse hackers could just
> add an autoconf check for said program.
Hmm, something like [1] (s/inkscape/t1asm/) ?
[1] http://lists.gnu.org/a
Valentin wrote:
> sometimes I wonder what it would take to register .ly files as an
> official "text/lilypond" MIMEtype (for instance at IANA, on
> http://www.iana.org/cgi-bin/mediatypes.pl )
Very nice idéa!
But it seems you have to read a lot of rfc's for that.
An easier way might be to file a
Mats Bengtsson <[EMAIL PROTECTED]> wrote:
> > 1 Hmm, I get them generated in /var/cache/... and you in /home/janneke/...,
> > can that be of importance?
>
> This is just because Jan installed LilyPond in a directory where
> he has write access, whereas you probably installed it in a read-only
>
Jan Nieuwenhuizen <[EMAIL PROTECTED]> wrote:
> Karl Hammar writes:
...
> > 2 I have no ecb.mf file installed:
> > $ locate ec/ecb | grep /usr
>
> It's part of the ec-fonts package
Wich ec-fonts package ?
$ wget ftp://cam.ctan.org/tex-archive/fonts/ec.tar.gz
Jan Nieuwenhuizen <[EMAIL PROTECTED]> wrote:
...
> Hmm, I'll have to check the documentation. Anyway, here it is:
Then:
$ wget -q -O - http://lilypond.org/download/fonts/ | grep cvs
cvs -d :ext:[EMAIL PROTECTED]:/cvsroot/lilypond co sauter-fonts-mtraced
is wrong.
>cvs -d :ext:[EMAIL PR
[EMAIL PROTECTED]:
> Here's the tail end of the console output after 'make all' on RedHat 9
> with current CVS (ChangeLog 1.2688).
...
> accidental-engraver.cc:258: `scm_is_eq' undeclared (first use this
> function)
> make[1]: *** [out/accidental-engraver.o] Error 1
> make[1]: Leaving directory `/
./lily/include/lily-guile.hh:#include "guile-compatibility.hh"
$
Regards,
/Karl
---
Karl HammarAspö Data [EMAIL PROTECTED]
Lilla Aspö 2340Networks
S-742 94 Östhammar
Lilypond complains about missing exrb10 (see log below).
http://lilypond.org/download/fonts/ says:
cvs -d :ext:[EMAIL PROTECTED]:/cvsroot/lilypond co sauter-fonts-mtraced
but that doesn't work (it just sits there). Is subversions.org the right site ?
I have downloaded:
http://lilypond.org/do
base.mf)
..
So what I need is the up to date build files.
Could someone please tell me where they are ?
> Karl Hammar wrote:
> > Lilypond complains about missing exrb10 (see log below).
> >
> > http://lilypond.org/download/fonts/ says:
> >
Is this the correct cvs-s
dpkg/info/tetex-extra.list:/usr/share/texmf/fonts/source/jknappen/ec/ecxc.mf
(4. note: pfaedit is renamed to fontforge in unstable.
but there is a migration package pfaedit to handle that)
Regards,
/Karl
-------
Karl Hammar
Now processing `lily-1835636204.ly'
Parsing...
Interpreting music... [1]
Preprocessing graphical objects...
Calculating line breaks... [2]
programming error: Grob `Glissando' has no interface for property `style'
Continuing; crossing fingers
programming error: Grob `Glissando' has no interface fo
Now processing `lily-807907910.ly'
Parsing...
Interpreting music... programming error: Grob `NoteHead' has no interface for
property `delta-pitch'
Continuing; crossing fingers
programming error: Grob `NoteHead' has no interface for property `delta-pitch'
Continuing; crossing fingers
Now processing `lily-1943255492.ly'
Parsing...
Interpreting music... programming error: Grob `LigatureBracket' has no interface for
property `ligature-primitive-callback'
Continuing; crossing fingers
warning: Programming error: Ligature_engraver::stop_translation_timestep (): junking
e
1 - 100 of 119 matches
Mail list logo