On Tue, 31 May 2011 01:14:45 -0700, Joe Neeman wrote:
On Fri, May 27, 2011 at 10:44 PM, Keith OHara wrote:
If the flexible-vertical-spacing variable 'stretchability is defined, but
has value 0.0, then
a) the staves will not stretch to fill extra space
b) the staves will not compress, making
On 2011/05/31 08:19:42, joeneeman wrote:
the Beam's Y-parent will be the VerticalAxisGroup of the bottom staff
and Beam::calc_cross_staff will return false.
Old patch didn't; but new patch does. LGTM
http://codereview.appspot.com/4564041/
___
lilyp
Phil Holmes philholmes.net> writes:
>
> "Phil Holmes" philholmes.net> wrote in message
> news:is2ucp$h53$1 dough.gmane.org...
> > Official site looks good - some slight changes in where lyrics are placed,
Formerly, the padding=0.2 and minimum-distance=2.8 were erroneously added
together to
On 2011/05/31 16:33:22, Neil Puttock wrote:
Hi Mike,
Have you considered what might happen if a user tries to get rid of
all stems?
\relative c' {
\once \override NoteHead #'stem-attachment = ##f
c4
}
-> segfault
I think I'd prefer an event to control this (I realize this greatl
On 31 May 2011 19:07, m...@apollinemike.com wrote:
> I actually tried this, but the issue is that when new grobs are made outside
> of an engraver context (i.e. broken spanners), there is no way to keep track
> of them. This seems the only way to catch every grob made during a session.
> Unl
On 2011/05/31 16:41:01, Neil Puttock wrote:
http://codereview.appspot.com/4527086/diff/3001/scm/output-lib.scm
File scm/output-lib.scm (right):
http://codereview.appspot.com/4527086/diff/3001/scm/output-lib.scm#newcode798
scm/output-lib.scm:798: (bd `((left . ,l) (right . ,r
This overwrit
James Lowe wrote Tuesday, May 31, 2011 6:18 PM
Consider a function:
\transposedCueDuring #"piccolo" #UP
Are the ' #" ' variables, arguments, values, identifiers or what?
What is the correct term for these two 'things' in this context?
I'd call them arguments, but if you feel the need to
us
On Tue, May 31, 2011 at 06:27:06PM +0100, Phil Holmes wrote:
> - Original Message - From: "Graham Percival"
> >On Tue, May 31, 2011 at 03:31:23PM +0100, Phil Holmes wrote:
> >>Where should the logfiles go?
> >
> >Same place as the 4b/lily-1234abcd.ly files. Just make a
> >4b/lily-1234abcd.
On 26 May 2011 17:29, Joe Neeman wrote:
> The attached patch fixes issue 1300, but I'm wary of it because
> define-grobs.scm:23 says " WARNING: don't use anonymous functions for
> initialization." Does anyone know why that is?
Nope. Perhaps it's something to do with documentation generation.
Am Dienstag, 31. Mai 2011, 19:18:17 schrieb James Lowe:
> Hello,
>
> Consider a function:
>
> \transposedCueDuring #"piccolo" #UP
>
> Are the ' #" ' variables, arguments, values, identifiers or what?
>
> What is the correct term for these two 'things' in this context?
The # simply indicates th
On Tue, May 31, 2011 at 03:31:23PM +0100, Phil Holmes wrote:
> Where should the logfiles go?
Same place as the 4b/lily-1234abcd.ly files. Just make a
4b/lily-1234abcd.log file.
Cheers,
- Graham
___
lilypond-devel mailing list
lilypond-devel@gnu.org
ht
http://codereview.appspot.com/4527086/diff/3001/scm/output-lib.scm
File scm/output-lib.scm (right):
http://codereview.appspot.com/4527086/diff/3001/scm/output-lib.scm#newcode798
scm/output-lib.scm:798: (bd `((left . ,l) (right . ,r
This overwrites any user overrides for left-broken/right-bro
On May 31, 2011, at 5:28 PM, n.putt...@gmail.com wrote:
> On 2011/05/31 15:57:51, MikeSol wrote:
>> This patch'll be useful for some advanced tweaks I'm doing while
> running
>> LilyPond in multiple passes. Lemme know if it looks all right.
>
> Hmm, I'm not convinced, particularly as you could
Hi Mike,
Have you considered what might happen if a user tries to get rid of all
stems?
\relative c' {
\once \override NoteHead #'stem-attachment = ##f
c4
}
-> segfault
I think I'd prefer an event to control this (I realize this greatly
increases the complexity for little benefit though),
"Phil Holmes" wrote in message
news:is2ucp$h53$1...@dough.gmane.org...
Official site looks good - some slight changes in where lyrics are placed,
and new warnings about midi wrapping but nothing else I can see. One of
the midi gurus might check that the warnings are expected. I'll do my
pixe
On 2011/05/31 15:57:51, MikeSol wrote:
This patch'll be useful for some advanced tweaks I'm doing while
running
LilyPond in multiple passes. Lemme know if it looks all right.
Hmm, I'm not convinced, particularly as you could easily do the same
thing via a Scheme engraver.
Cheers,
Neil
http
- Original Message -
From: "Graham Percival"
To: "Phil Holmes"
Cc: "Carl Sorensen" ;
Sent: Tuesday, May 31, 2011 5:19 PM
Subject: Re: make doc
On Tue, May 31, 2011 at 03:31:23PM +0100, Phil Holmes wrote:
Where should the logfiles go?
Same place as the 4b/lily-1234abcd.ly files.
Hello,
Consider a function:
\transposedCueDuring #"piccolo" #UP
Are the ' #" ' variables, arguments, values, identifiers or what?
What is the correct term for these two 'things' in this context?
James
___
lilypond-devel mailing list
lilypond-devel@g
mts...@gmail.com writes:
> Reviewers: ,
>
> Message:
> This patch'll be useful for some advanced tweaks I'm doing while running
> LilyPond in multiple passes. Lemme know if it looks all right.
>
> Cheers,
> MS
>
> Description:
> Gives each grob an integer hash.
That's not a hash. It is an Id.
Reviewers: ,
Message:
This patch'll be useful for some advanced tweaks I'm doing while running
LilyPond in multiple passes. Lemme know if it looks all right.
Cheers,
MS
Description:
Gives each grob an integer hash.
Please review this at http://codereview.appspot.com/4515166/
Affected files:
On 2011/05/31 12:39:03, Graham Percival wrote:
On 2011/05/31 06:59:21, http://mike_apollinemike.com wrote:
> Graham, could you include this in your next countdown?
I see trees of green, red roses too,
I watch them bloom for me and you and the broken
input/regression/drums.ly
And I think to m
Official site looks good - some slight changes in where lyrics are placed,
and new warnings about midi wrapping but nothing else I can see. One of the
midi gurus might check that the warnings are expected. I'll do my pixel
comparison when I'm cooking dinner.
--
Phil Holmes
Bug Squad
- Original Message -
From: "Graham Percival"
To: "Phil Holmes"
Cc: "Carl Sorensen" ;
Sent: Tuesday, May 31, 2011 1:09 PM
Subject: Re: make doc
On Mon, May 30, 2011 at 07:56:11PM +0100, Phil Holmes wrote:
OK - so I now know how to redirect the output from lilypond-book.py
when it's
On Tue, May 31, 2011 at 01:03:03PM +, James Lowe wrote:
> )2) you could try to build a specific manual. I have a vague recollection
> that
> )this can be done with
> ) cd Documentation/
> ) make out=www out-www/learning/index.html but this is a *very* vague
> )recolection.
>
> [James' repl
Hello,
)-Original Message-
)From: lilypond-devel-bounces+james.lowe=datacore@gnu.org
)[mailto:lilypond-devel-bounces+james.lowe=datacore@gnu.org] On
)Behalf Of Graham Percival
)Sent: 31 May 2011 13:10
)To: Phil Holmes
)Cc: lilypond-devel@gnu.org
)Subject: Re: make doc
)
)2) you cou
On 2011/05/31 06:59:21, mike_apollinemike.com wrote:
Graham, could you include this in your next countdown?
I see trees of green, red roses too,
I watch them bloom for me and you and the broken
input/regression/drums.ly
And I think to myself, what a wonderful world.
I hear babies cry, I watch
On Mon, May 30, 2011 at 07:56:11PM +0100, Phil Holmes wrote:
> OK - so I now know how to redirect the output from lilypond-book.py
> when it's making, for example, collated-files.tely - I can redirect
> it to collated-files.log. FWIW simply doing the redirect on
> /input/regression/out-www/collate
Hey Joe,
Lines 1207-1209 in beam.cc are a kludge that I believe your patch
resolves. You
may want to consider removing these lines and testing to see if it
still passes
regtests. If so, I think you can nix these lines permanently.
After fixing my patch, I can indeed remove those lines.
Hello,
)-Original Message-
)From: lilypond-user-bounces+james.lowe=datacore@gnu.org
)[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On
)Behalf Of Nick Payne
)Sent: 31 May 2011 00:01
)To: Carl Sorensen
)Cc: lilypond-u...@gnu.org
)Subject: Re: Script priority and vertical
Hey all,
I am doing some devel on lilypond and I'm getting a persistent Scheme error at
a certain point. Before I insert a litany of pretty-prints to figure out where
this is happening, is there a way to valgrind lilypond so that it dumps all
functions called into a file in linear order? I'd
On May 31, 2011, at 9:19 AM, joenee...@gmail.com wrote:
> Reviewers: Keith,
>
> Message:
> On 2011/05/28 18:43:19, Keith wrote:
>> I would love to test, but don't know enough of the internals to see
> what this
>> does.
>
> If you take your example from comment 5 of issue 1043, without manual
>
Reviewers: Keith,
Message:
On 2011/05/28 18:43:19, Keith wrote:
I would love to test, but don't know enough of the internals to see
what this
does.
If you take your example from comment 5 of issue 1043, without manual
beaming, the Beam's Y-parent will be the VerticalAxisGroup of the top
staf
On Fri, May 27, 2011 at 10:44 PM, Keith OHara wrote:
> One of the special-cases in the LilyPond code is confusing me.
> ( This special-case code is in Page_layout_Problem::get_fixed_spacing(). )
>
> If the flexible-vertical-spacing variable 'stretchability is defined, but
> has
> value 0.0, such
33 matches
Mail list logo