Skip to main content
Topic: Hidden dot (Read 2547 times) previous topic - next topic

Hidden dot

In this snippet, the dot of the first note is hidden.

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.51,Single)
|TimeSig|Signature:6/8
|Chord|Dur:4th,Dotted,Slur|Pos:-5|Opts:Stem=Up,Slur=Upward|Dur2:Half,Dotted|Pos2:-5
|Note|Dur:4th,Dotted,Slur|Pos:-1|Opts:Slur=Upward
|Bar
!NoteWorthyComposerClip-End

The score where it comes from allows a bit more space between the notes to show the dot.

Re: Hidden dot

Reply #1
The score where it comes from allows a bit more space between the notes to show the dot.
By default, I think Noteworthy gets it right, and allows options like these:
Code: [Select · Download]
!NoteWorthyComposer(2.5)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|TimeSig|Signature:6/8
|Chord|Dur:4th,Dotted,Slur|Pos:-5|Opts:Stem=Up,Slur=Upward|Dur2:Half,Dotted|Pos2:-5
|Note|Dur:4th,Dotted|Pos:-1|Opts:Slur=Upward
|Bar
|Note|Dur:4th,Dotted,Slur|Pos:-5|Opts:Slur=Upward
|Note|Dur:4th,Dotted|Pos:-1
|Bar
|Chord|Dur:4th,Dotted,Slur|Pos:-5|Opts:Stem=Up,Slur=Upward|Dur2:Half,Dotted|Pos2:-5
|Note|Dur:4th,Dotted|Pos:-1
|Bar
|Chord|Dur:4th,Dotted,Slur|Pos:-5|Opts:Stem=Up,Slur=Upward|Dur2:Half,Dotted|Pos2:-5
|Note|Dur:4th,Dotted|Pos:-1
|Bar
|Text|Text:" _z"|Font:StaffSymbols|Pos:-3|Placement:AtNextNote
|Chord|Dur:4th,Dotted,Slur|Pos:-5|Opts:Stem=Up,Slur=Upward|Dur2:Half,Dotted|Pos2:-5
|Note|Dur:4th,Dotted|Pos:-1
|Bar
|AddStaff|Name:"Staff-2"
|StaffProperties|EndingBar:Open (hidden)
|TimeSig|Signature:6/8|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar
|RestChord|Dur:4th,Dotted|Opts:Stem=Up,XNoteSpace=2,HideRest|Dur2:Half,Dotted|Pos2:-5
|Spacer|Width:50
|Rest|Dur:4th,Dotted|Visibility:Never
|Bar
|Note|Dur:Half,Dotted|Pos:-3z|Opts:StemLength=0,NoLegerLines,Muted
|Bar
|Note|Dur:Half,Dotted|Pos:-3z|Opts:StemLength=0,XNoteSpace=1,NoLegerLines,Muted
!NoteWorthyComposer-End
Registered user since 1996

Re: Hidden dot

Reply #2
Nice workarounds.
Thank you.

Re: Hidden dot

Reply #3
But...

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.51,Single)
|Chord|Dur:4th,Dotted,Slur|Pos:-3|Opts:Stem=Up,Slur=Upward|Dur2:Half,Dotted|Pos2:-3
|Chord|Dur:4th,Dotted,Slur|Pos:-2|Opts:Stem=Up,Slur=Upward|Dur2:Half,Dotted|Pos2:-2
|Note|Dur:4th,Dotted,Slur|Pos:1|Opts:Slur=Upward
|Bar
!NoteWorthyComposerClip-End


Why not doing something for the dots also when the notes are in the space?

Re: Hidden dot

Reply #4
Why not doing something for the dots also when the notes are in the space?
That would be at odds with the most commonly used convention.
Registered user since 1996