Yes, using guile you can download the file to /tmp for example and then include
that.
Like this:
#(remote-include "http://www.whatnote.com/style.ly"; "/tmp/whatnote-style.ly")
\include "/tmp/whatnote-style.ly"
For implementing remote-include a call to wget could be enough:
#(define remote-incl
What tools can be used to develop? To debug, browse the source, etc?
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel
- Original message
From: Carl D. Sorensen
Sent: 13 Jun 2009 20:15 -06:00
To: Bertalan Fodor , Jonathan Kulp
Cc: Tim Wilkinson , lilypond-devel@gnu.org
Subject: Re: development on windows
On 6/13/09 8:43 AM, "Bertalan Fodor" wrote:
> What tools can be used to develo
Now I'm running lilybuntu in Sun VirtualBox from my pendrive. Successfully
built LilyPond, now I start playing with kdevelop.
Thanks for the fun.
Bert
> Graham Percival wrote:
>> On Sun, Jun 14, 2009 at 04:44:30PM -0600, Carl D. Sorensen wrote:
>>> On 6/13/09 11:39 PM,
Well, Eclipse runs very well on my netbook with Atom and 2gb ram. But the cdt
is still very limited. Also its startup from the pen drive is too slop. But
kdevelop seems all right, which has ctags integration and looks up macro
definitions in a second.
Bert
___
There are many other commands that have the same name in markup and
normal context.
Mark Polesky írta:
Thomas Morgan wrote:
Here is a patch which defines `parenthesize', a new markup command
which works like `bracket'. It's mainly useful for parenthesizing
columns containing several lines
Wouldn't it be a good idea to post these announcement to the NEWS of the
LilyPond homepage?
The latest version of LilyPondTool has been released to the jEdit plugin
repository. Now it supports Virtual Piano and MIDI input, and a dockable
PDF viewer with advanced point-and-click support. To get
Yes, mod_rewrite can do that. I can look up how tomorrow, as i have this on my
servers.
Original message
From: Graham Percival
Sent: 12 Nov 2009 12:47 -08:00
To:
Cc: Lily devel , Jan Nieuwenhuizen
Subject: anybody know apache? (dir structure of docs)
Anybody want to save me a ha
I think that the question is not whether we want to use a code formatter but
which one. Ideally applied automatically when pushing.
Also, is there a tool for c++ like checkstyle and pmd in the java world? That
could check for formatting issues and code smells and bad practices.
Original m
> On Tue, Dec 01, 2009 at 04:54:59PM +0100, Bertalan Fodor (LilyPondTool)
> wrote:
>> for the LilyPond Google Wave plugin, to ease hosting LilyPond services,
>> I created detailed instructions about how to set up a good chroot jail.
>> Could it be (worth) linked in the doc
There are no enc files so the ln fails.
cd /netrel/build/lilypond-2.5.24/share/lilypond/2.5.24/fonts/enc && \
ln -s ../../../../../mf/out/*.enc .
ln: creating symbolic link `./*.enc' to `../../../../../mf/out/*.enc':
No such file or directory
make[1]: ***
[/netrel/build/lilypond-2.5.24/share/l
Hm. With pkg-config --libs pango I get:
-Wl,--export-dynamic -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0
-lglib-2.0 -lintl -liconv
While there is
checking PANGO_FT2_LIBS... -Wl,--export-dynamic -lpangoft2-1.0
-lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0
-lglib-2.0 -li
After that and after a clean, the links are set correctly.
Bert
Hm. With pkg-config --libs pango I get:
-Wl,--export-dynamic -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0
-lglib-2.0 -lintl -liconv
While there is
checking PANGO_FT2_LIBS... -Wl,--export-dynamic -lpangoft2-1.0
-lfontconfig -lfreetype
WOW!
It is working from the first moment! I could not try it thoroughly, but
I could run it from jEdit, and it produced well my test file. (However,
I could not view the pdf with Multivalent, may be some font problem.
I'll investigate it further.)
In the next days I will check this release s
A question:
with which file should I run lilypond? lilypond.bat or lilypond.exe?
With lilypond.bat: why does it make sense, to put the result onto the
Desktop?
Bert
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/
I copy this to lilypond-devel as well, because I'm interested in the
developers' opinion, especially about the third step.
To use point-and-click with jEdit and Adobe Reader in the native build
of lilypond:
1. create a jump.bsh file somewhere, possibly in c:\prog\jEdit\macros\Misc\:
// COPY
With lilypond.bat: why does it make sense, to put the result onto the
Desktop?
I asked because I run lilypond from jEdit, and I want the result to be
in the same directory as the source.
Bert
___
lilypond-devel mailing list
lilypond-devel@gnu
In font.scm there is:
(add-pango-fonts n 'roman "Century Schoolbook L" factor)
(add-pango-fonts n 'sans "Luxi Sans" factor)
But on Windows these fonts are not present. So Pango goes back to some
default: Bitstream Vera Sans for both. That's not optimal.
If I change font.scm to:
(add-pang
If I use A5 papers #(set-default-paper-size "a5") it seems that psnup
can not correctly handle 2.5.26 ps files:
psnup -2 -pa4 -Pa5 b.ps
will create pages that are not centered.
In the 2.4.x series it worked well.
I've attached a file.
Use
gs -sPAPERSIZE=a5 -f "nup.ps"
to see the original, and
Still tries to load Vera.ttf, and the causes "Bad TTF file". The PS file
is only:
%!PS-Adobe-3.0
%%Creator: LilyPond
%%Pages: 3
%%PageOrder: Ascend
%%Orientation: Portrait
%%DocumentPaperSizes: a4
%%DocumentSuppliedResources: font BitstreamVeraSans-Roman
%%DocumentSuppliedResources: font Century
I tried with fonts.conf edited, to use Arial, and it gives the 'same'
message:
Layout output to `myFile.ps'...[C:/WINDOWS/fonts/arial.ttfBad TTF file
Bert
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/l
>
> can you double check that the lilypond process has permissions to read
> that file?
>
I can't check right now, but 5 minutes before, lilypond-2.5.27 could use
it. However, I don't even know, how to set permissions to not allow reading.
Bert
___
li
>
> I am not sure how we can diagnose further. The next LilyPond version
> will have better diagnostic, so maybe we'll know.
I hope so.
>
> What version of windows do you run?
Windows XP SP2
___
lilypond-devel mailing list
lilypond-devel@gnu.org
ht
I ask here, because I couldn't figure it out. I get a message:
make[2]: *** No rule to make target
`/netrel/build/lilypond-2.5.31/cygwin/out/postinstall-lilypond.sh',
needed by `default'. Stop.
I can't see any problems in the cygwin makefile, so I don't know why
this happens.
Bert
_
Using environment variables in Windows is generally unsupported I think.
So I'd also prefer using the registry and the user's file associations
instead, setting a default one if there is nothing set.
Bert
___
lilypond-devel mailing list
lilypond-dev
Is the 'reg' command standard for Windowses? In WinXP you can use it to
set access the registry.
Anyway, using the command:
start "something.ly"
will run the associated application. It is a good question to decide,
whether the default assocation should be processing or editing.
Bert
___
Hello, I had to apply the attached patch to build. It changes spaces to
tabs, because make said to do so.
Bert
--- cygwin/GNUmakefile 2005-06-30 17:24:06.18750 +0200
+++ cygwin/GNUmakefile.new 2005-06-30 17:16:30.62500 +0200
@@ -22,8 +22,8 @@
OUT_POSTREMOVES=$(POSTREMOVES:%=$(outd
I couldn't build the documentation until I applied the attached patch.
However, I'm not sure if this is right, because I don't see exactly your
intention.
Bert
--- Documentation/pictures/GNUmakefile 2005-06-30 22:17:34.56250 +0200
+++ Documentation/pictures/GNUmakefile.new 2005-06-30
I'm quite devoted to jEdit. It has a LilyPond plugin with some nice
features.
See instructions at http://lily4jedit.sourceforge.net/ch02.html
You can get assistance for the plugin at
[EMAIL PROTECTED]
I think you should have sent your message to lilypond-user@gnu.org,
because that is the li
Dear developers & users of Lilypond,
as you can see, it takes more and more time for me to release a
packaging of lilypond for cygwin. It has several causes:
- I'm getting less and less spare time, because of changes in my job and
my family
- I'm not a Unix guru
- I can't really follow the changes
Yes, I did, but it only works in my build environment, and not in other
cygwin installation. I just couldn't find out what's missing.
The problem is still what has written in:
http://lists.gnu.org/archive/html/lilypond-user/2005-07/msg00181.html
Bert
Didn't you have it built already, Bert?
Bertalan: I'd apreciate if you could give me a few pointers of how you
have done things, just to easy things for me.
- I used mknetrel. My last cygwin/mknetrel is attached. (No patch yet,
sorry.)
- I also attach a shell script that describes quite well what is missing
from mknetrel, and wha
I'll be happy to do final tests of the release on WinXP
Bert
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel
/\override LyricText #'font-name = #"Gentium"/
With 2.6.0 and 2.6.3 it works like expected, so I can't reproduce the
problem. (Maybe the Gentium font has only been copied into
c:\Windows\Fonts and not installed?)
Bert
'COUR' because the file is 'COUR.TTF' (I'm not sure if the names are
c
I've made a patch that enables me to define arbitrary paper sizes. The
implementation could be more general, but that way it would have taken
very much time for me, and I'm in a hurry :-) It works with PDF and PNG
backends.
The patch also contains some definitions for some more ISO paper sizes
Yes, you're right, but Scheme syntax is too hard for me. However, I hope
someone will use the idea to properly construct the feature. :-)
Bert
The idea is good, but this copy and paste job will not do
___
lilypond-devel mailing list
lilypond-d
It may be the new point-and-click system. Or some font subsetting problem.
Bert
Johannes Schindelin írta:
Hi,
when I ran lily 2.5.?, it produced a PDF of 50 kB. Now, I upgraded (which
forced me to update almost every package on my system), and it produces a
PDF of 510 kB. Granted, it looks
Hello,
I'm looking at Ted Ross' book. It tells that: "some of the miscellaneous
uses of the normal size dot is [...] ties, slurs"
To render something similar that is in the book, I need the attached
fragment. Shouldn't it be the default for \slurDotted?
Ted Ross also uses these dots for Ottava
Hello,
I found it to be so fun, that I created something I've been wanting for
some time now: a beginner's tutorial for LilyPond, using jEdit.
I'd appreciate if you looked at it and told me your opinion:
http://web.interware.hu/fodber/lilytut
Thanks,
Bert
__
Hello, I would be interested in some features to sponsor, so I'm curious
about the cost :-)
1. An XML file generated from the sources that has the same content as
the Programming Reference. This could be used in LilyPondTool, and
provide a possibility to get automatic completion from the current
Hello,
I'm very close to finish a Java-based parser for lilypond. I will use
this in jEdit-LilyPondTool for instant error checking and advanced code
completion and refactoring.
However, I found that it not trivial to identify certain token types. So
I'd like to ask here to show me examples or
Wow. Do you also parse Scheme?
Yes, but currently using brute-force (based on the EBNF, using many
infinite look-aheads).
Actually, I'm using antlr, which is a predictive LL(k) parser, so I need
to convert from LR to LL. However, my specification is to "accept all
valid input and disallow
I don't use deadkeys. I have a keyboard with national characters, and I
use "right ALT", titled "Alt Gr", to type the replaced ones.
However, for programming I usually switch to English layout and avoid
accented chars.
Bert
Pénzü
Well, I'm a bit scared.
It would be very valuable, if not only lilypond would be the only parser
on the world which can parse a ly file.
For example I had a very hard time to create my preliminary java parser,
because lilypond's syntax is so free and so dynamic (the language itself
can be redef
Hello,
I've found this in the definition of parallelmusic:
;; check sequence length
(apply for-each (lambda (. seqs)
(let ((moment-reference (ly:music-length (car seqs
(for-each (lambda (seq moment)
(if (not (e
Thanks, it's been got parsed now.
Bert
I think that I should fix it :-)
You're right, I've been lazy, and scheme gets on my nerves sometimes.
It should be (lambda* (#:rest seqs) ...), having
(use-modules (ice-9 optargs)) before.
nicolas
___
lilypon
Hello,
I'm close to integrate JPedal PDF viewer into LilyPondTool for jEdit
(transparent point-and-click...) I'm curious if some of you have ever
tried opening LilyPond generated PDF files with JPedal. Because if you
do some glyphs are missing. It is interesting, that they are not missing
if
: /Unicode /Decoding
resource is not accessible but it is useful for generating ToUnicode CMap.
Han-Wen Nienhuys írta:
Bertalan Fodor wrote:
Hello,
I'm close to integrate JPedal PDF viewer into LilyPondTool for jEdit
(transparent point-and-click...) I'm curious if some of you have
I've got to know:
"Its a bug in the font renderer in JPedal not handling subroutines
generated by Ghostscript correctly. We have only seen it in Ghostscript
files so the work aroud would be to use another PDF tool. "
:-( Well, I've found that the Type1 subroutines are actually not found
by J
Hello,
I've created an enhancement for lilypond-book allowing us to use it with
DocBook documents.
Specification and examples can be read at
http://www.organum.hu/fileadmin/lilypondtool/lily-docbook.pdf
The enhanced script is at
http://www.organum.hu/fileadmin/lilypondtool/lilypond-book.py
Attached.
Bert
Han-Wen Nienhuys írta:
Bertalan Fodor schreef:
Hello,
I've created an enhancement for lilypond-book allowing us to use it
with DocBook documents.
Specification and examples can be read at
http://www.organum.hu/fileadmin/lilypondtool/lily-docbook.pdf
The enhanced scri
I have created a patch now. Attached.
Thanks,
Bert
Han-Wen Nienhuys írta:
Bertalan Fodor schreef:
Anyone interested?
Should I create a patch? Against which version? Any suggestions?
Can you also add a relevant section to the manual? Thanks!
--- lilypond-book.itely 2006-10-24 09:52
Hello,
I'm wondering if it is intentional that lilypond-book.py became
lilypond-book and convert-ly.py became convert-ly in the Windows version
of 10.0-2. This is important for me, because for running these commands
from LilyPondTool I should know this information. Because if I change
the cod
Hi,
I have this working:
\once \override Voice.TextScript #'self-alignment-X = #1
But in recent versions I found in define-grobsscm:
;; todo: add X self alignment?
So is this interface not supported any more? Or is it a question of
supporting it? Or what?
Bert
___
In section 13.6 Editor support I propose the following modifications.
--
- Because LilyPondTool has the most most features and generally (at
least on Windows platforms) it requires almost no configuration, I would
list it as the first.
- Remove the jEdit part and write the followi
In that case, I recommend to use GrandStaff instead. The only reason
to use PianoStaff
is to get the fixed spacing to be able to handle cross-staff beams.
This fixed spacing is a very strict limitation, which makes it
impossible to make beautiful piano scores. Why does this limitation
still
Ok :-)
Let's make 2nd try:
Created as a plugin for the jEdit (http://www.jedit.org) text editor
LilyPondTool is the most feature-rich text-based tool for editing
LilyPond scores. Its features include a Document Wizard with lyrics
support to set up documents easier, and embedded PDF viewer with a
Take a look at LaTeX. Using the current versions, we can easily build a 20-years
old file. With lilypond, we need to rewrite it in order to compile a 6-year old
file.
LaTex is a very bad example IMHO. Because it has essentially not
developed in the last 5-10 years.
___
IMHO a Sibelius rendering would also be important, because as I know it
more closely follows European engraving traditions, and it has already
become another standard notation software.
Bert
Han-Wen Nienhuys írta:
Tõnis Kaumann escreveu:
A few remarks:
1) LilyPond site still refers to Fi
Categories or keywords? Will it be possible to use it offline? E.g. in
LilyPondTool there is a full-text search, with weighted results. I
imagine writing "fermata last bar" and getting a snippet page (or more).
Bert
___
lilypond-devel mailing list
l
I feel that these categories are not leading the mind. Users usually
wants to make a graphical representation of some music, and not doing
scheme, or trick, or whatever.
For example, many tweaks are ''simple'' ''scheme-trick''s, that
(naturally) involves some ''scheme-programming''... I'd better
Finally, it's probably a good idea to add a footnote with a link to
some overview
of different text editors, since the one supplied with LilyPond on
Windows and
probably also on Mac is fairly rudimentary. This should replace the
current
footnote 1.
I don't think it should be a footnote. Using
I don't think it should be in the manual at all; I'd prefer this info
to be on the webpages.
Ok, but the link to the webpage about editors should be at an emphasized
place in the doc.
Bert
___
lilypond-devel mailing list
lilypond-devel@gnu.org
htt
Well, we have a webpage about at least one quite good editor:
http://lilypondtool.organum.hu ;-)
Graham Percival írta:
Bertalan Fodor wrote:
I don't think it should be in the manual at all; I'd prefer this
info to be on the webpages.
Ok, but the link to the webpage about editors
Ok, I'm happy to do this. But what should I write about emacs, vim etc?
Should I write about configuration, or link to the manual?
Bert
So spend 30 minutes and create a general editor webpage for lilypond.
If you omit emacs or vim you'll probably have a riot, but you only
need one paragraph ab
I think that's a bug in the validator :-)
Bert
Korneel írta:
This little note, only to say that your current homepage does NOT validate
through this URL: http://validator.w3.org/check?uri=referer
Best wishes and please continue developping this wonderful software!
Korneel
__
To understand what is going on I would like to start with the
following task I
have seen at the web site:
* * *
In addition, we are still looking for help with the following website
tasks,
* An overview of all editing environments available
* * *
Bertalan Fodor has offered to do this
LilyPond's bundled python is useless (unless something has changed in
the past 6 months), so I don't see why it is still bundled.
It is needed an perfectly good to run convert-ly.
Bert
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http:/
I don't think that lilypond path should be in the PATH.
Bert
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel
Of course it should, but probably not the current \bin\ folder
Why? On Windows platforms people rarely use the PATH to run programs.
Bert
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-deve
Putting these into the path would also not help.
- you can not run convert-ly.py
- you must use python convert-ly.py - But if you do, you must say:
python "c:\program files\lilypond\usr\bin\convert-ly.py" So you didn't
gain much.
Still I don't see it is useful.
Perhaps we should look at the p
I was thinking a bit more. Installing and uninstalling LilyPond itself
should remain separate from jEdit. So there should be one installer that
separately installs the two.
Bert
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu
Don't talk nonsense! It works perfectly well to run commands like
convert-ly -e myfile.ly
from the command prompt.
Wow, sorry. I never thought that. It seems that I must update my knowledge.
Bert
___
lilypond-devel mailing list
lilypond-devel@gnu.o
I propose (at least in windows) to leave a part of the program
resident so that invocation are less painful.
Unless it is being swapped out to the virtual memory.
Office and OpenOffice do
They are swapped out as well. And you gain nothing.
Bert
Well, in the case of LilyPond it is sure, that we can achieve better
performance if all the declaration, font and everything stuff is not
loaded each time.
Bert
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/list
How does JEdit and JLilyTool solve autocompletion for example?
Autocompletion is very simple - only finds a regex at the cursor
position, and then finds the possible choices only based on the
Documentation. So if you move an engraver to an other context, the
autocompletion will not find it. T
You are always welcome to send patches, bug reports etc. on
http://www.sourceforge.net/projects/lily4jedit. The silly mix can remain
from the time when lilypond itself was a silly mix thanks to cygwin :-)
However, I'd suggest packaging a lightweight gpl text editor with syntax
highlighting cap
Actually java need not be installed. You can zip together the whole editor
distribution, and use it without any installing, but just unzipping.
So really it would involve creating a folder structure:
lilypondtool
-- jedit (containing all necessary plugins in the jars directory)
-- jre
pdf reader
Yes, it's a vector, but is it a standalone expression?
The guile page says:
Like lists, vectors have to be quoted:
'#(a b c) => #(a b c)
> --- Original Message ---
> From: Nicolas Sceaux <[EMAIL PROTECTED]>
> To: Bertalan Fodor (LilyPondTool) <[EMA
Ok, thanks, should I create patches for these cases - there are some in the
declarations? Anyway I wonder how guile could accept these.
Bert
> --- Original Message ---
> From: Nicolas Sceaux <[EMAIL PROTECTED]>
> To: Bertalan Fodor <[EMAIL PROTECTED]>
> S
Han-Wen Nienhuys írta:
2008/3/4, Bertalan Fodor (LilyPondTool) <[EMAIL PROTECTED]>:
In the last 3 weeks I created the base for an R5RS Scheme interpreter
written in Java, aimed at GUILE compatibility. It is quite basic yet,
but I'm not very far from the point where
After I'm done with the new parser, I want to make a voting/survey among LPT
users: what they want.
Bert
> --- Original Message ---
> From: "Valentin Villenave" <[EMAIL PROTECTED]>
> To: "Bertalan Fodor" <[EMAIL PROTECTED]>
> Sent: 08
I think in this way this is a bad practice and I wouldn't call it German
tradition.
The best traditional practice is to use small letter and the quality mark
together: hm
Bert
> The users would like to be able to make a minor chord print the chord
> name as a small letter, and a big letter for
and I wouldn't call it German tradition.
So you mean it is wider spread?
Yes, for example Hungarian note and chord names usually follows the
German and I often saw this in various scores.
The best traditional practice is to use small letter and the quality mark
together: hm
What abou
I would have beaten the the world record of the 100m escaping out of
the music school if I would have had to say "double bémol sol".
Nevertheless it is a matter of vocal cords, I still sing "sol" and not
"fa"...
Once a French conductor sang the melody "a a gis a g fis g" with the
words "la
Thinking about these ideas i was convinced to base my parser on sisc, which
enables defining 1+.
Bert
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel
Hi,
I found this in lilypond-book-preamble.ly:
(lambda ( . rest)
Besides that I can't imagine what that wants to mean, the GUILE doc
clearly says:
--- syntax: *lambda* formals body
|(|variable1| ... |variablen| . |variablen+1|)|
There must be at least one argument before the period.
It
The subsubsubsections are not present in LM toc. Is this intentional?
Thanks,
Bert
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel
Yes, I'm talking about these headlines as in the NR they are included in
the toc.
Reinhold Kainhofer írta:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am Montag, 29. Dezember 2008 01:01:14 schrieb Bertalan Fodor:
The subsubsubsections are not present in LM toc.
I was trying to make a package from current CVS release using mknetrel
with Cygwin.
- While trying to make documentation, building process first ignores an
error:
chmod a+w
/netrel/build/lilypond-1.9.9-1//Documentation/user/out/lilypond.nexi
chmod: getting attributes of
`/netrel/build/lilypond-1.9
> [Why is the 'F' missing from the error message: 'ile not found?']
Yes, that's an interesting question.
> Hmm, just a quick guess: are you perchance using text mounts?
No.
> 'include':
> '(?m)^[^%\n]*?(?P@mbinclude[ \n\t]+(?P[^\t
> \n\r]*))',
>
And that was the solution!
And it seem
When installing Documentation on Windows, which doesn't distinguish between
uppercase and lowercase letters in file names, unified Index is not
installed, because it is called 'Index.html', and there is another file
called 'index.html'. So Index.html gets overwritten.
Could the filename of Index.h
For a successful build for cygwin I had to modify
Documentation/user/GNUMakefile
# Generic rule using % twice not possible?
# $(outdir)/%/%.html: $(outdir)/%.texi
$(outdir)/lilypond/lilypond.html: $(outdir)/lilypond.texi
mkdir -p $(dir $@)
$(MAKEINFO) --output=$(outdir)/lilypond
There was a bug in bug-lilypond-cygwin.sh. Here's the diff.
Index: cygwin/bug-lilypond-cygwin.sh
===
RCS file: /cvsroot/lilypond/lilypond/cygwin/bug-lilypond-cygwin.sh,v
retrieving revision 1.6
diff -u -r1.6 bug-lilypond-cygwin.sh
---
I want to build LilyPond from the CVS but with updates coming from
lilypond_2_0 branch.
I use these:
cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/lilypond co lilypond
cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/lilypond update -r
lilypond_2_0
The second call doesn't update the files but reverts them t
I'm working on a LilyPond plugin for jEdit. I'd like to underscore the place
of errors and warnings.
Could lilypond tell not only the place of the error, but also the last good
position?
Thanks,
Bert
___
Lilypond-devel mailing list
[EMAIL PROTECTED]
Dear users,
LilyPond 2.1.11-1 can be installed by adding (i.e. click the Add button...)
and selecting my homepage as mirror:
http://www.inf.bme.hu/~berti/lilypond
(I hope it works. This release is because of the more improved lyrics
alignment. Thanks to the developers!)
Dear developers (www main
May I ask to have some files brought to the 2.1 branch from 2.0? They are
needed for building on cygwin.
Namely:
buildscripts\install-info-html.sh
cygwin\lily-wins.py
cygwin\mknetrel
cygwin\mknetrel.split
cygwin\README.in
stepmake\stepmake\topdocs-target.make
Thanks,
Bert
__
Hello,
I played a bit with lyric hyphens.
1. First I found that with latin1-encoded accented characters calculating
the bounding box is not totally exact.
Try ÖÜÖÜÖÜ and \"O\"U\"O\"U as a syllable and compare.
2. In lily/hyphen-spanner.cc the following can be found:
/*
If the
I've been thinking about my problem about a bit and now I think that
including this patch is not a bad idea.
Greetings,
Bert
Index: lilypond/lily/hyphen-spanner.cc
===
RCS file: /cvsroot/lilypond/lilypond/lily/hyphen-spanner.cc,v
re
1 - 100 of 278 matches
Mail list logo