You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 |
}
}
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]|
}
}
The text was updated successfully, but these errors were encountered:
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.
It can be temp-fixed with explicit beaming:
The text was updated successfully, but these errors were encountered: