Re: Key signature
Reply #3 –
Hey Flurmy,
was just thinking about how I'd notate this, assuming you want to maintain period authenticity...
Place a text entry using the staff symbols font containing the G (treble) clef symbol placed vertically so it looks right.
Then put a hidden bass clef with automatic system clef disabled.
Finally put a plus 24 transposition on the staff.
Looks right, key sigs will work out of the box and it sounds right. The only down side is you'll have to manually copy the text clef symbol to the start of each staff (assuming the original does that).
If you want the key sigs to look right then there's a little more challenge:
place them, hide them, turn off automatic key signature. Then place text entries with x's in them. Placement will be a bit of a challenge and you'll need to play with justification, and maybe spacers... And copy them to the start of each staff (still assuming the original does that)
Hang on...
OK, see the code section below. Not perfect, but a fair approximation I reckon.
!NoteWorthyComposer(2.751)
|Editor|ActiveStaff:1|CaretIndex:15|CaretPos:-1
|SongInfo|Title:"French Violin Clef"|Author:"<Name>"|Lyricist:""|Copyright1:"Copyright © 2022 <Name>"|Copyright2:"All Rights Reserved"
|PgSetup|StaffSize:16|Zoom:10|TitlePage:Y|JustifyVertically:Y|PrintSystemSepMark:N|ExtendLastSystem:N|DurationPadding:Y|PageNumbers:0|StaffLabels:None|BarNumbers:None|StartingBar:1
|Font|Style:StaffItalic|Typeface:"Times New Roman"|Size:10|Bold:Y|Italic:Y|CharSet:0
|Font|Style:StaffBold|Typeface:"Times New Roman"|Size:8|Bold:Y|Italic:N|CharSet:0
|Font|Style:StaffLyric|Typeface:"Times New Roman"|Size:7.2|Bold:N|Italic:N|CharSet:0
|Font|Style:PageTitleText|Typeface:"Times New Roman"|Size:24|Bold:Y|Italic:N|CharSet:0
|Font|Style:PageText|Typeface:"Times New Roman"|Size:12|Bold:N|Italic:N|CharSet:0
|Font|Style:PageSmallText|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
|Font|Style:User1|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
|Font|Style:User2|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
|Font|Style:User3|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
|Font|Style:User4|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
|Font|Style:User5|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
|Font|Style:User6|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
|PgMargins|Left:1.27|Top:1.27|Right:1.27|Bottom:1.27|Mirror:N
|AddStaff|Name:"Staff"|Group:"Standard"
|StaffProperties|EndingBar:Section Close|Visible:Y|BoundaryTop:12|BoundaryBottom:12|Lines:5|Color:Default
|StaffProperties|Muted:N|Volume:127|StereoPan:64|Device:0|Channel:1
|StaffInstrument|Trans:24|DynVel:10,30,45,60,75,92,108,127
|Text|Text:""|Font:StaffSymbols|Pos:-6
|Clef|Type:Bass|AutoSys:N|Visibility:Never
|Key|Signature:F#,C#|Tonic:D|HideCancels:Y|AutoSys:N|Visibility:Never
|Spacer|Width:300
|Text|Text:"x"|Font:PageSmallText|Pos:2.5
|Text|Text:"x"|Font:PageSmallText|Pos:2.5|Justify:Center
|Text|Text:"x"|Font:PageSmallText|Pos:-0.5
|Text|Text:"x"|Font:PageSmallText|Pos:-0.5|Justify:Center
|Spacer|Width:100
|Text|Text:"2"|Font:PageSmallText|Scale:150|Pos:0|Wide:Y
|TimeSig|Signature:AllaBreve|Visibility:Never
|Spacer|Width:100
|Note|Dur:8th|Pos:2|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=End
!NoteWorthyComposer-End