Fix 153: \once\set properly restores the context property (issue4810042)

2011-07-21 Thread tdanielsmusic
LGTM, but I'd prefer longer names for o, m and tg (especially tg!). Trevor http://codereview.appspot.com/4810042/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: GOP-PROP 5: build system output (probable decision)

2011-07-21 Thread Jan Nieuwenhuizen
Trevor Daniels writes: >> Not much response from the previous GOP-PROP 5 (update); I'm not >> certain if "silence is a form of consent" [1] in this context. > > In my case it's because I have difficulty in understanding precisely > what the effect of this change will be on any work I do. +1 I pr

OS X Lion - taking the plunge

2011-07-21 Thread m...@apollinemike.com
Does anyone building on Mac plan on upgrading to Lion and, if so, can they report back what happens when they try a build? Cheers, MS ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: stable/2.14 cannot compile regtests

2011-07-21 Thread Carl Sorensen
On 7/20/11 10:41 PM, "Graham Percival" wrote: > On Wed, Jul 20, 2011 at 09:40:01PM -0700, Graham Percival wrote: >> Can somebody check if >> make test >> works on stable/2.14, and if not, fix it? The GUB build died, >> apparently on >> input/regression/rest-polyphonic-2.ly > > aha, of co

Re: modifying default behaviour of tremolo slashes (issue4636081)

2011-07-21 Thread joeneeman
http://codereview.appspot.com/4636081/diff/10001/lily/stem-tremolo.cc File lily/stem-tremolo.cc (right): http://codereview.appspot.com/4636081/diff/10001/lily/stem-tremolo.cc#newcode42 lily/stem-tremolo.cc:42: style = ly_symbol2scm ("constant"); You can remove these two lines and use style == ly

Re: Fix for Issue 620. (issue4814041)

2011-07-21 Thread mtsolo
On 2011/07/21 06:16:27, mike_apollinemike.com wrote: On Jul 20, 2011, at 10:22 PM, mailto:pkx1...@gmail.com wrote: > It passes make, but I get a lot of reg test issues > > Mainly I can see: > +programming error: Improbable offset for stencil: -nan staff space > +Setting to zero. > +continuing,

RE: PATCH: 48-hour countdown

2011-07-21 Thread James Lowe
Hello, )-Original Message- )From: lilypond-devel-bounces+james.lowe=datacore@gnu.org )[mailto:lilypond-devel-bounces+james.lowe=datacore@gnu.org] On )Behalf Of Colin Campbell )Sent: 21 July 2011 03:24 )To: lilypond-devel@gnu.org )Subject: PATCH: 48-hour countdown ) )New today, for

Re: Postscript printer errors with rounded barlines?

2011-07-21 Thread Karl Hammar
Han-Wen Nienhuys: ... > Werner, can you have a look at http://codereview.appspot.com/4819041 ? /draw_round_box % width height x y blot { - setlinewidth % w h x y - 0 setlinecap - 1 setlinejoin +dup + 0.0 gt { + setlinewidth % w h x y

Re: Postscript printer errors with rounded barlines?

2011-07-21 Thread Han-Wen Nienhuys
On Thu, Jul 21, 2011 at 8:11 AM, Karl Hammar wrote: > Han-Wen Nienhuys: > ... >> Werner, can you have a look at http://codereview.appspot.com/4819041 ? > >   /draw_round_box % width height x y blot >   { >  -       setlinewidth % w h x y >  -       0 setlinecap >  -       1 setlinejoin >  +      

Re: Postscript printer errors with rounded barlines?

2011-07-21 Thread Karl Hammar
Han-Wen Nienhuys: > On Thu, Jul 21, 2011 at 8:11 AM, Karl Hammar wrote: > > Han-Wen Nienhuys: > >> Werner, can you have a look at http://codereview.appspot.com/4819041 ? > > There is no blot on the stack below (as indicated by the comment), > there is; the dup puts it on the stack. The comment in

Re: GOP-PROP 5: build system output (probable decision)

2011-07-21 Thread Graham Percival
On Thu, Jul 21, 2011 at 10:07:29AM +0200, Jan Nieuwenhuizen wrote: > I proposed to adopt the linux/git/automake convention of using silent > rules so that you get something like > > make > CC lily/foo.c > .. > LB Documentation/web.texi > LB Documentation/notation.texi > > or what you cu

Re: Fix 153: \once\set properly restores the context property (issue4810042)

2011-07-21 Thread joeneeman
If you do \set #'foo = #1 c \once \set #'foo = #2 c \once \set #'foo = #3 c then the final value of foo should be 1. But with this code, I think it will be 2. http://codereview.appspot.com/4810042/ ___ lilypond-devel mailing list lilypond-devel@gnu.o

Re: guile debug package in Debian

2011-07-21 Thread Joe Neeman
On Wed, Jul 20, 2011 at 12:42 PM, Federico Bruni wrote: > Il giorno mar, 19/07/2011 alle 18.19 -0600, Colin Campbell ha scritto: >> I'm pretty sure the stuff you need is in the guile-1.8-dev package, >> Federico.  On my Ubuntu 11.04, the package contains files such as >> debug.h and debug-malloc.h

