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/.
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
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",
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
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
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
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
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
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.
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
-
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
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
..
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
-
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
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
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
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
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
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
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
, 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
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
/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
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
]}
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
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
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
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
e g' { g4 << g \\ d >> g2 }
}
\addlyrics{ a b c }
}
No voice in the << \\ >> section gets any lyrics here.
Regards,
/Karl
---
Karl HammarA
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.
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
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
. 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
critical for the release ?
Regards,
/Karl
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel
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:/
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
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)
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
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
--
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
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/
>
> 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
(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
> 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
> 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]
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
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: ***
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
> 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
> 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
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
---
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
) (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
+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
__
> Karl Hammar wrote:
>
> >[EMAIL PROTECTED]:
> >
> >
> >>Rune Zedeler escreveu:
> >>
> >>
> >>>Where can the famous patch be found?
> >>>(Unable to compile latest guile-cvs).
> >>>
> >>>
support is, a patch ?
Regards
/Karl
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel
[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 exam
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]
> [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 ?
>
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 - 100 of 162 matches
Mail list logo