Do we have any patches to tex/texinfo.tex that aren't in the upstream
version, other than the "straight quotes" stuff? I've tried to merge
the latest texinfo.tex (from GNU) with our own, in order to fix the
@funindex problem. I've tested it, and it appears to compile the docs
correctly. (n
Graham Percival schreef:
Do we have any patches to tex/texinfo.tex that aren't in the upstream
version, other than the "straight quotes" stuff? I've tried to merge
the latest texinfo.tex (from GNU) with our own, in order to fix the
@funindex problem. I've tested it, and it appears to compil
Juergen Reuter schreef:
the white mensural ligature example lily-2147380820.ly in Sect. 7.7.10.1
collapses in the HTML manual to a width of a few pixels (see the _first_
(almost invisible) png image in
http://lilypond.org/doc/v2.9/Documentation/user/lilypond/White-mensural-ligatures.html).
H
On 7-Jun-06, at 12:53 AM, Han-Wen Nienhuys wrote:
it could be that the BBox of the EPS file is broken (eg. if dimension
calculations are off); that could result in an empty EPS bbox, which
is correctly translated to PNG.
FWIW, today I noticed that the BB of the first example in 8.2.3
Rehea
Joe Neeman schreef:
Did my previous mail make it to the list? I never saw it... but anyway,
here's an update
sorry, it was on my todo list, but your patch got caught up in other stuff.
make web still works and there are no detected formatting changes.
Very very cool. Does this complete the
Graham Percival schreef:
./configure succeeded without any error messages, but the build fails here:
...
Copyright (c) 2000-2006 by George Williams.
Executable based on sources from 09:34 17-Jan-2006-ML.
Cannot open /usr/X11R6/lib/X11/fonts/bitstream-vera/VeraBd.pfb
The requested file, VeraBd.p
This patch corrects the following:
* - fix in translation of "disjunct movement"
- names of intervals that should be in English in examples of "harmony" and
"interval"
- a lyrics spacing fix in example of "legato"
Thanks!
--
Francisco Vila Doncel. Badajoz (Spain)
http://www.paconet.org
Inde
Section 6.6.1 of the manual provides an example of altering noteheads
(exactly the example I was looking for :-). It's not indexed, either
under NoteHead, or anything similar. And it needs to be as, as far as I
can tell, it is the only place where this particular technique is
discussed (the index o
On 7-Jun-06, at 1:33 AM, Han-Wen Nienhuys wrote:
strange. I think it's related to the changes in configure, where it
detects the NCSB files. CAn you run
FWIW, this occurred within the past day or so. When ./configure was
giving me the readlink errors, I could still build lilypond without
On 7-Jun-06, at 1:59 AM, Anthony Youngman wrote:
Section 6.6.1 of the manual provides an example of altering noteheads
(exactly the example I was looking for :-). It's not indexed, either
under NoteHead, or anything similar. And it needs to be as, as far as I
can tell, it is the only place wher
The following code works, but generates warnings that I don't want ...
\version "2.8.2"
pennsylvania = {
\override NoteHead #'style = #'cross
r2_\markup{ shout } \octave f f8. f16 f8. f16 f4 f f8. f16 r4
}
voiceTromboneI = \relative c' {
r2 ef4.-- ef8-> ~ ef1 r2 r4 bf8
Anthony Youngman schreef:
The manual says there's a difference between "=" and \octave (section
6.2.2) but both of them are giving me warnings - is there any way I can
say "I need this absolute note" in this sort of situation without
generating warnings?
does this help?
I wrote it for Darius a
Sorry.
Section 6.6.1 should just be indexed as "NoteHead". It contains an
example of its use - indeed as I say the only example that appears to be
for generic use. Looking at it in the index led me to believe the
references were for ancient music (although in part that was me not
looking hard enou
Graham Percival schreef:
On 7-Jun-06, at 1:33 AM, Han-Wen Nienhuys wrote:
strange. I think it's related to the changes in configure, where it
detects the NCSB files. CAn you run
FWIW, this occurred within the past day or so. When ./configure was
giving me the readlink errors, I could stil
Hello!
Here are my attempts in updating for snippets for the Tricks & Tips section.
They compile correctly on my LP ver. 2.9.7
"unfold-all-repeats.ly"
%
% Start cut-&-pastable-section
%
Sounds good.
I'm trying to test it to see if it works for me, but (running in mingw,
W2K) when I add it into my files lily just seems to crash - I don't get
the cmd.exe window appear, or I get loads of complaints in the log file.
I guess I'm doing something silly, but I'd say this is a worthwhile
Anthony Youngman schreef:
Sounds good.
I'm trying to test it to see if it works for me, but (running in mingw,
W2K) when I add it into my files lily just seems to crash - I don't get
the cmd.exe window appear, or I get loads of complaints in the log file.
I guess I'm doing something silly, but
Looking good :-)
The warning has gone away, and deleting the octave check still leaves
everything looking correct :-)
Adding it to standard lily is I think a good idea. It should be
documented both when discussing relative mode (s6.2.1), and when
discussing fragments - I'm sure that's in the man
On Wed, 2006-06-07 at 10:25 +0200, Han-Wen Nienhuys wrote:
> Joe Neeman schreef:
> > Did my previous mail make it to the list? I never saw it... but anyway,
> > here's an update
>
> sorry, it was on my todo list, but your patch got caught up in other stuff.
That's fine, it's just that for some re
Joe Neeman schreef:
+ /* if we end up suiciding, our Y-axis-parent won't get the correct
+Y-extent unless we add our child to it */
+ Grob *p = unsmob_grob (get_object ("axis-group-parent-Y"));
+ if (p)
+ Axis_group_interface::add_element (p, dolly);
This will result
Joe Neeman schreef:
make web still works and there are no detected formatting changes.
Very very cool. Does this complete the optimal pagebreaking, or does the
dynamic programming part need more work now?
I revisited the algorithm a few weeks ago, so it should be fairly clean.
There is some mo
Just compiled it with the lyrics line uncommented, and I notice the log
says "programming error".
The relevant files are attached for debugging - the "part" file is the
one to compile ...
# -*-compilation-*-
Changing working directory to `C:/Documents and Settings/wally/My
Documents/Music/Peninsu
Hello,
In Lilypond 2.4, I was used to set Staff.instr inside my main Voice, to
print some useful notation during a song (so each new line could have
a different instr).
But now, I just upgraded to 2.8, and it doesn't
seem to work anymore. /set Staff.instr only seems to be useful if
used befo
Hello!
Here are my attempts in updating for snippets for the Tricks & Tips section.
They compile correctly on my LP ver. 2.9.7
"add-staccato.ly"
%
% Start cut-&-pastable-section
% **
Hello!
Here are my attempts in updating for snippets for the Tricks & Tips section.
They compile correctly on my LP ver. 2.9.7
"add-text-script.ly"
%
% Start cut-&-pastable-section
% ***
On Wednesday 07 June 2006 00:09, Han-Wen Nienhuys wrote:
> Erik Sandberg schreef:
> > Hi,
> >
> > The attached patch makes tupletSpannerDuration work again.
>
> hi,
>
> I'm missing GC mark functions. You'll need a
> Time_scaled_music_iterator::derived_mark(), which marks the start_ and
> stop_ memb
Erik Sandberg schreef:
On Wednesday 07 June 2006 00:09, Han-Wen Nienhuys wrote:
Erik Sandberg schreef:
Hi,
The attached patch makes tupletSpannerDuration work again.
hi,
I'm missing GC mark functions. You'll need a
Time_scaled_music_iterator::derived_mark(), which marks the start_ and
stop_
I have experimented since I first brought up this problem, by installing
both Lilypond 2.9.8 and 2.8.3 which both work in the cmd.exe box. So, I
don't know why, but I think something is wrong with Lilypond 2.8.4. Doesn't
anybody else have this problem?
Stephen
__
On Wed, Jun 07, 2006 at 04:22:00PM +0200, Papazian Christophe wrote:
> Hello,
>
> In Lilypond 2.4, I was used to set Staff.instr inside my main Voice, to
> print some useful notation during a song (so each new line could have
> a different instr).
> But now, I just upgraded to 2.8, and it doesn'
On 7-Jun-06, at 7:54 AM, Michael Meixner wrote:
Here are my attempts in updating for snippets for the Tricks & Tips
section.
They compile correctly on my LP ver. 2.9.7
Thanks!
I've got
add-staccato.ly
add-text-script.ly
unfold-all-repeats.ly
music-box.ly
(sending these privately to me is q
On 7-Jun-06, at 1:42 AM, Francisco Vila wrote:
* - fix in translation of "disjunct movement"
- names of intervals that should be in English in examples of
"harmony" and "interval"
- a lyrics spacing fix in example of "legato"
Thanks, applied.
- Graham
On 7-Jun-06, at 3:22 AM, Han-Wen Nienhuys wrote:
Well, you don't have them at all: this is the Vera font, in a
different format. Try installing the urw-fonts package.
OK, that worked.
- Graham
___
lilypond-devel mailing list
lilypond-devel@gnu.o
On 7-Jun-06, at 3:19 AM, Anthony Youngman wrote:
Section 6.6.1 should just be indexed as "NoteHead". It contains an
example of its use - indeed as I say the only example that appears to
be
for generic use. Looking at it in the index led me to believe the
references were for ancient music (alt
Anyway, here's another try. Same ChangeLog as before
Index: ChangeLog
===
RCS file: /sources/lilypond/lilypond/ChangeLog,v
retrieving revision 1.5101
diff -u -r1.5101 ChangeLog
--- ChangeLog 7 Jun 2006 22:01:13 - 1.5101
+++ ChangeL
On Thu, 2006-06-08 at 09:05 +1000, Joe Neeman wrote:
> Anyway, here's another try. Same ChangeLog as before
After your last email, I've removed the changes to
Item::handle_prebroken_dependencies and changed axis-group-interface.cc.
I'm only attaching the part of axis-group-interface.cc with the mo
35 matches
Mail list logo