lilypond-user
[Top][All Lists]
Advanced

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

Beaming problem


From: Wim van Dommelen
Subject: Beaming problem
Date: Sun, 28 Dec 2014 18:32:36 +0100

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


reply via email to

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