On Sun, 2017-03-05 at 22:10 +0000, Richard Shann wrote: > On Sun, 2017-03-05 at 22:10 +0100, Haris Brković wrote: > > Dear Richard, is it possible to click on note and with click on the > > button to change that note to rest? > > yes, in fact for a single note -> rest transition this is already a > command with shortcut del,del
Also Ctrl-Ins which runs d-RemoveNoteFromChord in the Chords menu. > > > > Is it possible to have button which reads every note duration then > > change that note to the same duration rest? > > > > Is there any Denemo command which reads note duration? > > yes, indeed there are several (e.g > d-GetDurationInTicks > which returns the duration in (MIDI) ticks (where quarter note is 384 > ticks). > > there's also > > d-GetNoteBaseDuration > > d-GetNoteDuration > > and then there would be things to get the number of dots etc - but it's > late and I must get some sleep now! the documentation for these is in the user manual: GetNoteAtCursor. Returns LilyPond note at the cursor position or #f if none GetDots. Returns the number of dots on the note at the cursor, or #f if no note GetNoteBaseDuration. Returns the base duration of the note at the cursor number=0, 1, 2 for whole half quarter note etc, or #f if none GetNoteDuration. Returns the duration in LilyPond syntax of the note at the cursor, or #f if none HTH Richard _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
