Incorrect interaction of stemLeft/RightBeamCount and Score.skipTypesetting

2015-05-01 Thread Rob Tuley
 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'
}


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


Ugly output from \accidentalStyle piano

2015-04-21 Thread Rob Tuley
 I'm not top posting.

\version 2.18.2
\new PianoStaff

% Output is consistent with the documentation, but the number of cautionary 
accidentals is ugly.
\accidentalStyle piano
\new Staff { c''4 c'' c'' c'' }
\new Staff { d'8 cis' d' cis' d' cis' d' cis' }




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