Skip to main content

Messages

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

Messages - Rick G.

52
General Discussion / Re: How to separate percussion into individual staffs?
You might try this:
  • With the tool: Pitch Mod, move some instruments so that none are within 2 semitones of another
  • Add playing style: Tenuto to the begining of each staff
  • Set each staff to MIDI channel 10
  • Export to MIDI
  • Import the file you just saved specifying a Track Size of 2 semitones
  • Shift the instrument notes moved in step 1 to their desired place
55
General Discussion / Re: measures notation
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
57
General Discussion / Re: Strange music typeface
It doesn't handle leger lines properly. The notestems still need to be shifted to the right or they won't align with other voices/parts in the score. A user object would have quite a bit to do to get this right. Custom stem lengths are needed in many cases, especially where there are lyrics. Since stem lengths are set to zero for visual reasons, a user object would need some other way to get that info.
58
General Discussion / Re: Strange music typeface
you would need to make the stem length zero and maybe use an object to draw the stem on the required side.
Or just use a layer for the stems:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|Editor|ActiveStaff:2|CaretIndex:1|CaretPos:0
|PgSetup|DurationPadding:N
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Clef|Type:Bass
|Key|Signature:C|Tonic:C
|TimeSig|Signature:3/4
|Note|Dur:Half,Slur|Pos:8|Opts:StemLength=0
|Note|Dur:4th,Slur|Pos:7|Opts:StemLength=0
|Bar
|Note|Dur:4th|Pos:6|Opts:StemLength=0
|Note|Dur:4th|Pos:5|Opts:StemLength=0
|Note|Dur:4th|Pos:6|Opts:StemLength=0
|Bar
|Note|Dur:Half,Slur|Pos:7|Opts:StemLength=0
|Note|Dur:4th|Pos:6|Opts:StemLength=0
|Bar
|Note|Dur:Half,Slur|Pos:6|Opts:StemLength=0
|Note|Dur:4th|Pos:5|Opts:StemLength=0
|Bar
|Note|Dur:4th|Pos:9|Opts:StemLength=0
|Note|Dur:4th|Pos:9|Opts:StemLength=0
|Note|Dur:4th|Pos:9|Opts:StemLength=0
|Bar
|Note|Dur:4th|Pos:8|Opts:StemLength=0
|Note|Dur:4th|Pos:7|Opts:StemLength=0
|Note|Dur:4th|Pos:6|Opts:StemLength=0
|Bar
|Note|Dur:4th|Pos:7|Opts:StemLength=0
|Note|Dur:4th|Pos:6|Opts:StemLength=0
|Note|Dur:4th|Pos:5|Opts:StemLength=0
|Bar
|Note|Dur:Half,Slur|Pos:5|Opts:StemLength=0
|Note|Dur:4th|Pos:4|Opts:StemLength=0
|Bar|Style:MasterRepeatClose
|AddStaff|Name:"Staff-2"
|StaffProperties|EndingBar:Open (hidden)
|Clef|Type:Bass
|Spacer|Width:0|Color:1
|Key|Signature:C|Tonic:C
|Spacer|Width:0|Color:1
|TimeSig|Signature:3/4
|Spacer|Width:0|Color:1
|Note|Dur:Half|Pos:8z|Opts:XNoteSpace=1,NoLegerLines,Muted
|Spacer|Width:0|Color:1
|Note|Dur:4th|Pos:7z|Opts:NoLegerLines,Muted
|Spacer|Width:0|Color:1
|Bar
|Spacer|Width:0|Color:1
|Note|Dur:4th|Pos:6z|Opts:NoLegerLines,Muted
|Spacer|Width:0|Color:1
|Note|Dur:4th|Pos:5z|Opts:NoLegerLines,Muted
|Spacer|Width:0|Color:1
|Note|Dur:4th|Pos:6z|Opts:NoLegerLines,Muted
|Spacer|Width:0|Color:1
|Bar
|Spacer|Width:0|Color:1
|Note|Dur:Half|Pos:7z|Opts:XNoteSpace=1,NoLegerLines,Muted
|Spacer|Width:0|Color:1
|Note|Dur:4th|Pos:6z|Opts:NoLegerLines,Muted
|Spacer|Width:0|Color:1
|Bar
|Spacer|Width:0|Color:1
|Note|Dur:Half|Pos:6z|Opts:XNoteSpace=1,NoLegerLines,Muted
|Spacer|Width:0|Color:1
|Note|Dur:4th|Pos:5z|Opts:NoLegerLines,Muted
|Spacer|Width:0|Color:1
|Bar
|Spacer|Width:0|Color:1
|Note|Dur:4th|Pos:9z|Opts:NoLegerLines,Muted
|Spacer|Width:0|Color:1
|Note|Dur:4th|Pos:9z|Opts:NoLegerLines,Muted
|Spacer|Width:0|Color:1
|Note|Dur:4th|Pos:9z|Opts:NoLegerLines,Muted
|Spacer|Width:0|Color:1
|Bar
|Spacer|Width:0|Color:1
|Note|Dur:4th|Pos:8z|Opts:NoLegerLines,Muted
|Spacer|Width:0|Color:1
|Note|Dur:4th|Pos:7z|Opts:NoLegerLines,Muted
|Spacer|Width:0|Color:1
|Note|Dur:4th|Pos:6z|Opts:NoLegerLines,Muted
|Spacer|Width:0|Color:1
|Bar
|Spacer|Width:0|Color:1
|Note|Dur:4th|Pos:7z|Opts:NoLegerLines,Muted
|Spacer|Width:0|Color:1
|Note|Dur:4th|Pos:6z|Opts:NoLegerLines,Muted
|Spacer|Width:0|Color:1
|Note|Dur:4th|Pos:5z|Opts:NoLegerLines,Muted
|Spacer|Width:0|Color:1
|Bar
|Spacer|Width:0|Color:1
|Note|Dur:Half|Pos:5z|Opts:XNoteSpace=1,NoLegerLines,Muted
|Spacer|Width:0|Color:1
|Note|Dur:4th|Pos:4z|Opts:NoLegerLines,Muted
|Spacer|Width:0|Color:1
|Bar|Style:MasterRepeatClose
|Spacer|Width:0|Color:1
!NoteWorthyComposer-End
61
General Discussion / Re: Triplet Notation
Yes:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Note|Dur:4th,Triplet=First|Pos:0
|Note|Dur:4th,Triplet|Pos:0
|Note|Dur:4th,Triplet=End|Pos:0
|Marker|Pos:0|Target:Triplet
|Note|Dur:4th,Triplet=First|Pos:0
|Note|Dur:4th,Triplet|Pos:0
|Note|Dur:4th,Triplet=End|Pos:0
!NoteWorthyComposerClip-End
62
Object Plugins / Re: Removing the attack at the end of glissando
How can I remove the attack of the note at the end of glissando?
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffInstrument|Name:"Recorder"|Patch:74|BendRange:24
|Clef|Type:Treble
|Tempo|Base:Quarter Dotted|Tempo:88|Pos:12
|Key|Signature:F#|Tonic:G
|TimeSig|Signature:6/8
|Note|Dur:Half|Pos:2^
|Note|Dur:4th|Pos:2|Opts:Muted
|User|Glissando.ms|Pos:0|Playback:PitchBend
|Bar
|MPC|Controller:pitch|Style:Absolute|TimeRes:Eighth|SweepRes:32|Pt1:0,8875|Pt2:12,8192|Pos:8
|Note|Dur:Half,Dotted|Pos:3^|Opts:Muted
|Bar
|RestChord|Dur:Half|Opts:Stem=Up,Muted,HideRest|Dur2:Half,Dotted|Pos2:3
|Rest|Dur:8th,Dotted|Visibility:Never
|Note|Dur:4th,Grace|Pos:2^|Opts:Muted|Visibility:Never
|Note|Dur:4th,Grace|Pos:2|Visibility:Never
|Rest|Dur:16th|Visibility:Never
!NoteWorthyComposer-End
64
Object Plugins / Re: Side effects
When there is a suite of arpeggios on the same notes and the arpeggios must be played anticipated, then the note off of the previous notes arrive after the note on of the anticipated following arpeggio ...
Any idea on how to circumvent this without big impact on the visible score (beside using a playing hidden layer, of course)?
Perhaps:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Bar
|User|Arpeggio.ms|Pos:-3|Anticipated:Y
|RestChord|Dur:Half,DblDotted|Opts:Stem=Up,Muted,HideRest|Dur2:Whole|Pos2:-6,-3,-1,1,4
|Rest|Dur:8th|Opts:Stem=Up|Visibility:Never
!NoteWorthyComposerClip-End
It appears that Arpeggio.ms uses Dur to time the note off and ignores Dur2
65
General Discussion / Re: Modern a (440) vs Baroque A (415)
My playback is one semitone off. Transposition doesn't help in playback.
It should. You might also try a pitch bend.
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Instrument|Name:"Flute"|Patch:73|Trans:0|DynVel:10,30,45,60,75,92,108,127|Pos:9
|Note|Dur:Half|Pos:-1
|Bar
|Instrument|Name:"trsp-1"|Trans:-1|DynVel:10,30,45,60,75,92,108,127|Pos:9
|Note|Dur:Half|Pos:-1
|Bar
|Instrument|Name:"reset"|Trans:0|DynVel:10,30,45,60,75,92,108,127|Pos:9
|Note|Dur:Half|Pos:-1
|Bar
|MPC|Controller:pitch|Style:Absolute|TimeRes:Quarter|SweepRes:32|Pt1:0,7168|Pos:9
|Note|Dur:Half|Pos:-1
|Bar
|MPC|Controller:pitch|Style:Absolute|TimeRes:Quarter|SweepRes:32|Pt1:0,8192|Pos:9
|Note|Dur:Half|Pos:-1
!NoteWorthyComposerClip-End
68
General Discussion / Re: Standard Scoring Rules
NoteWorthy will not automatically beam across a major beat. The time signature controls what a major beat is.
So we have this:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|TimeSig|Signature:2/2
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=End
|Rest|Dur:Half
|Bar
|TimeSig|Signature:4/4
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=End
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=End
|Rest|Dur:Half
|Bar
!NoteWorthyComposerClip-End
This is a conservative approach. Some scores use this approach, some do not.
69
General Discussion / Re: Creating quintuplets, septuplets etc in Noteworthy composer
If you are looking for 7 in the place of 4, this works passably well:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|Font|Style:User1|Typeface:"NWC2STDA"|Size:16|Italic:Y|CharSet:1
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)
|User|Beam.hmm|Pos:7|Span:7|FinalStemLength:7|OneLess:Y
|Marker|Pos:-8.5|Target:Triplet|Visibility:Never
|Note|Dur:16th,DblDotted,Triplet=First|Pos:0|Opts:StemLength=0,XDotSpace=-1
|Note|Dur:16th,DblDotted,Triplet|Pos:0|Opts:StemLength=0,XDotSpace=-1
|Note|Dur:16th,DblDotted,Triplet|Pos:0|Opts:StemLength=0,XDotSpace=-1
|Text|Text:"__7"|Font:User1|Scale:85|Pos:11.3|Justify:Center|Placement:AtNextNote
|Note|Dur:16th,DblDotted,Triplet|Pos:0|Opts:StemLength=0,XDotSpace=-1
|Note|Dur:16th,DblDotted,Triplet|Pos:0|Opts:StemLength=0,XDotSpace=-1
|Note|Dur:16th,DblDotted,Triplet|Pos:0|Opts:StemLength=0,XDotSpace=-1
|Note|Dur:16th,Dotted,Triplet=End|Pos:0|Opts:StemLength=0,XDotSpace=-1
|Bar
|User|TupletMarks.fso|Pos:8.5|span:7|number:7
|Marker|Pos:-8.5|Target:Triplet|Visibility:Never
|Text|Text:"o"|Font:StaffSymbols|Pos:1|Justify:Center|Placement:AtNextNote
|Note|Dur:16th,DblDotted,Triplet=First|Pos:0z|Opts:StemLength=0,Muted,XDotSpace=-1
|User|Beam.hmm|Pos:7|Span:6|FinalStemLength:7|OneLess:Y
|Note|Dur:16th,DblDotted,Triplet|Pos:0|Opts:StemLength=0,XDotSpace=-1
|Note|Dur:16th,DblDotted,Triplet|Pos:0|Opts:StemLength=0,XDotSpace=-1
|Note|Dur:16th,DblDotted,Triplet|Pos:0|Opts:StemLength=0,XDotSpace=-1
|Note|Dur:16th,DblDotted,Triplet|Pos:0|Opts:StemLength=0,XDotSpace=-1
|Note|Dur:16th,DblDotted,Triplet|Pos:0|Opts:StemLength=0,XDotSpace=-1
|Note|Dur:16th,Dotted,Triplet=End|Pos:0|Opts:StemLength=0,XDotSpace=-1
|Bar
|AddStaff|Name:"Staff-2"
|StaffProperties|EndingBar:Open (hidden)
|Note|Dur:8th|Pos:-2
|Note|Dur:8th|Pos:-2
|Note|Dur:8th|Pos:-2
|Note|Dur:8th|Pos:-2
|Bar
|Note|Dur:8th|Pos:-2
|Note|Dur:8th|Pos:-2
|Note|Dur:8th|Pos:-2
|Note|Dur:8th|Pos:-2
|Bar
!NoteWorthyComposer-End

