lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: toward-stem-shift-in-column should only consider 'script-interface (


From: david . nalesnik
Subject: Re: toward-stem-shift-in-column should only consider 'script-interface (issue 207620043 by address@hidden)
Date: Thu, 12 Mar 2015 16:35:41 +0000

Thanks for the review!


https://codereview.appspot.com/207620043/diff/20001/scm/output-lib.scm
File scm/output-lib.scm (right):

https://codereview.appspot.com/207620043/diff/20001/scm/output-lib.scm#newcode1190
scm/output-lib.scm:1190: (shift (if (and (ly:grob? script-column)
On 2015/03/11 23:49:44, thomasmorley651 wrote:
minor nit:
Is it possible to stick to the 80 characters line-width?

Done.

https://codereview.appspot.com/207620043/diff/20001/scm/output-lib.scm#newcode1196
scm/output-lib.scm:1196: (grob::has-interface s 'script-interface)
On 2015/03/12 00:01:35, thomasmorley651 wrote:
On 2015/03/11 23:49:44, thomasmorley651 wrote:
> Is there any need to go for AccidentalSuggestion and DynamicText?
> Deleting these conditions seems to make no difference:
>
> {
>   \time 3/4
>   \voiceOne
>   c'!2.-.
>   c'2.-. \ffff
> }
>
> Looks ok, even with unpatched 2.19.16

Ok, I'm wrong with Accidentalsuggestion, it makes a difference!
Though, I found no example for DynamicText, returning bad output with
2.19.16



Done.

You are right about DynamicText.  Though it has script-interface, it
will not be caught in the 'scripts array of ScriptColumn.  Check
removed.

https://codereview.appspot.com/207620043/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]