Skip to main content
Topic: One chord member visible, one invisible. (Read 2183 times) previous topic - next topic

One chord member visible, one invisible.

How do I make one chord note visible, but the other one invisible?

I am doing a song with 2 parts:  tenor and bass.

The notes for tenor are g-eight, b-quarter, a-eight
The notes for bass are g-quarter, f-quarter

 

Re: One chord member visible, one invisible.

Reply #1
How do I make one chord note visible, but the other one invisible?
Normally, you use a 'Blank Space' notehead. But I don't see how it would help with what you describe, which I take to be:
Quote
!NoteWorthyComposerClip(2.0,Single)
|Clef|Type:Bass
|TimeSig|Signature:2/4
|Chord|Dur:8th|Pos:3|Opts:Stem=Up|Dur2:4th|Pos2:3
|RestChord|Dur:8th|Opts:Stem=Down,HideRest|Dur2:4th|Pos2:5
|RestChord|Dur:8th|Opts:Stem=Up,HideRest|Dur2:4th|Pos2:2
|RestChord|Dur:8th|Opts:Stem=Down,HideRest|Dur2:8th|Pos2:4
|Bar
!NoteWorthyComposerClip-End
The 2 staff version might look like this:
Quote from: nwctxt
!NoteWorthyComposer(2.0)
|AddStaff|Name:"Tenor"
|StaffProperties|EndingBar:Open (hidden)|Layer:Y
|Clef|Type:Bass
|TimeSig|Signature:2/4
|RestChord|Dur:8th|Opts:Stem=Down,HideRest|Dur2:8th|Pos2:3
|Note|Dur:4th|Pos:5|Opts:Stem=Up
|RestChord|Dur:8th|Opts:Stem=Down,HideRest|Dur2:8th|Pos2:4
|Bar
|AddStaff|Name:"Bass"
|StaffProperties|EndingBar:Open (hidden)
|Clef|Type:Bass
|TimeSig|Signature:2/4
|Note|Dur:4th|Pos:3
|Note|Dur:4th|Pos:2
|Bar
!NoteWorthyComposer-End
Registered user since 1996