Re: Fix 153: \once\set properly restores the context property (issue4810042)

2011-07-21 Thread n . puttock
On 2011/07/21 16:15:41, joeneeman wrote: If you do \set #'foo = #1 c \once \set #'foo = #2 c \once \set #'foo = #3 c then the final value of foo should be 1. But with this code, I think it will be 2. The \once finalization occurs before the new \once \set is processed, so it always retu

Re: Fix 153: \once\set properly restores the context property (issue4810042)

2011-07-21 Thread reinhold . kainhofer
Reviewers: Trevor Daniels, joeneeman, Neil Puttock, Message: On 2011/07/21 16:15:41, joeneeman wrote: If you do \set #'foo = #1 c \once \set #'foo = #2 c \once \set #'foo = #3 c then the final value of foo should be 1. But with this code, I think it will be 2. Why should it be 2? The f

Re: Fix 153: \once\set properly restores the context property (issue4810042)

2011-07-21 Thread n . puttock
LGTM. http://codereview.appspot.com/4810042/diff/4001/input/regression/set-once.ly File input/regression/set-once.ly (right): http://codereview.appspot.com/4810042/diff/4001/input/regression/set-once.ly#newcode1 input/regression/set-once.ly:1: \version "2.15.5" 2.15.6 http://codereview.appspot

Re: Fix #1507: Inconsistent \festival output in regression testing. (issue4693046)

2011-07-21 Thread n . puttock
On 2011/07/16 05:42:36, Keith wrote: Works good for me. Thanks, pushed: 14632519690052980d19fc75e4dbc759c480aac2 Cheers, Neil http://codereview.appspot.com/4693046/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailma

Re: Fix 1770: revert caused a crash in displayLilyMusic. (issue4805043)

2011-07-21 Thread n . puttock
http://codereview.appspot.com/4805043/diff/2002/scm/define-music-display-methods.scm File scm/define-music-display-methods.scm (right): http://codereview.appspot.com/4805043/diff/2002/scm/define-music-display-methods.scm#newcode867 scm/define-music-display-methods.scm:867: ;; nested properties a

Re: Fix 1563: System start bars interpreted collapse-height as absolute length. (issue4693043)

2011-07-21 Thread n . puttock
On 2011/07/20 17:02:02, Reinhold wrote: On 2011/07/18 20:24:43, Neil Puttock wrote: > lily/system-start-delimiter.cc:117: staffspace = > Staff_symbol_referencer::staff_space (sp); > A mostly theoretical gripe, I guess: what about collapse-height comparisons > where multiple staves are involved?

Re: MIDI: reset channel counters when done; issue 1678 (issue4757043)

2011-07-21 Thread n . puttock
LGTM. http://codereview.appspot.com/4757043/diff/1/lily/staff-performer.cc File lily/staff-performer.cc (right): http://codereview.appspot.com/4757043/diff/1/lily/staff-performer.cc#newcode69 lily/staff-performer.cc:69: // For now, ask the last Staff_performer clean up during its finalize() fin

Re: PATCH: 48-hour countdown

2011-07-21 Thread Graham Percival
On Wed, Jul 20, 2011 at 08:24:07PM -0600, Colin Campbell wrote: > Countdown done, but still open/not fixed: > > 21:00 MST Wednesday July 13 > Reitveld Issue 4664060: Adds redirect-lilypond-output option to > lilypond-book sorry, that one was pushed but I forgot to update the google track

Re: GOP-PROP 5: build system output (probable decision)

2011-07-21 Thread Graham Percival
On Thu, Jul 21, 2011 at 07:49:01AM +0100, Trevor Daniels wrote: > > Graham Percival wrote Thursday, July 21, 2011 6:37 AM > > >Not much response from the previous GOP-PROP 5 (update); I'm not > >certain if "silence is a form of consent" [1] in this context. > > In my case it's because I have dif

Re: Fix 153: \once\set properly restores the context property (issue4810042)

2011-07-21 Thread reinhold . kainhofer
Will also correct those spacing issues pointed out by Neil before I'll push. http://codereview.appspot.com/4810042/diff/4001/input/regression/set-once.ly File input/regression/set-once.ly (right): http://codereview.appspot.com/4810042/diff/4001/input/regression/set-once.ly#newcode6 input/regres

Re: Fix 1770: revert caused a crash in displayLilyMusic. (issue4805043)

2011-07-21 Thread reinhold . kainhofer
Reviewers: Neil Puttock, J_lowe, http://codereview.appspot.com/4805043/diff/2002/scm/define-music-display-methods.scm File scm/define-music-display-methods.scm (right): http://codereview.appspot.com/4805043/diff/2002/scm/define-music-display-methods.scm#newcode867 scm/define-music-display-metho

Re: Fix 1770: revert caused a crash in displayLilyMusic. (issue4805043)

2011-07-21 Thread Neil Puttock
On 21 July 2011 19:27, wrote: > Really? The NR (section 5.3.6 "Modifying alists" as well as 4.4.1 > "Flexible vertical spacing within systems") only gives examples of the > form #'staff-staff-spacing #'basic-distance... I didn't even know that > the list syntax was there, let alone that it is th