70
General Discussion / Re: Logo
Print your song as a PDF. Sign the PDF with Adobe Reader using your logo as the image file.
73
General Discussion / Re: Chords - editing individual notes in a chord
CTRL+BACKSPACE
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Treble
|Chord|Dur:4th|Pos:-4,-1,1
|Chord|Dur:4th|Pos:-4,-2,1
!NoteWorthyComposerClip-End
To change the first chord into the second chord, position the cursor the the right of the A, press CTRL+BACKSPACE, move the cursor down to G and press CTRL+ENTER
74
General Discussion / Re: With a little help from my friends...
Your concept might not be as useful as you think.
In print, much depends on where the system breaks.
Often, colored items would be printed.

OTOH, a user object (plugin) can distinguish between print, view and edit.
75
General Discussion / Re: Slurs with rests
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)
|RestChord|Dur:4th,Slur|Opts:Stem=Up,Slur=Downward|Dur2:Half,Dotted,Slur|Pos2:-2
|Note|Dur:4th|Pos:5|Opts:Stem=Up
|Note|Dur:4th|Pos:5|Opts:Stem=Up
|Bar
!NoteWorthyComposer-End
76
General Discussion / Re: Working with *.nwctxt files
So here I am ..., trying hard to solve the biggest problem my users will ever face (content acquisition) with things I can do, like writing an importer for other popular file formats.
NoteWorthy's compressed file format (at least since version 2.5) is not a secret. For someone with your resources, it should be possible to write an inflater that work with a non-Windows operating system.
79
General Discussion / Re: Easy Search-Replace for 1 shape in a 7-shape shape-note score?
I don't understand PHP and the usage is unclear to me, but it would appear I should be able to convert standard to shape noteheads and make the tool just leave off converting one of the notes.  Am I reading that correctly?  If so, that might simplify things a great deal to just leave SOL out of the conversion altogether.
Down around line 40 you will see this:
Code: (php) [Select · Download]
$AllShapeNotes = array("4-shape" => "dfgdfgc", "7-shape" => "abcdfgh");
I suggest a change to:
Code: (php) [Select · Download]
$AllShapeNotes = array("4-shape" => "dogdogc", "7-shape" => "abcdogh");
Since you have been brave enough to look at the code, this should not be too shocking  :)
81
General Discussion / Re: 2nd verse same as the 1st (apologies to Herman's Hermits)
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)
|Clef|Type:Treble
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Bar|Style:MasterRepeatClose
|AddStaff|Name:"Staff-2"
|StaffProperties|EndingBar:Open (hidden)
|StaffProperties|Volume:0|Channel:10
|Clef|Type:Percussion
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|MPC|Controller:vol|Style:Absolute|TimeRes:Quarter|SweepRes:1|Pt1:0,127|Pos:-7
|Bar|Style:MasterRepeatClose
!NoteWorthyComposer-End
82
General Discussion / Re: Glissando
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)
|StaffInstrument|Name:"Violin"|Patch:40
|Clef|Type:Treble
|Key|Signature:Bb|Tonic:F
|Tempo|Base:Half|Tempo:84|Pos:14
|TimeSig|Signature:AllaBreve
|Note|Dur:4th,Slur|Pos:#8|Opts:Stem=Down
|Note|Dur:8th|Pos:10|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:10^|Opts:Stem=Down,Beam|Visibility:Never
|Note|Dur:8th|Pos:10|Opts:Stem=Down,Beam=End
|User|Glissando.ms|Pos:0|EndOffsetY:-0.8|Playback:PitchBend|StartOffsetX:0.6
|Spacer|Width:425
|Note|Dur:4th,Grace|Pos:4|Opts:Muted|Visibility:Never
|Note|Dur:8th|Pos:#1|Opts:Stem=Down,StemLength=0
|User|Markup.rg|Pos:1|Markup:/f1/x1.1/y-2.4/c124/y-4.4/c124/y-6.75/c124
|Spacer|Width:300
|Note|Dur:8th|Pos:3|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:-4|Opts:Stem=Up,Beam=End
|Bar
!NoteWorthyComposer-End
84
General Discussion / Re: Graphic score notation
BB Cluster might look like this:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|PgSetup|Zoom:6
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|BoundaryBottom:8|Lines:1|WithNextStaff:ConnectBars
|TimeSig|Signature:2/4|Visibility:Never
|Spacer|Width:25
|Boundary|Style:Gap|Width:200|SystemConnections:N
|Spacer|Width:50
|Bar
|Chord|Dur:4th,Dotted|Pos:7g,9g|Opts:NoLegerLines
|Chord|Dur:32nd|Pos:1g,3g,5g|Opts:Stem=Down,StemLength=10,Beam=First,NoLegerLines
|Spacer|Width:0|Color:1
|Note|Dur:16th|Pos:-5z|Opts:Stem=Down,StemLength=0,Beam=End,XNoteSpace=1,NoLegerLines,Muted
|Rest|Dur:32nd|Visibility:Never
|Bar
|Rest|Dur:Whole|Opts:VertOffset=-2
|Bar
|Chord|Dur:8th,Staccato,Accent|Pos:7g,9g,11g,13g|Opts:NoLegerLines
|Rest|Dur:8th
|Rest|Dur:4th
|Bar
|AddStaff|Name:"Staff-2"
|StaffProperties|EndingBar:Open (hidden)|BoundaryTop:8|Lines:1
|TimeSig|Signature:2/4|Visibility:Never
|Spacer|Width:25
|Boundary|Style:Gap|Width:200|SystemConnections:N
|Bar
|Rest|Dur:4th
|Rest|Dur:8th
|User|Hairpin.ms|Pos:-8|Span:3|EndOffsetY:-4|EndOffsetX:-1.5
|Rest|Dur:32nd|Visibility:Never
|RestChord|Dur:16th,Dotted|Opts:Stem=Down,StemLength=10.8,NoLegerLines,HideRest|Dur2:4th,Dotted|Pos2:-5g,-3g
|Bar
|Rest|Dur:8th
|Text|Text:"f   "|Font:StaffItalic|Pos:-12.5|Justify:Right|Placement:AtNextNote
|Chord|Dur:8th,Staccato,Accent|Pos:-9g,-7g,-5g,-3g|Opts:NoLegerLines
|Rest|Dur:4th
|Bar
|Rest|Dur:Whole|Opts:VertOffset=-2
|Bar
!NoteWorthyComposer-End
85
General Discussion / Re: Graphic score notation
You might try:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|PgSetup|Zoom:6
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,StemLength=11,Beam=First
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,StemLength=11,Beam=End
|AddStaff|Name:"Staff-2"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,StemLength=11,Beam=First
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,StemLength=9,Beam=End
|AddStaff|Name:"Staff-2-2"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,StemLength=11,Beam=First
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,StemLength=7,Beam=End
|AddStaff|Name:"Staff-2-2-2"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,StemLength=11,Beam=First
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,StemLength=5,Beam=End
|AddStaff|Name:"Staff-2-2-2-2"
|StaffProperties|EndingBar:Open (hidden)
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,StemLength=11,Beam=First
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,StemLength=3,Beam=End
!NoteWorthyComposer-End
87
General Discussion / Re: Things I Don't Know
how to use the visibility options. I have only ever used Default and Never. What's up with all the  other settings?
I do not use any visibility setting other than: Default, Always and Never.

