This is a quick question to ask where precisely in the score one should
insert the Lilypond as Denemo Directive? Since the code has two parts:
before pitches entry:
\override Score.StaffSymbol.layer = #4
\override Staff.TimeSignature.layer = #3

and after (before the time signature):
\once \override Staff.TimeSignature.whiteout = ##t

should one insert the directive before (or at) the first time signature (or
every time)?

Thank you!


> >
> > 3) How to include the white space behind key and time signatures:
> > {
> >   \override Score.StaffSymbol.layer = #4
> >   \override Staff.TimeSignature.layer = #3
> >   b'2 b'~
> >   \once \override Staff.TimeSignature.whiteout = ##t
> >   \time 3/4
> >   b' r4
> > }
>
> I don't think these are already there, you can insert them as Denemo
> Directives with Directives->Insert LilyPond
>
> and if you use them often you could then create a palette button from
> the Denemo Directive (right-click and "Create Button for Clone") and
> even create a command for inserting them. You might need help to step
> through the steps to do that.
>
> Richard
>
>
>
>
>
_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to