Neil Puttock wrote:
> I suppose you could use a music property, but you wouldn't add it to
> this object's definition.
>
> > I had thought that applyContext was the way to go. But what's a
> > parser variable? Can you give me an example of one?
>
> A good example would be afterGraceFraction, which
On Wed, Jul 29, 2009 at 9:24 PM, Han-Wen Nienhuys wrote:
> On Wed, Jul 29, 2009 at 11:22 PM, Patrick McCarty wrote:
>> Hello,
>>
>> I having trouble deciding what to do with this patch I posted a few
>> months ago:
>>
>> http://lists.gnu.org/archive/html/lilypond-devel/2008-12/msg00715.html
>>
>> J
On Wed, Jul 29, 2009 at 11:22 PM, Patrick McCarty wrote:
> Hello,
>
> I having trouble deciding what to do with this patch I posted a few
> months ago:
>
> http://lists.gnu.org/archive/html/lilypond-devel/2008-12/msg00715.html
>
> Just to clarify, the renames are:
>
> dispatcher --> ly:dispatcher?
On Wed, Jul 29, 2009 at 10:00:28PM +0200, John Mandereau wrote:
> Le mercredi 29 juillet 2009 à 23:48 +0900, Maximilian Albert a écrit :
> > But frankly, even though I was actively looking for
> > it when opening the new page for the first time, it took me a while to
> > find the information what L
On Wed, Jul 29, 2009 at 11:13:52PM +0100, Neil Puttock wrote:
> 2009/7/29 Graham Percival :
>
> > 6) If we want to use this, the patch needs to be examined
> > carefully. There aren't many problems, but we definitely
> > shouldn't apply it blindly. (we'd have lost that good comment
> > otherwis
On Wed, Jul 29, 2009 at 11:57:11PM +0100, Neil Puttock wrote:
> 2009/7/29 Graham Percival :
>
> > We should also move things like font-table.ly and
> > chord-names-jazz.ly into LSR. My initial idea was to have a
> > Documentation/charts/ dir, or move them directly into notation/,
> > but there's
Hello,
I having trouble deciding what to do with this patch I posted a few
months ago:
http://lists.gnu.org/archive/html/lilypond-devel/2008-12/msg00715.html
Just to clarify, the renames are:
dispatcher --> ly:dispatcher?
listener --> ly:listener?
There are no other C++ predicate callbacks
2009/7/29 Graham Percival :
> We should also move things like font-table.ly and
> chord-names-jazz.ly into LSR. My initial idea was to have a
> Documentation/charts/ dir, or move them directly into notation/,
> but there's no harm dumping them in LSR, and that would simplify
> the build process.
On Mon, Jul 27, 2009 at 06:13:12PM -0700, Graham Percival wrote:
> My apologies for being unclear in the past. (and my advanced
> apologies for being unclear in the future, although hopefully I
> won't be unclear about this specific issue)
>
> The web-gop branch now contains lilypond-web-git-repo
On Wed, Jul 29, 2009 at 11:19:07PM +0100, Neil Puttock wrote:
> 2009/7/28 Graham Percival :
>
> > This can (+ should, although it's not a priority) be simplified
> > further: all the input-dir stuff should eliminated (including
> > regressions).
>
> Valentin's just added a `headword' tag to LSR,
2009/7/28 Graham Percival :
> This can (+ should, although it's not a priority) be simplified
> further: all the input-dir stuff should eliminated (including
> regressions).
Valentin's just added a `headword' tag to LSR, so it'll be perfectly
feasible to clear out most of input/manual with the ne
2009/7/29 Graham Percival :
> Let's tackle the cc files first. I tried running it on everything
> lily/*.cc, and ended up with a 126K diff.
>
> 1) many changes were simply moving */ to the left by 1 char.
> That's fine.
I've amended these myself a few times, but it's just occurred to me
the ex
On Wed, Jul 29, 2009 at 2:11 PM, Neil Puttock wrote:
> Hi everybody,
>
> I've tidied up a few details based on Carl's comments, and I'm
> confident the patch is ready for committing.
>
> Please take a look at the latest patchset here:
> http://codereview.appspot.com/8874/show
LGTM.
Thanks,
Patric
2009/7/29 Mark Polesky :
> Can I make it a property of the AutoChangeMusic object?
I suppose you could use a music property, but you wouldn't add it to
this object's definition.
> I had thought that applyContext was the way to go. But what's a parser
> variable? Can you give me an example of one
Hi everybody,
I've tidied up a few details based on Carl's comments, and I'm
confident the patch is ready for committing.
Please take a look at the latest patchset here:
http://codereview.appspot.com/8874/show
Thanks,
Neil
___
lilypond-devel mailing
Le mercredi 29 juillet 2009 à 23:48 +0900, Maximilian Albert a écrit :
> But frankly, even though I was actively looking for
> it when opening the new page for the first time, it took me a while to
> find the information what LilyPond actually does. The subtitle is
> really small so that all you ac
> I really hope I got it right in the commit I just pushed to master
> and lilypond/translation.
It works now, thanks.
Werner
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel
Le mercredi 29 juillet 2009 à 21:15 +0200, Werner LEMBERG a écrit :
>
> > make -np &> make-db.log
>
> Attached.
Thanks, it shows the same problem as Francisco. I really hope I got it
right in the commit I just pushed to master and lilypond/translation.
Sorry for the 4-days build breaking,
John
Le mercredi 29 juillet 2009 à 20:23 +0200, John Mandereau a écrit :
> This is exactly what the CHAIN_RULE trick in make/ly-*.make is supposed
> to do: it generates rules that ensure no several lilypond-book instances
> ever run simultaneously.
...and the generated rules chain must in particular sp
BTW, what is the best place to report bugs with the new code? I'm
assuming that -bug is for mainstream code and problems with experimental
versions should be discussed here.
I think this thread is a good place.
Joe
Hi Joe,
many thanks at first! Great work!
I ran your new code on a se
Le mercredi 29 juillet 2009 à 20:26 +0200, Francisco Vila a écrit :
> Besides, Why 'make' should bother about tely files? Isn't it supposed
> to make the binary only?
It builds Info documentation without images, which is a least a useful
validation test for documentation in English, as makeinfo er
2009/7/29 John Mandereau :
> make -np &> make-db.log
http://www.paconet.org/make-db.log
Besides, Why 'make' should bother about tely files? Isn't it supposed
to make the binary only?
--
Francisco Vila. Badajoz (Spain)
www.paconet.org
www.csmbadajoz.com
_
Le mercredi 29 juillet 2009 à 20:13 +0200, Werner LEMBERG a écrit :
> One of the most important constraints of Makefiles: You must not rely
> on the order of targets within a single rule. If necessary, you have
> to add more rules to enforce a certain order.
This is exactly what the CHAIN_RULE tr
Le mercredi 29 juillet 2009 à 20:05 +0200, Francisco Vila a écrit :
> What makes our setup so different that makes this fail? I think John
> should in theory obtain the same result.
>
> I don't bother removing the whole directory contents despite of having
> untracked stuff inside, because I've zi
>> It still fails for me on my GNU/Linux box (using git e306bf5d from
>> today, checked out cleanly in a separate directory with `git
>> clone'). The first documentation file processed is snippets.tely,
>> then followed by notation.tely which aborts since identifiers.tely
>> is missing.
>>
>> Some
2009/7/29 Werner LEMBERG :
>> Duh, I tracked down the problem; sorry for the delay, I would have
>> solved it earlier if I wasn't an idiot or with more complete make
>> logs, as I didn't got this failure on my machine, probably because
>> of the typical order make compiles Lily docs on it.
>
> It s
David Kastrup wrote:
> This sounds to me like giving users a low-level manual way to fudge
> around a bug/design mistake. This sounds like something that should
> happen automatically in most cases.
Interesting idea. As a first attempt, I tried making the functionality
of the \arpeggioArrowUp co
>> Additionately, maybe it would be nice to increase the >relative<
>> thickness of the stroke on smaller staff sizes as it's described in
>> NR 4.2.1 for the Feta font. Otherwise the line will look too thin
>> at smaller staff sizes, I think.
>
> Ah, interesting point. I have no clue, though, h
>> For Mozart, the stroke should perhaps a bit shorter -- maybe two
>> different symbols?
>
> Attached are two samples for long and short strokes with varying
> width. The long strokes have height = staff_space, the shorter ones
> height = 0.8*staff_space (is that a reasonable choice?). Each fil
> Duh, I tracked down the problem; sorry for the delay, I would have
> solved it earlier if I wasn't an idiot or with more complete make
> logs, as I didn't got this failure on my machine, probably because
> of the typical order make compiles Lily docs on it.
It still fails for me on my GNU/Linux
Hi all,
> Attached are some css tweaks, you can see them in
> action at
>
> http://lilypond.org/~janneke/lilypond.org
Following the link reminded me of a comment I already wanted to make a
while ago. While we are at changing the design of the website (which I
consider a very good thing), I'd st
2009/7/29 Michael Käppler :
> I'd like to test Joe's new spacing code. Has it already been merged into
> master or do I have to pull from dev/jneeman?
Greetings,
the code is on Joe's branch, and is not ready to be merged.
Regards,
Valentin
___
lilypo
Hi,
Attached are some css tweaks, you can see them in
action at
http://lilypond.org/~janneke/lilypond.org
I would like some kind of nice horizontal alignment
(the dots), but I'm at loss as to how all the margins/
paddings fight eachother
(_*_|__|||__|_search:__)
2009/7/29 Graham Percival :
> On Wed, Jul 29, 2009 at 10:12:11AM +0200, Francisco Vila wrote:
>> $ emacs -batch vertically-spaced-context-engraver.cc --eval
>> '(indent-region (point-min) (point-max) nil)' -f save-buffer
>>
>> (tested on cc files, seems to leave them as they currently are)
> Is th
Le mercredi 29 juillet 2009 à 05:28 -0700, Graham Percival a écrit :
> Hi John,
>
> Could there be a make target for building only the English docs?
> Or is this already done with something like
> make LANG=en doc
As all manuals are built in Documentation/, which has translations as
subdirector
Hi John,
Could there be a make target for building only the English docs?
Or is this already done with something like
make LANG=en doc
Cheers,
- Graham
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lily
Hi all,
I'd like to test Joe's new spacing code. Has it already been merged into
master or do I have to pull from dev/jneeman?
Regards,
Michael
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-d
2009/7/28 Bertalan Fodor (LilyPondTool) :
> I haven't got any answer yet, so now I'm a bit afraid that it's going to be
> ignored.
I did intend to do so, but I haven't gotten a chance to find a ssh
connection until today. Your announcement has been committed:
http://git.savannah.gnu.org/gitweb/?p=
On Wed, Jul 29, 2009 at 10:12:11AM +0200, Francisco Vila wrote:
> Those two copyPasteable lines do work.
Thanks, added to the CG.
> $ emacs -batch vertically-spaced-context-engraver.cc --eval
> '(indent-region (point-min) (point-max) nil)' -f save-buffer
>
> (tested on cc files, seems to leave t
2009/7/27 Graham Breed :
> They should work the way I did Sagittal -- by monkey patching
> Accidental to use an external font. No need to change LilyPond, and
> you don't want every different microtonal system in the tracker, do
> you?
Graham, could you publicly document this? For instance, using
> Some cyrillic glyphs in Century Schoolbook L font (and in
> TeXGyreSchola too) are ugly: they have strong difference from font
> "Shkolnaya" which described by Soviet standard GOST 3489.23-71 and
> from some Schoolbook TrueType/OpenType fonts:
> http://www.ljplus.ru/img4/s/h/shoorick/compare_sch
Patrick McCarty writes:
> On Tue, Jul 28, 2009 at 10:42:47PM -0700, Mark Polesky wrote:
>>
>> \arpeggioArrowUp etc. doesn't work with cross-staff arpeggios
>> because the arpeggio-direction property is overridden at the
>> Voice level, and not the PianoStaff level. To facilitate this
>> situati
Those two copyPasteable lines do work.
2009/7/29 Francisco Vila :
>> If somebody could post command-line copy&paste for:
>> 1) apply texinfo-all-menus-update to a file
$ emacs -batch my-texinfo-file.tely -f texinfo-all-menus-update -f save-buffer
(tested)
or possibly
$ emacs -batch my-texinfo
Hello!
Some cyrillic glyphs in Century Schoolbook L font (and in TeXGyreSchola too) are
ugly: they have strong difference from font "Shkolnaya" which described by
Soviet standard GOST 3489.23-71 and from some Schoolbook TrueType/OpenType
fonts: http://www.ljplus.ru/img4/s/h/shoorick/compare_school
Federico, you wrote Tuesday, July 28, 2009 11:24 PM
Last month I started translating the doc into italian, so the
Music Glossary was the first doc I checked.
I have a list of the missing italian words, as well as some
corrections of existing ones. All these modifications have been
already pro
2009/7/29 Graham Percival :
> As an aside, could somebody (Francisco?) post a copy&pasteable
> line to use emacs for the source code formatting? Yes, I could
> read the emacs man page and try to figure out how to use the emacs
> -batch command myself, but there's other things that are more
> impor
46 matches
Mail list logo