[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Denemo-devel] Fwd: microtonal accidentals - buttons
From: |
Richard Shann |
Subject: |
Re: [Denemo-devel] Fwd: microtonal accidentals - buttons |
Date: |
Tue, 10 Apr 2018 18:54:17 +0100 |
On Tue, 2018-04-10 at 17:58 +0100, Richard Shann wrote:
> There is no simple Scheme command to move the notes around in the
> display, you can use Measures->Display Effects->Widen Measures to
> widen
> (all) the measures which will stop smaller notes crashing into the
> accidental.
I was forgetting that you can assign more room for the Denemo Directive
via the minpixels field, eg:
(d-DirectivePut-note-gx tag 100)
would be the call to add to the Scheme script I gave you to set it at
100 pixels
Richard