Re: what key signature/cleff
Reply #1 –
Hey Frank,
that's an old style "moveable C clef". The line or space (as in this case) that fits in the gap between the 2 sloping lines is middle C.
The modern shape of the clef is primarily used for Tenor and Alto clefs, BUT in those cases middle C is on a line.
If appearance isn't important to you just use a Treble clef but with the octave down setting applied. I.E. Treble 8vb.
This will make everything look and sound correct. If appearance is important then still use the Treble 8vb clef, BUT make it hidden and disable the automatic clef option. Put a transparent barline at the start of each system and then use a text entry to put the Alto/Tenor clef symbol left justified at next note/bar immediately prior to the transparent barline, making sure the vertical position puts the gap in the brace looking section over the C space. I.E. halfway between where an Alto and a Tenor clef would sit.
Copy the below code and "Paste as New File" for a demo. The rectangular box on the line "|Text|Text:" is the C clef symbol from the NWC Staff Symbols font. It will look fine in NWC.
!NoteWorthyComposerClip(2.751,Single)
|Text|Text:""|Font:StaffSymbols|Pos:-3|Placement:AtNextNote
|Bar|Style:Transparent
|Clef|Type:Treble|OctaveShift:Octave Down|AutoSys:N|Visibility:Never
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar|SysBreak:Y
|Text|Text:""|Font:StaffSymbols|Pos:-3|Placement:AtNextNote
|Bar|Style:Transparent
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar|Style:SectionClose|SysBreak:Y
!NoteWorthyComposerClip-End