The other settings help users that are trying to create printable versions of the score and parts in one file. I am not one of those users.
88
General Discussion / Re: Paranthetical number at the repeat sign
Is it possible to eliminate that silly number that shows at the top of the repeat sign?
It only appears on the Top staff, so you could use a layer:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|PgSetup|Zoom:6
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Bar|Style:LocalRepeatOpen
|Note|Dur:Whole|Pos:0
|Bar|Style:LocalRepeatClose|Repeat:8|Visibility:Never
|RestMultiBar|NumBars:8|PrintOnce:N|WhenHidden:ShowBars,ShowRests
|Bar
|AddStaff|Name:"Staff-2"
|StaffProperties|EndingBar:Open (hidden)
|Bar|Style:LocalRepeatOpen
|Rest|Dur:Whole|Visibility:Never
|Bar|Style:LocalRepeatClose|Repeat:8
|RestMultiBar|NumBars:8|PrintOnce:N|WhenHidden:ShowBars,ShowRests
|Bar
!NoteWorthyComposer-End
89
Object Plugins / Re: PageTxtMaestro.nw
It seems that PageTxt.nw is not happy with the "Section close"
I don't think "Section close" is the problem.
In measure 74, you have:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|User|PageTxt.nw|Pos:1|PgStyle:Title|Text:%Title%|Fnt:PageSmallText|YLoc:Bottom|XLoc:Left|CY:-13
!NoteWorthyComposerClip-End
I think it should be:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|User|PageTxt.nw|Pos:1|PgStyle:Title|Text:%Title%|Fnt:PageSmallText|YLoc:Bottom|XLoc:Left|CY:-13|PgCtrl:All
!NoteWorthyComposerClip-End
91
General Discussion / Re: calculating font size
The margins in the song are not compatible with any of my printers.
You don't specify what size paper you are using.
I don't have the fonts in the song.

