Skip to main content
Topic: measures notation (Read 2374 times) previous topic - next topic

measures notation

I am looking for a way to create a measure notation, for which I do not know the right name. So I'll try to describe it.
After de clef and the key signature I see one digit (superscripted) and one music note (subscripted; stem down).
What is the name of such a measure notation and how do I have to create it?

Kind regards,
Guido

Re: measures notation

Reply #1
Hi Guido,

What you are describing does not ring any bells for me - could you share a sheet music sample that contains it?  What you are describing sounds like it should be able to be created using the available fonts, but I want to see it so I can be sure.

Mike

 

Re: measures notation

Reply #3
My attempt:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|PgSetup|DurationPadding:N
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)
|Clef|Type:Treble
|Key|Signature:F#,C#,G#,D#|Tonic:E
|Text|Text:"1"|Font:StaffSymbols|Pos:1|Justify:Center|Placement:AtNextNote
|Note|Dur:Half|Pos:-1|Opts:Stem=Down
|Text|Text:"1"|Font:StaffSymbols|Pos:1|Justify:Center|Placement:AtNextNote
|Note|Dur:Half,Dotted|Pos:-1|Opts:Stem=Down
|Spacer|Width:300
|Note|Dur:Half|Pos:-7
!NoteWorthyComposer-End
Registered user since 1996

Re: measures notation

Reply #4
Rick, thanks for your help!
For now, I am using your creation!

Kind regards,
Guido