Hi,

I stumbled on a small beaming problem. Attached two small .PNG’s for what 
should be there (never mind the 7/4, that is a writo), my experimental output 
and below my compiling code as for what I tried. The problem is in the second 
voice showing hickups in the second part of both measures where the 1/16 notes 
are beamed special. When I don’t do the manual beaming I get a pattern which 
the composer doesn’t like. It looks allright in the first voice, I have about 
10 of these and always the beaming in the second voice breaks, the first voice 
is allright. May be that is a clue to where the problem is?

Is there a possibility to get these beamings in a straigth line? Or is this a 
bug I which should report?

Regards,
Wim.





My simple experimenting code, but not working as I want it to:


\version "2.18.0"

VoiceI = \relative f' {
        \time 7/8
e8.[ dis16] e8.[ dis16]
    fis[
        \set stemLeftBeamCount = #2
        \set stemRightBeamCount = #1
    cis
        \set stemLeftBeamCount = #1
        \set stemRightBeamCount = #2
    cis
        \set stemLeftBeamCount = #2
        \set stemRightBeamCount = #1
    b
        \set stemLeftBeamCount = #1
        \set stemRightBeamCount = #2
    b
    cis] |

e8.[ dis16] e8.[ dis16]
    fis[
        \set stemLeftBeamCount = #2
        \set stemRightBeamCount = #1
    cis
        \set stemLeftBeamCount = #1
        \set stemRightBeamCount = #2
    cis
        \set stemLeftBeamCount = #2
        \set stemRightBeamCount = #1
    b
        \set stemLeftBeamCount = #1
        \set stemRightBeamCount = #2
    b
    cis] |
}

VoiceII= \relative f' {
        \time 7/8
fis16 e8. fis16 e8.
    e16
        \set stemLeftBeamCount = #2
        \set stemRightBeamCount = #1
    e
        \set stemLeftBeamCount = #1
        \set stemRightBeamCount = #2
    e
        \set stemLeftBeamCount = #2
        \set stemRightBeamCount = #1
    fis
        \set stemLeftBeamCount = #1
        \set stemRightBeamCount = #2
    e
    fis] |

e16 fis8. e16 fis8.
    e16
        \set stemLeftBeamCount = #2
        \set stemRightBeamCount = #1
    fis
        \set stemLeftBeamCount = #1
        \set stemRightBeamCount = #2
    fis
        \set stemLeftBeamCount = #2
        \set stemRightBeamCount = #1
    e
        \set stemLeftBeamCount = #1
        \set stemRightBeamCount = #2
    fis
    e] |
}

        \score {
            \new StaffGroup { <<
                \new Staff {
                    \VoiceI
                }
                \new Staff {
                    \VoiceII
                }
            >> }
        }%end score

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

Reply via email to