1
Show Posts
This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.
Messages - Mike Shawaluk
2
General Discussion / Re: Beats in a bar

(Disclaimer: I am American, hence I use the fractional note names.)
This is easy to correct, as follows:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)The thing to remember when you are using two parts per staff is that when you have two notes of different durations at the same position (like the dotted quarter stem up and plain quarter stem down), the duration that is reserved for that position is that of the shorter note. NWC created the "rest chord" as a way of dealing with this. A rest chord is basically a split chord where one of the two notes is a rest. Also, in a rest chord, the rest duration must be less than or equal to the note duration (i.e. you can't have a half rest and a quarter note.) So for your example, I change the lone quarter note to a rest chord with an eighth rest, which "steals" an eighth duration from the first two notes, so that the total duration is now 3 eighth beats, and the parts line up again.
|Clef|Type:Treble
|Key|Signature:Bb,Eb,Ab,Db,Gb,Cb|Tonic:G
|TimeSig|Signature:3/4
|Chord|Dur:4th|Pos:-4,-1|Opts:Stem=Down|Dur2:4th,Dotted|Pos2:2
|RestChord|Dur:8th|Opts:Stem=Up,ArticulationsOnStem,HideRest|Dur2:4th|Pos2:-2
|Note|Dur:8th|Pos:5|Opts:Stem=Up
|Chord|Dur:8th|Pos:4|Opts:Stem=Up,Beam=First|Dur2:4th|Pos2:-2,1
|Note|Dur:8th|Pos:3|Opts:Stem=Up,Beam=End
!NoteWorthyComposerClip-End
You'll notice that the rest is shown greyed out. That is because a rest chord has an option of hiding the rest in the printout, since you don't always want to see them.
3
General Discussion / Re: Beats in a bar
4
General Discussion / Re: Copying a guitar chord in GuitarChord.ms
5
General Discussion / Re: starting NWC application
6
General Discussion / Re: Alternative notes per lyrics.
7
General Discussion / Re: Alternative notes per lyrics.
To change the specific noteheads to blank space noteheads, do the following:
- With nothing selected, hover over the notehead with the cursor.
- Right-click and choose Noteheads > Blank Space.
You will probably want to manually adjust the stem length of the notes with smaller noteheads. If you are using split stem chords, this might be a problem because Noteworthy Composer doesn't let you set the stem lengths of the up and down notes individually. It might work best to have those notes on a layered staff.
8
Object Plugins / Re: Ottavamatic.ms (2.0)
9
Object Plugins / Re: BarLabel.ms (1.1)
I assume users of the old version would not be impacted.
10
Object Plugins / Re: BarLabel.ms (1.2)
- Parameter "Reference Which Bar" has new option 'auto' to choose nearest barline (thanks to @fathafluff for the suggestion)
Please refer to the parent post for additional information.
11
Object Plugins / Re: BarLabel.ms (1.1)
EDIT: After experimenting with the code, I think I found a better solution that is closer to your original request. I can add a new value for "Reference Which Bar" that is "auto". Whichever bar is closer to the object will be the one whose bar number is used. If the distance to either bar is the same, it will use the next bar. Does that sound like a workable solution?
12
General Discussion / Re: Wrong verse highlighted after master repeat

13
Object Plugins / Re: User object for lyric-dependent ties?
14
Avant-garde / Re: Windows Copilot may help faster than searcing the forums for help .

15
General Discussion / Re: Exporting NWC to Midi
16
General Discussion / Re: Merry Christmas
17
General Discussion / Re: alignment versenumber

18
General Discussion / Re: Natural symbol
19
General Discussion / Re: Including small note-heads in a NWC score
Note: you don't need to install the object; if you have NWC 2.75 installed, it is already included.
20
General Discussion / Re: Tremolo with octaves
21
General Discussion / Re: Tremolo with octaves
Perhaps it is a typo in the score, and it was meant to be quarter note tremolos? In that case it would add up to 4 beats.
I would welcome a comment or correction from someone else who is more familiar with tremolos.
22
General Discussion / Re: Tremolo with octaves
1 My apologies to UK and Australian members who are used to seeing minims, quavers and crotchets
↵

23
General Discussion / Re: Tremolo with octaves
Quote
To create a tremolo, first create two RestChords of the desired duration. For whole, half and quarter note tremolos, the rest duration should be half of the note's duration. For eighth tremolos, the note duration should be quarter and the rest duration sixteenth.
I chose this approach for eighth note tremolos since there is no easy way to hide the flag on eighth notes

Here is a fixed version of that measure. Also, please note that you should mute the notes on each side of the tremolo object if you are using playback.
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Chord|Dur:8th|Pos:-9,-2|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:-5|Opts:Stem=Up,Beam
|Chord|Dur:8th|Pos:-9,-2|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-5|Opts:Stem=Up,Beam=End
|Spacer|Width:200
|RestChord|Dur:16th|Opts:Stem=Down,ArticulationsOnStem,Muted,HideRest|Dur2:4th|Pos2:-7|Color:1
|Spacer|Width:300|Color:1
|User|Tremolo.ms|Pos:-8|Color:1
|RestChord|Dur:16th|Opts:Stem=Down,ArticulationsOnStem,Muted,HideRest|Dur2:4th|Pos2:-2|Color:1
|Spacer|Width:375|Color:1
|Chord|Dur:4th|Pos:-9,-2
!NoteWorthyComposerClip-End
24
General Discussion / Re: Tremolo with octaves
Good morning to you,
I need to insert a tremolo between two octaves. I get the result, the tremolo appears and sounds as it should but the octaves still appear with the "whisker" ("flag" in English?).
How can I remove it?
Thanks.
Lorenzo
25
Object Plugins / Re: Glissando.ms (2.8)
- New parameter PitchBendPeriod to allow a user-specified delay between pitchbend glissando updates.
26
Object Plugins / Re: Ottavamatic.ms (2.0)
27
Object Plugins / Re: Ottavamatic.ms (2.0)
I don't think I've ever seen a score with an 8va bassa above the notes being shifted. I designed the object's appearance based on Elaine Gould's "Behind Bars" and I can't find any mention in that book of doing this. Of course, you can move an 8va bassa mark above a set of notes, except that the dotted line will point up instead of down. Maybe this is desirable to cue the player that the shift is downward? Alternately, if you are just creating printable notation and you don't need playback, you could do an upward shift, but change the text from "8va" to "8va bassa" or "8vb".
Let me know if either of the above workarounds would work for you.
28
General Discussion / Re: Buglet
29
General Discussion / Re: Page layout
... I take this opportunity to ask for information.
Is it possible to add an accidental or other to a single member of a chord?...
30
General Discussion / Re: Bug Report - MIDI Folder Ignored in Windows 11
31
General Discussion / Re: Question on tremelo
32
General Discussion / Re: Question on tremelo
33
General Discussion / Re: Wav and MP3 files from NWC.
34
General Discussion / Re: Finale’s finale
You might want to set up a login on Discord in case this forum doesn't work anymore.
That leads me to an error message. Is it an invitation only hidden channel?
35
General Discussion / Re: Finale’s finale
36
General Discussion / Re: Weird result of print out
37
Object Plugins / Re: Tremolo.ms (2.2)
- A bug has been fixed which caused incorrect beam placement for offset whole notes for the first chord.
Please refer to the parent post for a description of the available parameters and a sample clip.
38
Object Plugins / Re: Tremolo.ms (2.1)
Code: (lua) [Select · Download]
x1s = x1s or x1+1.3to:
Code: (lua) [Select · Download]
x1s = x1s or priorNote:xyRight()I am still testing to make sure it doesn't break anything.
39
User Tools / Re: Beat Count
I think that is a reasonable assumption. However, I also think that it won't be difficult to come up with a score that will mess with your tool. For example, a 4/4 score that temporarily changes to 3/8 time.
40
User Tools / Re: Beat Count

41
General Discussion / Re: Tie (or slur?) without the tied note.
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Bass
|Key|Signature:Bb|Tonic:F
|TimeSig|Signature:6/8
|Rest|Dur:4th,Dotted|Visibility:Never
|Chord|Dur:4th,Dotted|Pos:5^|Opts:Stem=Up,ArticulationsOnStem|Dur2:4th,Dotted|Pos2:3^
|Chord|Dur:8th,Grace|Pos:5z|Opts:Stem=Up,StemLength=0,Muted|Dur2:8th,Grace|Pos2:3z
|Bar
|Chord|Dur:4th,Dotted|Pos:4^|Opts:Stem=Up|Dur2:4th,Dotted|Pos2:2^
|Chord|Dur:8th,Grace|Pos:4z|Opts:Stem=Up,StemLength=0,Muted|Dur2:8th,Grace|Pos2:2z
|Chord|Dur:4th,Dotted|Pos:3^|Opts:Stem=Up|Dur2:4th,Dotted|Pos2:1^
|Chord|Dur:8th,Grace|Pos:3z|Opts:Stem=Up,StemLength=0,Muted|Dur2:8th,Grace|Pos2:1z
!NoteWorthyComposerClip-End
42
General Discussion / Re: Tie (or slur?) without the tied note.
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Bass
|Key|Signature:Bb|Tonic:F
|TimeSig|Signature:6/8
|Rest|Dur:4th,Dotted|Visibility:Never
|Chord|Dur:4th,Dotted|Pos:5^|Opts:Stem=Up,ArticulationsOnStem|Dur2:4th,Dotted|Pos2:3^
|Spacer|Width:250
|Chord|Dur:8th,Grace|Pos:5|Opts:Stem=Up,Muted|Dur2:8th,Grace|Pos2:3|Visibility:Never
|Spacer|Width:150
|Bar
|Chord|Dur:4th,Dotted|Pos:4^|Opts:Stem=Up|Dur2:4th,Dotted|Pos2:2^
|Spacer|Width:250
|Chord|Dur:8th,Grace|Pos:4|Opts:Stem=Up,Muted|Dur2:8th,Grace|Pos2:2|Visibility:Never
|Spacer|Width:150
|Chord|Dur:4th,Dotted|Pos:3^|Opts:Stem=Up|Dur2:4th,Dotted|Pos2:1^
|Spacer|Width:250
|Chord|Dur:8th,Grace|Pos:3|Opts:Stem=Up,Muted|Dur2:8th,Grace|Pos2:1|Visibility:Never
|Spacer|Width:150
!NoteWorthyComposerClip-End
43
General Discussion / Re: Violin harmonics
44
General Discussion / Re: Violin harmonics
45
Tips & Tricks / Re: Select All Staves - How To?
Surely there must be a user tool out there that can transpose multiple staves at once (skipping any staves that use channel 10).
46
Tips & Tricks / Re: Select All Staves - How To?
And I apologize for calling you Shirley.
47
General Discussion / Re: Wav and MP3 files from NWC.
Otherwise, did you know you can export to mp3 or Flac directly from the NWC Viewer?
You just need to make sure your preferred soundfont is installed.
Set/check soundfont in |Tools|Soundfont...
Do the export using:
|File|Play to...
48
Object Plugins / Re: Trill.ms (2.4)
- Multiple notes can be trilled/untrilled at one time.
- The trill vertical position will default to a nicer value.
- Trill objects will be avoided when a trill note is tied.
- Parameters for new trills will be inherited from prior trills on the staff.
49
General Discussion / Re: View from DownUnder?
(As I say this, I smile and give you a Vegemite sandwich.)
50