Re: Incorrect interaction of stemLeft/RightBeamCount and Score.skipTypesetting

2015-05-08 Thread David Kastrup
Ralph Palmer ralphbugl...@gmail.com writes:

 On Fri, May 1, 2015 at 10:44 PM, Rob Tuley rob.tu...@btinternet.com wrote:

  I'm not top posting.

 Wrong output: the \set stemRightBeamCount and \set stemLeftBeamCount
 are incorrectly applied to the first note AFTER
 \set Score.skipTypesetting = ##f.

 \version 2.18.2
 { $\set Score.skipTypesetting = ##t
   c'16 \set stemRightBeamCount = #1 c' \set stemLeftBeamCount = #1 c' c'
   \set Score.skipTypesetting = ##f
   c' c' c' c'
 }


 Has anyone replied privately to Rob Tuley on this issue? I could not get
 the snippet to compile in 2.18.2 until I commented out the
  $\set Score.skipTypesetting = ##t

I suppose that $ _was_ intended to be a comment sign, namely %

 Once I did that, the behavior of the rest of the snippet was as I
 would expect. However, I do not understand why Score.skipTypsetting is
 included at all.

In order to demonstrate that skipTypesetting, when activated, causes a
problem.  At least that's what I think this should demonstrate.

-- 
David Kastrup

___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Incorrect interaction of stemLeft/RightBeamCount and Score.skipTypesetting

2015-05-08 Thread Ralph Palmer
On Fri, May 1, 2015 at 10:44 PM, Rob Tuley rob.tu...@btinternet.com wrote:

  I'm not top posting.

 Wrong output: the \set stemRightBeamCount and \set stemLeftBeamCount
 are incorrectly applied to the first note AFTER
 \set Score.skipTypesetting = ##f.

 \version 2.18.2
 { $\set Score.skipTypesetting = ##t
   c'16 \set stemRightBeamCount = #1 c' \set stemLeftBeamCount = #1 c' c'
   \set Score.skipTypesetting = ##f
   c' c' c' c'
 }


Has anyone replied privately to Rob Tuley on this issue? I could not get
the snippet to compile in 2.18.2 until I commented out the
 $\set Score.skipTypesetting = ##t
Once I did that, the behavior of the rest of the snippet was as I would
expect. However, I do not understand why Score.skipTypsetting is included
at all.

Ralph
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Incorrect interaction of stemLeft/RightBeamCount and Score.skipTypesetting

2015-05-08 Thread Federico Bruni
2015-05-08 17:13 GMT+02:00 Ralph Palmer ralphbugl...@gmail.com:

 Once I did that, the behavior of the rest of the snippet was as I would
 expect. However, I do not understand why Score.skipTypsetting is included
 at all.


If you comment the two lines of skipTypesetting you'll understand.

\version 2.19.19

{
  %\set Score.skipTypesetting = ##t
  c'16
  \set stemRightBeamCount = #1 c'
  \set stemLeftBeamCount = #1 c' c'
  %\set Score.skipTypesetting = ##f
  c' c' c' c'
}
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond