[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Denemo-devel] Command to insert a no-pitch note with the prevailing dur
From: |
Nils Gey |
Subject: |
[Denemo-devel] Command to insert a no-pitch note with the prevailing duration? |
Date: |
Sat, 12 Feb 2011 01:26:15 +0100 |
Hello list,
Denemo has d-EnterRest but no "d-Enter" to insert a
yellow/no-pitch/non-printing note of the prevailing duration.
There is d-InsertRhythm which inserts the next snippet note. Since we abuse the
snippet system with longa and breve as prevailing duration for those two it can
be done with d-InsertRhythm but there is no command for built-ins.
Would be nice to have.
It can be done in Scheme but we would have to use the nasty way of evaluation a
string as command:
(define (d-Enter) (eval-string (string-append "(d-" (number->string
(d-GetPrevailingDuration))")")))
Nils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Denemo-devel] Command to insert a no-pitch note with the prevailing duration?,
Nils Gey <=