Somewhat apart from the original subject, would there be a way to make lilypond
assume there should be beams between all notes shorter than a quarter unless a
beam break is specified when auto beaming is off, something like the opposite
of the default behavior?
> 1 okt. 2021 kl. 15:25 skrev Leo
As you are writing the music in 4/4 time and merely hiding the barlines the
beaming still behaves as in an (otherwise invisible) 4/4. The first three 32nd
happen to fall in the same beat and are beamed together. The in the second
group the second 32nd falls on the downbeat and the first note is
You have put the bracket in the wrong place, in lilypond you do not put the
opening bracket before the first node in the group, but after, the same way you
would write a slur.
\version "2.22.1"
\language "english"
\relative c' { bf32[ df ef ] }
Also, please make your code examples small, just
Hi Mahanidhi,
Am 01.10.21 um 12:50 schrieb Mahanidhi:
I've to join the notes "*bf32 df ef*" before the bar of the first line
as the three notes of equal duration on the same line and in the next
one but it doesn't happen automatically.
I tried with [ ] butthe stile is different.
I'm not sure