bug-lilypond
[Top][All Lists]
Advanced

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

Re: Subdivised beams bug


From: foxfanfare
Subject: Re: Subdivised beams bug
Date: Thu, 6 Sep 2018 12:39:19 -0700 (MST)

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



reply via email to

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