Skip to main content

Topics

This section allows you to view all Topics made by this member. Note that you can only see Topics made in areas you currently have access to.

Topics - ino_mart

1
General Discussion / Feature request: adding chord notes quickly by selecting name of the chord
All

Maybe it's already in somewhere, but what I miss is a quick way to enter chords with/without a fundamental bass.

Let's say I want to place a "whole duration" Dm chord with a F as fundamental bass.  I now manually have to select "whole duration" by pressing number 1, then I have to set the fundamentall bass note F and next I set D F A (by using CTRL+ENTER).

It would be nice if there was some option where you can select your chord (Dm in my example) and an optional fundamental bass  (F in my example) and which then puts the actual chord F D F A on the staff.

The "guitar chord" plugin is meant for guitar strings.  The "ChordPlay"-plugin does support playing the chord you entered, but it only displays the name of the chord in the staff and does not set the actual notes. If I'm correct ChordPlay neither has an option to define the fundamental bass.

Regards
Ino
2
General Discussion / Slurs with rests
All

I'm rather sure my issue is already discussed somewhere, but I cannot find it.

Anyway: If you copy/paste code below in a staff in Noteworthy, you will see that I have used stem up and stem down.  What I want to do, is to have a slur for the notes in the "stem down".  Whatever I try, this seems not to work. 

My thought was to first add the "stem up"-notes. Then I enable the "stem down" option together with the slur-option. However, no slur is drawn at all.  If I enter the notes without "stem up"/"stem down" the slur is drawn at the top off the staff and that's not what I want. I did find a way where the slur was drawn below, but then the "rest"-symbols appeared under the half-dotted tones and that's neither what I want.

So does someone have a step-by-step instruction how to have the slur from the half dotted G until the D (and thus the slur drawn at the bottom of the staff)?

Regards
Ino

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|RestChord|Dur:4th|Opts:Stem=Up,ArticulationsOnStem|Dur2:Half,Dotted,Slur|Pos2:-2
|Note|Dur:4th|Pos:5|Opts:Stem=Up
|Note|Dur:4th|Pos:5|Opts:Stem=Up
|Bar
|RestChord|Dur:4th|Opts:Stem=Up,ArticulationsOnStem|Dur2:Half,Dotted,Slur|Pos2:-1
|Note|Dur:4th|Pos:2|Opts:Stem=Up
|Note|Dur:4th|Pos:2|Opts:Stem=Up
|Bar
|RestChord|Dur:4th|Opts:Stem=Up,ArticulationsOnStem|Dur2:Half,Dotted,Slur|Pos2:0
|Note|Dur:4th|Pos:5|Opts:Stem=Up
|Note|Dur:4th|Pos:5|Opts:Stem=Up
|Bar
|Note|Dur:4th|Pos:-5|Opts:Stem=Down
!NoteWorthyComposerClip-End