Skip to main content
Topic: Symbol used in Vocal Scores (Read 1648 times) previous topic - next topic

Symbol used in Vocal Scores


   In vocal scores where two voices - soprano and alto, say - are shown on the same staff it is occasionally the case that one or other voice is divided into two for a single bar.  When depicting this, and especially when the notes are semibreves, and thus without tails, it is common to show the divided voice with the two notes "combined" by a symbol character that looks like an open square brackets.  This shows that those two notes are sung by one of the Voices, the other (third) note being sung by the other voice.

   Does anyone know what this symbol is called - if it has a musical name - and how to implement it in Noteworthy?

   MusicJohn, 18/Oct/19


Re: Symbol used in Vocal Scores

Reply #1
how to implement it in Noteworthy?
Perhaps like this:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Spacer|Width:200
|User|Brace.ms|Pos:-1|Shape:Bracket|Height:4.2|Weight:0.5|Direction:Left
|Spacer|Width:33
|Chord|Dur:Whole|Pos:-2,0,3
!NoteWorthyComposerClip-End
Registered user since 1996

 

Re: Symbol used in Vocal Scores

Reply #2

   Thanks, Rick.  I had thought of using the square bracket text character - "[" - thus:-

!NoteWorthyComposerClip(2.751,Single)
|Text|Text:"["|Font:PageTitleText|Scale:40|Pos:-0.5|Wide:Y|Visibility:Always
|Chord|Dur:Whole|Pos:-2,0,3
!NoteWorthyComposerClip-End

but I was hoping that there was some standard musical notation built in to Noteworthy that I'd simply missed.  But thanks anyway.

MusicJohn