That said, I see a difference between 24pt and 26pt, consistent with what I would expect.
94
General Discussion / Re: tie in syllables
Attached you'll find my total song. You can find the location where I want to use the object in measure 60.
I don't have the fonts you are using, but with the fonts that Windows 7 substitutes for them, this looks OK to me:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|SongInfo|Author|Copyright1:"VHMP"|Copyright2:"model 20181115"
|PgSetup|StaffSize:26|NtnTypeface:NWC2HiVisLP|TitlePage:N|JustifyVertically:N|DurationPadding:N
|Font|Style:StaffItalic|Typeface:"Arial Rounded MT Bold"|Size:16.9|Bold:N|CharSet:1
|Font|Style:StaffBold|Typeface:"Arial Rounded MT Bold"|Size:13|Bold:N|CharSet:1
|Font|Style:StaffLyric|Typeface:"Arial Rounded MT Bold"|Size:26|CharSet:1
|Font|Style:PageTitleText|Typeface:"Arial Rounded MT Bold"|Size:22|Bold:N|CharSet:1
|Font|Style:PageText|Typeface:"Arial Rounded MT Bold"|Size:14|CharSet:1
|Font|Style:PageSmallText|Typeface:"Arial Rounded MT Bold"|Size:14|CharSet:1
|PgMargins|Left:0.00|Top:0.00|Right:0.25|Bottom:0.00
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|BoundaryTop:14|BoundaryBottom:14
|StaffInstrument|Patch:0
|Lyrics|Align:Standard Rules|Offset:-5
|Lyric1|Text:"nu ge_uw ko-ning ziet,\n"
|RestMultiBar|NumBars:59|PrintOnce:N|WhenHidden:ShowBars,ShowRests
|Bar
|Note|Dur:Half|Pos:-1
|Text|Text:"͜   "|Font:StaffLyric|Pos:-15.5|Justify:Center|Placement:AtNextNote
|Note|Dur:Half|Pos:1
|Note|Dur:Half|Pos:2|Opts:XAccSpace=2
|Note|Dur:Half|Pos:0
|Bar
|Note|Dur:Half|Pos:-1
|Rest|Dur:4th
|AddStaff|Name:"Tempo Track"|Label:"Tempo Track"|Group:"Conductor"
|StaffProperties|Visible:N|BoundaryTop:14
|Clef|Type:Treble
|Key|Signature:Bb|Tonic:F
|TimeSig|Signature:4/4
|Rest|Dur:Whole
!NoteWorthyComposer-End
95
General Discussion / Re: tie in syllables
The Slur.ms under the text is thinner because it starts on a grace note. (The code does this on purpose.)
Good to know.
However, you can perform the same thing without having to insert a grace rest, like such:
Not really. That doesn't expand well in Print Preview:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|PgSetup|Zoom:6
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|BoundaryBottom:16
|Lyrics|Align:Standard Rules
|Lyric1|Text:"kin-deren _ kin-deren\n"
|Note|Dur:4th|Pos:1
|User|Slur.ms|Pos:-15|Dir:Downward|StartOffsetY:15.3|StartOffsetX:-1.3|EndOffsetY:13.4|EndOffsetX:-1.6|Strength:0.8|Balance:0
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:-1
|Bar
|Note|Dur:4th|Pos:1
|User|Slur.ms|Pos:-15|Dir:Downward|EndOffsetY:15|EndOffsetX:2.2|StartOffsetX:-0.5
|Rest|Dur:8th,Grace|Opts:VertOffset=-13|Visibility:Never
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:-1
|Bar
|RestMultiBar|NumBars:12|PrintOnce:N|WhenHidden:ShowBars,ShowRests
|Bar|SysBreak:Y
!NoteWorthyComposer-End
96
General Discussion / Re: tie in syllables
In the attached screenshot you'll see the slur should be a little bit bold. Is that possible?
Not with a slur object. But now that NWC supports Unicode, you can fiddle around with a text approach:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|PgSetup|Zoom:6
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|BoundaryBottom:16
|Lyrics|Align:Standard Rules
|Lyric1|Text:"ge_uw ko-ning\n"
|Text|Text:"͜   "|Font:StaffBold|Pos:-14|Justify:Center|Placement:AtNextNote
|Note|Dur:Half|Pos:1
|Note|Dur:Half|Pos:2
|Note|Dur:Half|Pos:0
|Bar
!NoteWorthyComposer-End
The char is: U+035C Combining Double Breve Below, followed by three spaces.

97
General Discussion / Re: tie in syllables
Here is a couple ideas for you:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|PgSetup|Zoom:6
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|BoundaryBottom:16
|Lyrics|Align:Standard Rules
|Lyric1|Text:"kin-deren _ kin-deren\n"
|Note|Dur:4th|Pos:1
|Spacer|Width:100
|Note|Dur:4th,Grace|Pos:-15z^|Opts:StemLength=0,NoLegerLines,Muted
|Note|Dur:4th|Pos:1
|Spacer|Width:50
|Note|Dur:4th,Grace|Pos:-15z|Opts:StemLength=0,NoLegerLines,Muted
|Spacer|Width:50
|Note|Dur:4th|Pos:-1
|Bar
|Note|Dur:4th|Pos:1
|User|Slur.ms|Pos:-15|Dir:Downward|EndOffsetY:15|EndOffsetX:2.2|StartOffsetX:-0.5
|Rest|Dur:8th,Grace|Opts:VertOffset=-13|Visibility:Never
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:-1
!NoteWorthyComposer-End