Am Di., 1. Nov. 2022 um 16:30 Uhr schrieb Jean Abou Samra :
>
> Le 01/11/2022 à 12:55, Thomas Morley a écrit :
> > Hi,
> >
> > the following code for _Rehearsal_Mark works as expected, i.e. the
> > RehearsalMark is printed at end of line:
> >
> > {
> >b1
> >\override Score.RehearsalMark.bre
Le 01/11/2022 à 12:55, Thomas Morley a écrit :
Hi,
the following code for _Rehearsal_Mark works as expected, i.e. the
RehearsalMark is printed at end of line:
{
b1
\override Score.RehearsalMark.break-visibility = ##(#t #f #f)
\mark \default
\break
b
}
Alas, the same for _Metrono
Hi,
the following code for _Rehearsal_Mark works as expected, i.e. the
RehearsalMark is printed at end of line:
{
b1
\override Score.RehearsalMark.break-visibility = ##(#t #f #f)
\mark \default
\break
b
}
Alas, the same for _Metronome_Mark fails, the MetronomeMark is not
printed at all