Ah no, much simpler: If you ask LilyPond to print an explicit beam it
will print an explicit beam ;-)

Am Sonntag, den 02.08.2020, 05:35 +0200 schrieb Urs Liska:
> Am Sonntag, den 02.08.2020, 13:32 +1000 schrieb Andrew Bernard:
> > \version "2.21.4"
> > 
> > 
> > 
> > {
> > 
> >   \time 7/8
> > 
> >   \set Timing.measureLength = #(ly:make-moment 1/4)
> > 
> >   \override Beam.breakable = ##t
> > 
> >   \tuplet 7/8 {
> > 
> >     b'16[ b' b' b'
> > 
> >     \break
> > 
> >     c'' c'' c'']
> > 
> >   } |
> > 
> > }
> 
> I'm not sure, but I'd suppose that even "breakable" will only let you
> break beams *at* note heads and not as some point between two notes.
> 
> Urs
> 
> 


Reply via email to