Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embellishment Autobeaming #6

Open
kastdeur opened this issue Nov 28, 2017 · 0 comments
Open

Embellishment Autobeaming #6

kastdeur opened this issue Nov 28, 2017 · 0 comments

Comments

@kastdeur
Copy link
Owner

kastdeur commented Nov 28, 2017

If a normally beamed note comes before a drag, they have a flag instead of a beam
This can be fixed by explicit beaming, but I'd rather have a good autobeaming for this.

Note that this is not an issue for flams.


\include "lilydrum.ly"

\new PipeBandDrumStaff {
  \drummode {
    d8 \flam d  g8 \flam g  d8 \drag d  g8 \drag g |
  }
}

tmp preview

It can be temp-fixed with explicit beaming:

\include "lilydrum.ly"

\new PipeBandDrumStaff {
  \drummode {
    d8 \flam d  g8 \flam g  d8[ \drag d g8 \drag g] |
  }
}

tmp preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant