Malte Meyn-3 wrote
> The result (using LilyPond 2.19.82) is exactly what I would’ve expected. 
> I suppose your expectation is different so what did you expect?

The automatic subdivised beam is 16th instead of 8th. Here is the problem
and what I would have expected:

\relative c'' {
  \set subdivideBeams = ##t

  % Set beam sub-group length to an eighth note
  \set baseMoment = #(ly:make-moment 1/8)
  \set beatStructure = 2,2,2,2
  c32[^"OK" c c c c c c c]
 
  c32[^"OK" c r c c r c c]

  c32[ c c c c^"BUG" c c] r
    
  c32[ c c \set stemRightBeamCount = #1 c 
  \set stemLeftBeamCount = #1 c^"FIXED" c c] r
} 

beams.JPG <http://lilypond.1069038.n5.nabble.com/file/t5604/beams.JPG>  




--
Sent from: http://lilypond.1069038.n5.nabble.com/Bugs-f58488.html

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

Reply via email to