denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] Time Signature Whiteout (was Proportional Notation)


From: NagyMusic
Subject: Re: [Denemo-devel] Time Signature Whiteout (was Proportional Notation)
Date: Sun, 24 Sep 2017 12:09:47 +0000

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]