Skip to main content

Topics

This section allows you to view all Topics made by this member. Note that you can only see Topics made in areas you currently have access to.

Topics - Francis Beaumier

1
General Discussion / Dashed Slur.ms on Mac OS
I needed a couple of dashed slurs, so I used Slur.ms.  Everything looks great in the editor and in Print Preview, but when I print to PDF, I get solid lines.  I'm running NWC on my Mac -- I'm wondering if this is a Wine thing.  Can anyone on Mac or Linux confirm?
2
General Discussion / Accent Placement Revisited
I could have sworn I brought this up in private testing.  Anyway, its still not fixed (note the accent getting swallowed by whole note):

Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Clef|Type:Treble
|Key|Signature:Bb,Eb,Ab,Db,Gb
|Tempo|Tempo:90|Text:"Moderato, not too fast"|Pos:7
|TimeSig|Signature:4/4
|Chord|Dur:8th,Accent|Pos:-7,-5|Opts:Stem=Down,Beam=First|Dur2:Whole|Pos2:-3
|Chord|Dur:8th|Pos:-7,-5|Opts:Stem=Down,Beam
|Chord|Dur:8th|Pos:-7,-5|Opts:Stem=Down,Beam
|Chord|Dur:8th|Pos:-7,-5|Opts:Stem=Down,Beam=End
|Chord|Dur:8th|Pos:-7,-5|Opts:Stem=Down,Beam=First
|Chord|Dur:8th|Pos:-7,-5|Opts:Stem=Down,Beam
|Chord|Dur:8th|Pos:-7,-5|Opts:Stem=Down,Beam
|Chord|Dur:8th|Pos:-7,-5|Opts:Stem=Down,Beam=End
!NoteWorthyComposerClip-End
3
General Discussion / Quirk:auditing dotted (and double dotted) 64th notes
Of course with the notes that NWC knows about, its impossible to balance out the rests in a bar after using a dotted/double dotted 64th note.  Here's what happens when you try:

Dotted 64th:
Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Clef|Type:Treble
|Key|Signature:C
|TimeSig|Signature:4/4
|Note|Dur:64th,Dotted|Pos:0
|Rest|Dur:Half,Dotted
|Rest|Dur:8th,Dotted
|Rest|Dur:32nd
|Rest|Dur:64th
!NoteWorthyComposerClip-End
Double Dotted 64th:
Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Clef|Type:Treble
|Key|Signature:C
|TimeSig|Signature:4/4
|Note|Dur:64th,DblDotted|Pos:0
|Rest|Dur:Half,Dotted
|Rest|Dur:8th,Dotted
|Rest|Dur:32nd
|Rest|Dur:64th,Dotted
!NoteWorthyComposerClip-End
But what really gets interesting is when you do it a few times.  You eventually get: (see reply 1 because of the limit on number of clips)