Re: Fix issues 1259 and 1433 (\breakDynamicSpan and a spanner's style=#'none over a line break) (issue4630070)

2011-07-21 Thread n . puttock
http://codereview.appspot.com/4630070/diff/17001/input/regression/dynamics-alignment-breaker-linebreak.ly File input/regression/dynamics-alignment-breaker-linebreak.ly (right): http://codereview.appspot.com/4630070/diff/17001/input/regression/dynamics-alignment-breaker-linebreak.ly#newcode5 inpu

GOP-PROP 6: private mailing lists

2011-07-21 Thread Graham Percival
We've had almost a day to recover from the C++ formatting issue, so let's dive into the next massively contentious issue. http://lilypond.org/~graham/gop/gop_6.html ** Proposal summary What should we do with potentially sensitive or private matters in lilypond? I see two possible solutions:

Music functions with pitch and duration arguments (was: Creates a glissando stem grob that uses stems' functionality. (issue4777044))

2011-07-21 Thread David Kastrup
n.putt...@gmail.com writes: > http://codereview.appspot.com/4777044/diff/7001/input/regression/glissando-stem.ly > File input/regression/glissando-stem.ly (right): > > http://codereview.appspot.com/4777044/diff/7001/input/regression/glissando-stem.ly#newcode10 > input/regression/glissando-stem.ly:

DOC: fix NR 1.6.3 Formatting Cue Notes (Issue 1762) (issue4808051)

2011-07-21 Thread ColinPKCampbell
Reviewers: , Message: Addresses Reinhold's comment re issue 1762 Description: DOC: fix NR 1.6.3 Formatting Cue Notes Moves comment about explicitly creating a Voice, to the proper example. Please review this at http://codereview.appspot.com/4808051/ Affected files: M Documentation/notation/

Re: Postscript printer errors with rounded barlines?

2011-07-21 Thread Han-Wen Nienhuys
On Thu, Jul 21, 2011 at 12:31 PM, Karl Hammar wrote: > Han-Wen Nienhuys: >> On Thu, Jul 21, 2011 at 8:11 AM, Karl Hammar wrote: >> > Han-Wen Nienhuys: >> >> Werner, can you have a look at http://codereview.appspot.com/4819041 ? >> > There is no blot on the stack below (as indicated by the comment

Re: Postscript printer errors with rounded barlines?

2011-07-21 Thread Han-Wen Nienhuys
On Thu, Jul 21, 2011 at 11:27 PM, Han-Wen Nienhuys wrote: >> After "dup" there is two "blot"s, "gt" consumes one and "setlinewidth" >> the other. > > I'm sorry - I misunderstood; I thought you saw a problem with the code > rather than the comments. > > pushed as 5291daf785cd215145473781612732de948

Re: Music functions with pitch and duration arguments (was: Creates a glissando stem grob that uses stems' functionality. (issue4777044))

2011-07-21 Thread Han-Wen Nienhuys
On Thu, Jul 21, 2011 at 10:01 PM, David Kastrup wrote: > Anyway, this is not particularly complex either.  Could possibly pave > the way for a nicer function for setting up strings for tabulatures. > Also stuff like \transpose can be implemented by users with a > straightforward syntax accepting j

Re: Postscript printer errors with rounded barlines?

2011-07-21 Thread Graham Percival
On Thu, Jul 21, 2011 at 11:45:51PM -0300, Han-Wen Nienhuys wrote: > > This should be backported. Do we have a special procedure for that nowadays? Yes, add "backport" to a google tracker issue about it. But I think you just missed the deadline for 2.14.3, and I'm not certain if we'll have any m

stable/2.14 can't make doc

2011-07-21 Thread Graham Percival
Could somebody try to make doc in stable/2.14, and fix whatever's necessary to fix? I don't know exactly what the problem is, but since it's a doc build problem, the problem is hidden somewhere in a 49480-line logfile, but I'm not going to dig through an 8-thread build on a computer that's behind

Re: guile debug package in Debian

2011-07-21 Thread Federico Bruni
Il giorno gio, 21/07/2011 alle 23.26 +0700, Joe Neeman ha scritto: > If the debugging information were installed, there would be more > information inside the (). Since Debian doesn't seem to have a package > for it, the easiest way to get debugging information may be to compile > guile yourself.

Re: Music functions with pitch and duration arguments

2011-07-21 Thread David Kastrup
Han-Wen Nienhuys writes: > On Thu, Jul 21, 2011 at 10:01 PM, David Kastrup wrote: >> Anyway, this is not particularly complex either.  Could possibly pave >> the way for a nicer function for setting up strings for tabulatures. >> Also stuff like \transpose can be implemented by users with a >> s

Re: guile debug package in Debian

2011-07-21 Thread Joe Neeman
On Fri, Jul 22, 2011 at 1:32 PM, Federico Bruni wrote: > Il giorno gio, 21/07/2011 alle 23.26 +0700, Joe Neeman ha scritto: >> If the debugging information were installed, there would be more >> information inside the (). Since Debian doesn't seem to have a package >> for it, the easiest way to ge