Hi,
I've made the suggested modifications to the first patch. In order to proceed,
I had to do some additional modifications:
- Music_iterator::try_music now autodescends to a bottom context, and the
method has been renamed to report_music.
- Event_iterator has been introduced. Music events are
Is anybody here familiar with texinfo and texi2dvi? I'm flailing
around relatively blindly...
I can currently produce a pdf of the lilypond docs by running "make
web" two or three times, deleting lilypond.dvi (and .pdf) in between.
Sometimes it produces a lilypond.dvi without any table of co
On 21-May-06, at 5:45 PM, Han-Wen Nienhuys wrote:
Graham Percival schreef:
I broken the creation of the pdf docs; I suspect it was the @cindex
@code{} => @funindex macro (producing @findex and @kindex) change. I
didn't notice it at the time (a few days ago) because it didn't
complain for so
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
> Nicolas Sceaux schreef:
>> Hi,
>> Using LilyPond from CVS, when invoking lilypond with the -o option,
>> specifying an output directory *and* a alternate basename, the alternate
>> basename is disregarded.
>> $ lilypond -o out/lwv05-letter lwv05.ly
Here's an ugly workaround:
\score{
\relative c {
\clef bass
\once \override Staff.Clef #'stencil = ##f
\once \override Staff.TimeSignature #'stencil = ##f
\partial 4
s4
\bar ""
\set Staff.forceClef = ##t
\once \override Staff.Clef #'full-size-change = ##t
\time 4/4
Hi,
On Mon, 22 May 2006, Erik Sandberg wrote:
> On Monday 22 May 2006 17:43, Johannes Schindelin wrote:
> > > You might want to experiment with some of the newer VC systems. Someone
> > > on the list mirrors lilypond CVS with GIT.
> >
> > I do.
> >
> > If you are interested, I can make it public.
Thomas Bushnell BSG schreef:
Why do I never see release announcements on lilypond-devel?
because they're posted on info-lilypond@gnu.org
--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen
LilyPond Software Design
-- Code for Music Notation
http://www.lilypond-design.co
$ ./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
On Monday 22 May 2006 17:43, Johannes Schindelin wrote:
> > You might want to experiment with some of the newer VC systems. Someone
> > on the list mirrors lilypond CVS with GIT.
>
> I do.
>
> If you are interested, I can make it public.
>
> At the moment, I track the CVS every morning (Greenwich t
Why do I never see release announcements on lilypond-devel?
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel
> 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
Hi,
On Mon, 22 May 2006, Han-Wen Nienhuys wrote:
> Erik Sandberg schreef:
> > > Also, in general, I think it should be possible to split patches up
> > > further, eg. the tremolo stuff seems independent of the
> > > partcombine/lyriccombine stuff.
> >
> > A problem is my limited internet access
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 -r1.193.2.1 GNUm
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
Erik Sandberg schreef:
> I think the proper way is to make it a music macro; is it OK to keep
> it a music function until music macros exist? (also, the music
> function code attempts to signal errors when \once is used in the
> wrong place, so from a user's point of view, little changes)
Why do
On 5/22/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
Erik Sandberg schreef:
> I think the proper way is to make it a music macro; is it OK to keep
> it a music function until music macros exist? (also, the music
> function code attempts to signal errors when \once is used in the
> wrong place,
On Mon, May 22, 2006 at 02:16:40PM +0200, Han-Wen Nienhuys wrote:
> Cameron Horsburgh schreef:
> >%%%
> >version "2.9.4"
> >
>
> >
> >gives me an error:
> >
>
> >
> 2.9.5
>
>
Still no difference.
--
=
Cameron Horsburgh
/dev/rand
Cameron Horsburgh schreef:
%%%
version "2.9.4"
gives me an error:
2.9.5
--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen
LilyPond Software Design
-- Code for Music Notation
http://www.lilypond-design.com
On Mon, May 22, 2006 at 02:02:11PM +0200, Han-Wen Nienhuys wrote:
> Try this:
>
> \markup {
> \override #(cons 'text-direction LEFT) \wordwrap { hello this will be
> reversed } }
>
This code:
%%%
version "2.9.4"
\relative{
a^\markup {\override #(cons 'text-direction L
Erik Sandberg schreef:
Also, in general, I think it should be possible to split patches up
further, eg. the tremolo stuff seems independent of the
partcombine/lyriccombine stuff.
A problem is my limited internet access. I can cvs diff very seldom; I
often work several days on lily between the
Cameron Horsburgh schreef:
On Mon, May 22, 2006 at 12:10:23PM +0200, Han-Wen Nienhuys wrote:
Cameron Horsburgh schreef:
Hi folks,
I'm trying to write the documentation for the newish feature whereby the
direction of text scripts can be changed. From the 2.8 NEWS:
The order of words in \mark
On 5/22/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
Also, in general, I think it should be possible to split patches up
further, eg. the tremolo stuff seems independent of the
partcombine/lyriccombine stuff.
A problem is my limited internet access. I can cvs diff very seldom; I
often work
On Mon, May 22, 2006 at 08:22:48PM +1000, Cameron Horsburgh wrote:
Okay, here's an updated version of my suggested entry.
**
The horizontal location of rehearsal marks can be adjusted by setting
break-align-symbol:
\relative {
c1
\key cis \major
\clef alto
\overrid
On Mon, May 22, 2006 at 12:10:23PM +0200, Han-Wen Nienhuys wrote:
> Cameron Horsburgh schreef:
> >Hi folks,
> >
> >I'm trying to write the documentation for the newish feature whereby the
> >direction of text scripts can be changed. From the 2.8 NEWS:
> >
> >The order of words in \markup commands
On Mon, 2006-05-22 at 10:57 +0200, Han-Wen Nienhuys wrote:
> Joe Neeman schreef:
> >> In that case, you could get the approximate height of one broken system
> >> in logarithmic time.
> >>
> > Here's a first attempt at doing this. It isn't complete or well-tested
> > yet. I add 4 grob properties
>
Cameron Horsburgh schreef:
I've had a look at the note in the 2.8 News file about the new rehearsalMarkAlignSymbol.
> It seems to say everything that's needed, but I'm wondering if we need
> a list of possible values. The example shows key-signature and
clef---where can I find the others?
Che
I've had a look at the note in the 2.8 News file about the new
rehearsalMarkAlignSymbol. It seems to say everything that's needed, but I'm
wondering if we need a list of possible values. The example shows key-signature
and clef---where can I find the others?
I've also noticed that the explanati
Cameron Horsburgh schreef:
Hi folks,
I'm trying to write the documentation for the newish feature whereby the
direction of text scripts can be changed. From the 2.8 NEWS:
The order of words in \markup commands may now be reversed by setting the
text-direction property. This is useful for Righ
Hi folks,
I'm trying to write the documentation for the newish feature whereby the
direction of text scripts can be changed. From the 2.8 NEWS:
The order of words in \markup commands may now be reversed by setting the
text-direction property. This is useful for Right-to-Left languages like Hebr
Han-Wen Nienhuys schreef:
I have no clue. Can you refactor this into a bugreport for the texinfo
mailing list?
oh, and can you revert the patch as far as necessary to build the
documentation of CVS HEAD?
--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen
LilyPond Sof
Erik Sandberg schreef:
Hi,
I've finished 2 more patches for music streams. One of them is considerably
larger than the other, but the two should be independent.
Some comments.
Also, in general, I think it should be possible to split patches up
further, eg. the tremolo stuff seems independe
Joe Neeman schreef:
In that case, you could get the approximate height of one broken system
in logarithmic time.
Here's a first attempt at doing this. It isn't complete or well-tested
yet. I add 4 grob properties
>
Y-extent-safe
Y-offset-safe
default-Y-extent-is-safe
default-Y-offset-is-safe
Erlend Aasland schreef:
This change looks a bit weird to me. Should not this padding only be
applied if the right part of the hairpin is attached to a barline (and
not a note)? That is, something like this:
--- lily/hairpin.cc 16 May 2006 19:00:39 - 1.66
+++ lily/hairpin.cc 1
On Mon, 2006-05-15 at 12:20 +0200, Han-Wen Nienhuys wrote:
> Perhaps you could even compute for each VerticalAxisGroup the range of
> column ranks where it would disappear, and use that information add a
> method to compute the approximate height of an alignment spanner, where
> you explicitly c
34 matches
Mail list logo