If that works, then why not have
--- a/scripts/build/create-weblinks-itexi.py
+++ b/scripts/build/create-weblinks-itexi.py
@@ -9,11 +9,11 @@ import sys
import os
import glob
### translation data -- shouldn't be here; see issue
### http://code.google.com/p/lilypond/issues/detail?id=1050
-#la
On 2011-09-01, at 17:44 , bordage.bertr...@gmail.com wrote:
> I updated the patch and added a regtest.
> Dan, I don't have time for now to rewrite the whole part combiner. Do
> you want to do it ? If so, I can help you (at my level).
I don't have time either. If this work is up to current standa
I don't think we have sufficient support for applying this patch. Both
Neil and I have spoken against it, and presented our arguments. No one
has given a counter view.
http://codereview.appspot.com/4387046/
___
lilypond-devel mailing list
lilypond-de
Reviewers: J_lowe, dan_faithful.be,
Message:
I updated the patch and added a regtest.
Dan, I don't have time for now to rewrite the whole part combiner. Do
you want to do it ? If so, I can help you (at my level).
Bertrand
Description:
New partcombineUp and partcombineDown functions
Fix issue 1
Looks plausible, but I haven't tested it quite yet. Could we get:
1) update to the make-website.sh portion of the CG, line 249 of
website-work.itexi ?
2) define WEB_LANGS (or something similar) in langdefs.py, then use
those in create-weblinks.itexi.py ?
Once that's done, I'll give it a whirl,
On Thu, Sep 01, 2011 at 07:10:19AM -0600, Colin Campbell wrote:
> Sweet! I'll do some housekeeping as I get a chance today.
> Tomorrow's batch will go out early, as I'm taking Mrs Patchmeister
> on an impulse session of highway therapy: driving for 4 days around
> Alberta and BC, back in time for
Update: looks like cross-staff beams are broken because I removed all of
the commony code that takes care of cross staff beams. D'oh! Will put
back in in a way that preserves the old cross-staff beam slopes while
allowing them to work with the broken beam code.
Cheers,
MS
http://codereview.app
An update after further research following GP's pointer. Please review.
http://codereview.appspot.com/4951047/
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel
On Sep 1, 2011, at 6:13 PM, mts...@gmail.com wrote:
> Other than that, I believe that it leaves other slopes in tact.
>
intact
Cheers,
MS
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel
On Sep 1, 2011, at 6:12 PM, bordage.bertr...@gmail.com wrote:
> This requires an update.
> The patch fails to apply.
>
Thanks for the heads up!
I've uploaded a new patchset rebased against current master.
Cheers,
MS
___
lilypond-devel mailing list
Hey all,
Sorry for hijacking this issue to turn it into another one. I'll take
care of the variable name stuff in a second patch.
My summer of lily comes to a close with this monstrosity. Some
gotchyas:
1) Do not compile the regtests against this: they will break, as
several parts of Lily an
This requires an update.
The patch fails to apply.
Bertrand
http://codereview.appspot.com/4917046/
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel
Hey all,
So that people can confirm the visual output of this, I'm going to wait
to push until I get back.
Cheers,
MS
http://codereview.appspot.com/4917046/
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo
http://codereview.appspot.com/4961041/diff/3001/lily/include/beam-scoring-problem.hh
File lily/include/beam-scoring-problem.hh (right):
http://codereview.appspot.com/4961041/diff/3001/lily/include/beam-scoring-problem.hh#newcode114
lily/include/beam-scoring-problem.hh:114: TODO - use trailing _
Question: could someone who knows what musical_dy is and why it is used instead
of unquanted_y.length () in beam-quanting.cc please add a comment to the file.
Alternatively, if it is just vestigial from a lily of yore, could someone
please delete it?
Thanks!
Cheers,
MS
_
Hello,
Since issue #620 is now fixed DynamicTextSpanner and Hairpin are now
correctly aligned when attached to spacer rests (e.g. in piano centered
dynamics).
It would be nice if DynamicText was also correctly aligned, which is
not the case now. I thought it was already reported but I cannot find
On 2011/08/30 21:57:44, J_lowe wrote:
Mike, passes make but during reg test check i get
Yikes! Sorry about that - I forgot to commit the deletion of that file
(the property it tests no longer exists).
New patchset uploaded.
Cheers,
MS
http://codereview.appspot.com/4808082/
__
On 11-08-31 11:32 PM, Graham Percival wrote:
Colin: I've just added a Patch-push label as a temporary measure.
Please change the labels on issues that should be pushed, so that
we can (easily) get an accurate view of the situation.
(this isn't urgent, though)
Sweet! I'll do some housekeeping
Pushed as 69622b49b7a5a9c992e36ef11ba60c1fdd3c34b6.
I made the regtest more unique to unpure-pure-closures so that people
reading it don't mistake it for the same thing as extra-spacing-height.
Have fun with these!
Cheers,
MS
http://codereview.appspot.com/4894052/
_
Hello lists,
I made up a markup command, to include latex-formatted text. Well, I
don't want to "get rid of lilypond-book" like some people wrote on this
list, but I want the oppertunity, to include a well formatted text on my
first page of a book with several pieces of music.
I used to take h
script:
https://github.com/gperciva/lilypond-extra/blob/master/auto-compile/compile-lilypond-test.py
usage:
./compile-lilypond-test.py
(after fixing some variables at the top of the file)
very cronjob-able. I also deliberately avoided using -j for make
so that it'll be less intrusive to a serve
http://codereview.appspot.com/4894052/diff/29001/lily/unpure-pure-container.cc
File lily/unpure-pure-container.cc (right):
http://codereview.appspot.com/4894052/diff/29001/lily/unpure-pure-container.cc#newcode35
lily/unpure-pure-container.cc:35: LY_ASSERT_TYPE
(is_unpure_pure_container, smob, 1)
Pushed as 6465274e66a851cccd4cd32a521abc853f3e79dd.
Thanks to all for their help.
A couple things:
1) Trevor - I still haven't heard word back about ly:dimension?. If it
turns out this is not what's supposed to be used, please feel free to
change it to number? in a separate commit.
2) While p
On Sep 1, 2011, at 10:39 AM, n.putt...@gmail.com wrote:
>
> http://codereview.appspot.com/4894052/diff/29001/lily/unpure-pure-container.cc
> File lily/unpure-pure-container.cc (right):
>
> http://codereview.appspot.com/4894052/diff/29001/lily/unpure-pure-container.cc#newcode35
> lily/unpure-pure
http://codereview.appspot.com/4894052/diff/29001/lily/unpure-pure-container.cc
File lily/unpure-pure-container.cc (right):
http://codereview.appspot.com/4894052/diff/29001/lily/unpure-pure-container.cc#newcode35
lily/unpure-pure-container.cc:35: LY_ASSERT_TYPE
(is_unpure_pure_container, smob, 1)
Hi David
Perhaps you could turn this idea into a music function:
\relative c'' {
a4 a a a |
<<
{ a4 a a a | }
{
\once \override MultiMeasureRest #'transparent = ##t
R1_"XIII" |
}
>>
a4 a a a |
}
Trevor
- Original Message -
From: "David Nalesnik"
To: "lilypond
On Thu, Sep 01, 2011 at 09:34:28AM +0200, David Kastrup wrote:
> I can't expend the hours for a complete rebuild right now, and obviously
> I am too distracted to manage proper testing procedures anyway.
>
> So it is up to someone else to fix this.
Fair enough. Added as
http://code.google.com/p/l
Graham Percival writes:
> Hi David,
>
> I'm sorry, but I still cannot build git master from scratch when I
> have your contextStringtuning commit pushed. Please discuss the
> situation on lilypond-devel, and put an updated patch on Rietveld
> so that James can test the build. I cannot leave git
On Aug 31, 2011, at 10:41 PM, n.putt...@gmail.com wrote:
>
> http://codereview.appspot.com/4894052/diff/19001/lily/system.cc
> File lily/system.cc (right):
>
> http://codereview.appspot.com/4894052/diff/19001/lily/system.cc#newcode773
> lily/system.cc:773: || is_unpure_pure_container
> (elts[i]-
On Aug 31, 2011, at 10:37 PM, n.putt...@gmail.com wrote:
> On 2011/08/20 20:21:30, mikesol_ufl.edu wrote:
>
>> I'll try to think of something better...if you have any suggestions in
> the
>> meantime, they're certainly welcome!
>
> Something using a stencil override?
>
The problem is that sten
Hi David,
I'm sorry, but I still cannot build git master from scratch when I
have your contextStringtuning commit pushed. Please discuss the
situation on lilypond-devel, and put an updated patch on Rietveld
so that James can test the build. I cannot leave git master in an
uncompilable state.
Pl
31 matches
Mail list logo