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.

101
General Discussion / Re: Changing the Font Size
There is not much to be gained with fractional font sizes:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|Font|Style:User1|Size:19|CharSet:1
|Font|Style:User2|Size:19.4|CharSet:1
|Font|Style:User3|Size:19.5|CharSet:1
|Font|Style:User4|Size:19.9|CharSet:1
|Font|Style:User5|Size:20|CharSet:1
|Font|Style:User6|Size:20.1|CharSet:1
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)
|Text|Text:"1"|Font:User1|Pos:8|Wide:Y
|Text|Text:"2"|Font:User2|Pos:8|Wide:Y
|Text|Text:"3"|Font:User3|Pos:8|Wide:Y
|Text|Text:"4"|Font:User4|Pos:8|Wide:Y
|Text|Text:"5"|Font:User5|Pos:8|Wide:Y
|Text|Text:"6"|Font:User6|Pos:8|Wide:Y
!NoteWorthyComposer-End
IMO, this approach is better:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|Font|Style:User1|Size:20|CharSet:1
|Font|Style:User2|Size:21|CharSet:1
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)
|Text|Text:"7"|Font:User2|Pos:8|Wide:Y
|Text|Text:"1"|Font:User1|Scale:101|Pos:8|Wide:Y
|Text|Text:"2"|Font:User1|Scale:102|Pos:8|Wide:Y
|Text|Text:"3"|Font:User1|Scale:103|Pos:8|Wide:Y
|Text|Text:"4"|Font:User1|Scale:104|Pos:8|Wide:Y
|Text|Text:"5"|Font:User1|Scale:105|Pos:8|Wide:Y
|Text|Text:"6"|Font:User1|Scale:106|Pos:8|Wide:Y
|Text|Text:"7"|Font:User2|Pos:8|Wide:Y
!NoteWorthyComposer-End
103
General Discussion / Re: Note velocity, accents, and external MIDI keyboards
Is there a way to change this multiplier to 1.2? 40% is far too much accent.
No.
I agree. %40 is often too much. Even worse, note velocity is limited to 127 so some notes don't get accented at all.

There are ways around this by manipulating the Default Dynamic Velocities and using the Expression Controller rather than note velocities for dynamics. Depending on the instrument and your synth, this may cause more problems than it solves :(

Tomorrow, I could expand this with an example if you are interested.
104
General Discussion / Re: Slur into grace notes
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|User|Slur.ms|Pos:-7|Span:4
|Note|Dur:Half|Pos:-3
|Spacer|Width:200
|Note|Dur:16th,Grace|Pos:-4|Opts:Stem=Up,Beam=First
|Note|Dur:16th,Grace|Pos:-2|Opts:Stem=Up,Beam
|Note|Dur:16th,Grace|Pos:-3|Opts:Stem=Up,Beam=End
|Bar
!NoteWorthyComposerClip-End
106
General Discussion / Re: Flow direction Errors
This is the flow:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|BoundaryTop:16|BoundaryBottom:20
|Lyrics|Align:Standard Rules
|Lyric1|Text:"A B C D E F G\n"
|Lyric2|Text:"A B C D E F G\n"
|Lyric3|Text:"A B C D E F G\n"
|Lyric4|Text:"A B C D E F G\n"
|Text|Text:"pickup"|Font:StaffBold|Pos:8
|Rest|Dur:Whole|Opts:Lyric=Always
|Bar|Style:MasterRepeatOpen|Visibility:Always
|Text|Text:"vamp"|Font:StaffBold|Pos:8
|Rest|Dur:Whole|Opts:Lyric=Always
|Bar|Style:MasterRepeatClose|Visibility:Always
|Bar|Style:MasterRepeatOpen|Visibility:Always
|Ending|Endings:1,2,3|Visibility:Always
|Text|Text:"verse"|Font:StaffBold|Pos:8
|Rest|Dur:Whole|Opts:Lyric=Always
|Bar|Visibility:Always
|Ending|Endings:1|Visibility:Always
|Text|Text:"v1 end"|Font:StaffBold|Pos:8
|Rest|Dur:Whole|Opts:Lyric=Always
|Bar|Visibility:Always
|Ending|Endings:2,3|Visibility:Always
|Text|Text:"v2,3 end"|Font:StaffBold|Pos:8
|Rest|Dur:Whole|Opts:Lyric=Always
|Bar|Visibility:Always
|Ending|Endings:1,2,3,4|Visibility:Always
|Text|Text:"chorus"|Font:StaffBold|Pos:8
|Rest|Dur:Whole|Opts:Lyric=Always
|Bar|Style:MasterRepeatClose|Visibility:Always
|Text|Text:"out"|Font:StaffBold|Pos:8
|Rest|Dur:Whole|Opts:Lyric=Always
|Bar|Style:SectionClose|Visibility:Always
!NoteWorthyComposer-End
If you care about appearance, be careful with decorated bar lines.
They often need to be "faked" with text or put on non-playing layered staves.
108
Object Plugins / Re: Arpeggio.ms (2.0c)
I can fix this with a layer, of course, but I don't think I should need to.
This seems to work:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Treble
|Instrument|Name:"Acoustic Grand Piano"|Patch:0|Trans:0|DynVel:10,30,45,60,75,92,108,127|Pos:16.5
|Note|Dur:Half,Dotted,Slur|Pos:8^|Opts:Stem=Down
|Bar
|Dynamic|Style:p|Pos:-9|Justify:Center|Placement:AtNextNote
|Note|Dur:4th,Grace|Pos:-3^|Visibility:Never
|Note|Dur:4th,Grace|Pos:-1^|Visibility:Never
|Note|Dur:4th,Grace|Pos:1^|Visibility:Never
|User|Arpeggio.ms|Pos:-4|Play:N
|Chord|Dur:4th,Grace|Pos:-3^,b3^|Visibility:Never
|Chord|Dur:Half,Dotted|Pos:8^|Opts:Stem=Up|Dur2:Half,Dotted|Pos2:-3^,-1^,1^,b3^
|Bar
|TimeSig|Signature:12/8
|TempoVariance|Style:Fermata|Pause:0|Pos:14.5|Justify:Center|Placement:AtNextNote
|Chord|Dur:Whole,Dotted|Pos:8|Opts:Stem=Up|Dur2:Whole,Dotted|Pos2:-3,-1,1,3
!NoteWorthyComposerClip-End
110
Object Plugins / Re: Arpeggio.ms (2.0c)
It occurred to me this morning - struggling once again with the arpeggio object and ties
I assume that "It" is a stuck note. This will produce a "note off" to stop it:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Note|Dur:Whole,Grace|Pos:0^|Opts:Muted|Visibility:Never
|Note|Dur:Whole,Grace|Pos:0|Visibility:Never
|Rest|Dur:64th
!NoteWorthyComposerClip-End
The above produces this MIDI output:
Code: (mtx) [Select · Download]
1 On ch=1 n=71 v=0
The rest will be mostly unneeded. It is there only because grace notes at the end of the song are ignored by NoteWorthy.
111
General Discussion / Re: Gliss going the wrong way
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Dynamic|Style:f|Pos:-11
|Note|Dur:Half|Pos:10^
|Note|Dur:8th,Dotted|Pos:10|Opts:Stem=Down,Beam=First
|Text|Text:"2"|Font:StaffItalic|Pos:13|Placement:AtNextNote
|Note|Dur:16th,Slur|Pos:7|Opts:Stem=Down,Beam=End
|User|Glissando.ms|Pos:8|Class:Span|Text:|Weight:1.4
|Bar
|Text|Text:"2"|Font:StaffItalic|Pos:14|Placement:AtNextNote
|Note|Dur:Half|Pos:9^|Opts:Diminuendo
|Note|Dur:8th,Dotted|Pos:9|Opts:Stem=Down,Diminuendo,Beam=First
|Text|Text:"1"|Font:StaffItalic|Pos:12|Placement:AtNextNote
|Note|Dur:16th,Slur|Pos:8|Opts:Stem=Down,Diminuendo,Beam=End
|User|Glissando.ms|Pos:8|Class:Span|Text:|Weight:1.4
|Bar
|Text|Text:"1"|Font:StaffItalic|Pos:8|Placement:AtNextNote
|Note|Dur:Half,Dotted|Pos:4^|Opts:Diminuendo
!NoteWorthyComposerClip-End
113
Object Plugins / Re: Arpeggio.ms (2.0c)
A related problem: the object doesn't mute when the staff it's on is muted.
It is probably possible for the object to detect this, but IMO, NoteWorthy should.
NoteWorthy would be improved if it did not generate any MIDI events from a muted staff.

If you really want to stop a staff from producing sound, assign playback to a non-existent device.
That should supress everything except tempo changes.
114
Tips & Tricks / Re: Can I change the space between the lyric lines?
But I could imagine there could be a way using a little user object.
You imagine more than I can.
Fonts exist that have a larger than normal line height. You could find one (or alter an existing font with a font editor) and use it.

For a crude separation, you can put each verse on its own staff and manipulate the Lyric offset. If you want to use the VerseNumbers.ms object, it will need some special attention as well.
115
General Discussion / Re: itch Bend
Perhaps like this:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|PgSetup|Zoom:6
|StaffProperties|EndingBar:Open (hidden)
|StaffInstrument|Name:"Acoustic Guitar (steel)"|Patch:25|Trans:-12
|Tempo|Tempo:60|Pos:11
|Rest|Dur:4th
|Rest|Dur:8th
|MPC|Controller:pitch|Style:Linear Sweep|TimeRes:Eighth|SweepRes:512|Pt1:0,8192|Pt2:1,14336|Pt3:0,8192|Pos:7
|Note|Dur:8th,Slur|Pos:-1
|MPC|Controller:mod|Style:Absolute|TimeRes:Eighth|SweepRes:1|Pt1:0,64|Pos:10
|Note|Dur:Half,Tenuto|Pos:1
|Bar
!NoteWorthyComposer-End
Code: (miditxt) [Select · Download]
0 Tempo 1000000
288 Pb ch=1 v=8192
288 On ch=1 n=57 v=110
296 Pb ch=1 v=8704
304 Pb ch=1 v=9216
312 Pb ch=1 v=9728
320 Pb ch=1 v=10240
328 Pb ch=1 v=10752
336 Pb ch=1 v=11264
344 Pb ch=1 v=11776
352 Pb ch=1 v=12288
360 Pb ch=1 v=12800
368 Pb ch=1 v=13312
376 Pb ch=1 v=13824
384 On ch=1 n=57 v=0
384 Pb ch=1 v=8192
384 Par ch=1 c=1 v=64
384 On ch=1 n=60 v=116
768 On ch=1 n=60 v=0
Or, if you don't want the attack on the second note:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|PgSetup|Zoom:6
|StaffProperties|EndingBar:Open (hidden)
|StaffInstrument|Name:"Acoustic Guitar (steel)"|Patch:25|Trans:-12
|Tempo|Tempo:60|Pos:11
|Rest|Dur:4th
|Rest|Dur:8th
|MPC|Controller:pitch|Style:Linear Sweep|TimeRes:Eighth|SweepRes:512|Pt1:0,8192|Pt2:1,14336|Pos:7
|SustainPedal|Pos:-7.5|Visibility:Never
|Note|Dur:8th,Slur|Pos:-1
|MPC|Controller:mod|Style:Absolute|TimeRes:Eighth|SweepRes:1|Pt1:0,64|Pos:10
|Note|Dur:Half|Pos:1|Opts:Muted
|SustainPedal|Status:Released|Pos:-7.5|Visibility:Never
|MPC|Controller:pitch|Style:Absolute|TimeRes:Quarter|SweepRes:32|Pt1:0,8192|Pos:7
|Bar
!NoteWorthyComposer-End
116
General Discussion / Re: Page Text and Page Numbering
Page numbers are rendered in PageSmallText. Making it bigger will also make the Copyright bigger:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|PgSetup|PageNumbers:1
|Font|Style:PageSmallText|Size:16|CharSet:1
|RestMultiBar|NumBars:8
|Bar
|Boundary|Style:NewSystem|NewPage:Y
|RestMultiBar|NumBars:8
|Bar
|Boundary|Style:NewSystem|NewPage:Y
|RestMultiBar|NumBars:8
|Bar
|Boundary|Style:NewSystem|NewPage:Y
!NoteWorthyComposer-End
Or you can use MarkupPage.rg
Perhaps, like this:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|User|MarkupPage.rg|Pos:0|Class:StaffSig|Opts:,3,,,,,,,,4,3|m1:/f6.5/p0|m2:/f6.5/p0
|RestMultiBar|NumBars:8|
|Bar
|Boundary|Style:NewSystem|NewPage:Y
|RestMultiBar|NumBars:8|
|Bar
|Boundary|Style:NewSystem|NewPage:Y
|RestMultiBar|NumBars:8|
|Bar
|Boundary|Style:NewSystem|NewPage:Y
!NoteWorthyComposerClip-End
117
General Discussion / Re: sideways wavy line
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|PgSetup|Zoom:6
|StaffProperties|EndingBar:Open (hidden)
|Note|Dur:Half|Pos:6
|User|Glissando.ms|Pos:5|Pen:wavy|Text:|Weight:1.1|EndOffsetX:-0.5|StartOffsetX:0.25
|Note|Dur:Half|Pos:6
!NoteWorthyComposer-End
118
General Discussion / Re: Double dot note spacing
Once you get the beats right, the problem goes away:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:ConnectBars
|Chord|Dur:8th,DblDotted,Slur|Pos:4|Opts:Stem=Up|Dur2:4th|Pos2:-9,-5,0
|Note|Dur:32nd,Accent|Pos:n3|Opts:Stem=Up,ArticulationsOnStem
|Chord|Dur:16th,Slur|Pos:-9,-5,0|Opts:Stem=Down,Slur=Upward|Dur2:8th,DblDotted|Pos2:4
|Text|Text:" z"|Font:StaffSymbols|Pos:-3|Placement:AtNextNote
|Rest|Dur:8th,Slur|Opts:VertOffset=-4
|Rest|Dur:32nd,Slur|Opts:Stem=Down,VertOffset=-4|Visibility:Never
|RestChord|Dur:32nd|Opts:Stem=Down,ArticulationsOnStem,HideRest|Dur2:32nd,Accent|Pos2:n3
|Bar
|AddStaff|Name:"Staff-1"
|StaffProperties|EndingBar:Open (hidden)
|StaffProperties|Channel:2
|Rest|Dur:4th
|Rest|Dur:4th
|Bar
!NoteWorthyComposer-End
120
General Discussion / Re: Staff line weight and thickness
Is it now possible to increase the staff line weight and thickness.
You ask if it is now possible ... This made me ask myself if there was anything new in NWC and that answer is no.

But there is something that is old and generally undocumented.
If you press ALT+Z, a window will pop up entitled: Staff Line Thickness Override (Experimental)
Values of 200 to 500 produce reasonable results.

The value is not stored anywhere.
The change affects the entire instance of NWC.

From notes on the NWC 2.5.2 Beta:
Beta 4 is now available at the top of this topic. Notable additions:

  • Experimental Alt+Z function for temporarily setting staff line thickness (in microns)
122
General Discussion / Re: Bells Used Chart
Maybe printing them as TIFFs (which can contain multiple pages) and then using some tool that "overlays" the graphics ("white is transparent") might help - of course after putting in enough white space so that NWC puts the pieces at the right places on the pages ... has anyone tried that (and knows about tools for this)?
NWC lets you save a page as an EMF. With IrfanView, you can crop it and combine it with other images with IrfanView's  'Create Panoramic Image ...'
IrfanView also lets you paste a clipboard image into a rectangular selection of its main image. I use this a lot for manipulating scanned music to manage page turns.

Generally, I find that overlaying images is not needed.
123
General Discussion / Re: Quintuplets?
You may also find this method to be useful:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Treble
|Tempo|Tempo:120|Pos:9
|TimeSig|Signature:4/4
|Note|Dur:4th,Slur|Pos:-1
|Note|Dur:4th|Pos:-3
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-1
|Bar
|User|TupletMarks.fso|Pos:5.5|span:9|number:5
|Marker|Pos:0|Target:Triplet|Visibility:Never
|Note|Dur:4th,Triplet=First,Slur|Pos:-2
|Rest|Dur:32nd,Dotted,Triplet,Slur|Visibility:Never
|Note|Dur:4th,Triplet,Slur|Pos:-1
|Rest|Dur:32nd,DblDotted,Triplet,Slur|Visibility:Never
|Note|Dur:4th,Triplet,Slur|Pos:0
|Rest|Dur:32nd,Dotted,Triplet,Slur|Visibility:Never
|Note|Dur:4th,Triplet,Slur|Pos:1
|Rest|Dur:32nd,DblDotted,Triplet,Slur|Visibility:Never
|Note|Dur:4th,Triplet,Slur|Pos:2
|Rest|Dur:32nd,Dotted,Triplet=End,Slur|Visibility:Never
|Bar
|Note|Dur:Whole|Pos:3
!NoteWorthyComposerClip-End
124
General Discussion / Re: Chord member spacing
This might be what you are looking for:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff-1"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Note|Dur:4th,Dotted|Pos:7|Opts:Stem=Up,XNoteSpace=0.2
|AddStaff|Name:"Staff-2"
|StaffProperties|EndingBar:Open (hidden)
|Chord|Dur:Whole|Pos:b3,4,5|Opts:Stem=Down
!NoteWorthyComposer-End
127
General Discussion / Re: Special Endings
Like this:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)
|TimeSig|Signature:2/4
|Note|Dur:Half|Pos:-1
|Bar
|Ending|Endings:1
|Note|Dur:Half|Pos:0
|Bar
|Ending
|Note|Dur:Half|Pos:0
|Bar|Style:MasterRepeatClose
|Note|Dur:Half|Pos:1
|Bar|Style:SectionClose
!NoteWorthyComposer-End
129
General Discussion / Re: Scaling of toolbars
Hover your mouse over the "handle" on a particular toolbar, and right click. You'll see a menu that has an entry for each toolbar, with a checkbox next to it. There will also be a submenu named "Button Heights", where you can pick a height between 12 and 60 pixels for that toolbar. (I think the default is 18 pixels.) Each toolbar (except for the Piano) can be separately sized.
The default is 18 pixels.
130
General Discussion / Re: New Strange Sound Issue
instrumentation is voice, piano and oboe
I would suggest making the "singer" MIDI channel 1, the oboe  MIDI channel 2, and the piano a higher MIDI channel.

In the event of voice overload, synths are supposed to drop voices from the higher channels first.

I would also remove any sustain pedal down items. While the pedal is down, voices are not released. They can add up rather quickly. If this solves the issue, you can judiciously add the 'pedal downs' back in where needed.
131
General Discussion / Re: Page Numbering
Page numbers are rendered in Page Small Text. If you are not using the Copyright fields, you can make it as large as you want.
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|SongInfo|Title:"Title"|Author:"Author"|Lyricist:"Lyricist"
|PgSetup|PageNumbers:1
|Font|Style:PageSmallText|Size:14|Bold:Y|CharSet:1
|AddStaff|Name:"Staff"
|RestMultiBar|NumBars:8|PrintOnce:N|WhenHidden:ShowBars,ShowRests
|Bar
|Boundary|Style:NewSystem|NewPage:Y
|RestMultiBar|NumBars:8|PrintOnce:N|WhenHidden:ShowBars,ShowRests
|Bar
|Boundary|Style:NewSystem|NewPage:Y
|RestMultiBar|NumBars:8|PrintOnce:N|WhenHidden:ShowBars,ShowRests
|Bar
|Boundary|Style:NewSystem|NewPage:Y
!NoteWorthyComposer-End
132
Object Plugins / Re: A ghost in my score!
I heard a ghost G note (acciaccatura) identical to the one at the beginning of the last measure.
Why?
The acciaccatura objects get invoked according to the musical flow but they schedule playback according to the visual layout:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|TimeSig|Signature:2/4
|Rest|Dur:Half
|Bar|Style:MasterRepeatOpen
|User|Acciaccatura.ms|Pos:0|Class:StaffSig|Rate:16
|Note|Dur:8th,Grace|Pos:-2|Opts:Muted
|Note|Dur:Half|Pos:-1
|Bar
|Ending|Endings:1
|Note|Dur:8th,Grace|Pos:-1|Opts:Muted
|Note|Dur:4th|Pos:0
|Note|Dur:8th,Grace|Pos:-1|Opts:Muted
|Note|Dur:4th|Pos:0
|Bar|Style:MasterRepeatClose
|Ending|Endings:2
|Rest|Dur:Half
|Bar
|Note|Dur:8th,Grace|Pos:0|Opts:Muted
|Note|Dur:Half|Pos:1
!NoteWorthyComposerClip-End
Seems like the way to fix it is to put an acciaccatura object after each Master or Local Repeat Open and after each Special Ending.
Probably 'To Coda' and Coda also need this, but I have not tested.

If there are only a few, it seems easier to use Standard rather than StaffSig.
134
General Discussion / Re: Stacked Rests
Are you saying that you would need to write it into the code
I don't know what you mean by "write it into the code."
and that there is no way to do it otherwise? How exactly does one do that?
You can also use layers:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Rest|Dur:4th|Opts:VertOffset=4
|Note|Dur:4th|Pos:4|Opts:Stem=Up
|AddStaff|Name:"Staff-2"
|StaffProperties|EndingBar:Open (hidden)
|Rest|Dur:8th|Opts:VertOffset=-4
|Note|Dur:8th|Pos:0
|Note|Dur:4th|Pos:-1|Opts:Stem=Down
!NoteWorthyComposer-End
Could you make one or more of those rests invisible?
Yes, but if you don't want to see the quarter rest, don't put it in.
It can be confusing if you can't see the rests.
And when would you need to use this trick?
When you have 2 or more voices on a staff that pause for different durations, but you can also do this:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Rest|Dur:8th
|RestChord|Dur:8th|Opts:Stem=Up|Dur2:8th|Pos2:0
|Chord|Dur:4th|Pos:-1|Opts:Stem=Down|Dur2:4th|Pos2:4
!NoteWorthyComposerClip-End
135
General Discussion / Re: questions about the layout
In measure 50 and 51 the words "meer te" should be to have a triple, but because of the line break it looks like impossible. Do you know a solution?
Perhaps, like this:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|SongInfo|Author|Copyright1:"VHMP"|Copyright2:"model 20170330"
|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.51|Top:0.99|Right:0.20|Bottom:0.99
|AddStaff|Name:"Staff"
|StaffProperties|BoundaryTop:14|WithNextStaff:Brace
|StaffInstrument|Patch:0
|Lyrics|Align:Standard Rules|Offset:-5
|Lyric1|Text:"Als je in de put zou val-len\nen je zou voor nie-mand\nmeer te ho-ren zijn.\n"
|Tempo|Tempo:136|Pos:8|Visibility:Never
|Clef|Type:Treble
|Key|Signature:F#,C#,G#|Tonic:A
|TimeSig|Signature:Common
|RestMultiBar|NumBars:48|PrintOnce:N|WhenHidden:ShowBars,ShowRests|Visibility:Always
|Bar|Style:Double|SysBreak:Y
|Boundary|Style:NewSystem|NewPage:Y
|Note|Dur:4th,Triplet=First|Pos:-2|Opts:Stem=Up
|Note|Dur:8th,Triplet=End|Pos:-2|Opts:Stem=Up
|Note|Dur:4th,Triplet=First|Pos:-2|Opts:Stem=Up
|Note|Dur:8th,Triplet=End|Pos:-2|Opts:Stem=Up
|Note|Dur:4th,Triplet=First|Pos:-2|Opts:Stem=Up
|Note|Dur:8th,Triplet=End|Pos:-2|Opts:Stem=Up
|Note|Dur:4th,Triplet=First|Pos:-2|Opts:Stem=Up
|Note|Dur:8th,Triplet=End|Pos:-2|Opts:Stem=Up
|Bar
|Note|Dur:4th,Triplet=First|Pos:-2|Opts:Stem=Up
|Note|Dur:8th,Triplet=End|Pos:-2|Opts:Stem=Up
|Note|Dur:4th,Triplet=First|Pos:-2|Opts:Stem=Up
|Note|Dur:8th,Triplet=End|Pos:-2|Opts:Stem=Up
|Note|Dur:4th,Triplet=First|Pos:-2|Opts:Stem=Up
|Note|Dur:8th,Triplet=End|Pos:-2|Opts:Stem=Up
|Note|Dur:4th,Triplet=First|Pos:-3|Opts:Stem=Up
|Spacer|Width:50
|MPC|Controller:tempo|Style:Absolute|TimeRes:Quarter|SweepRes:1|Pt1:0,32768|Pt2:1,136|Pos:10
|Note|Dur:8th,Triplet=End|Pos:-3z|Opts:Lyric=Never,StemLength=0,Muted
|Spacer|Width:0|Color:1
|Bar|SysBreak:Y
|Text|Text:"Kinderen"|Font:StaffLyric|Scale:95|Pos:0
|Boundary|Style:Gap|Width:1500|SystemConnections:N
|Clef|Type:Treble
|Spacer|Width:50
|Note|Dur:4th,Triplet=First|Pos:-2z|Opts:Lyric=Never,StemLength=0,Muted
|Spacer|Width:0|Color:1
|Note|Dur:8th,Triplet=End|Pos:-2
|Bar
|Note|Dur:4th|Pos:-3
|Note|Dur:4th,Triplet=First|Pos:-4|Opts:Stem=Up
|Note|Dur:8th,Triplet=End|Pos:-4^|Opts:Stem=Up
|Note|Dur:4th,Dotted|Pos:-4
|Rest|Dur:8th
|Bar
|Rest|Dur:Whole
|Bar|SysBreak:Y
|AddStaff|Name:"Staff-1"
|StaffProperties|BoundaryTop:14
|StaffProperties|Channel:2
|Lyrics|Align:Standard Rules
|Lyric1|Text:"te ho-ren zijn.\n"
|Boundary|Style:Collapse
|Clef|Type:Treble
|Key|Signature:F#,C#,G#|Tonic:A
|TimeSig|Signature:Common
|RestMultiBar|NumBars:48|PrintOnce:N|WhenHidden:ShowBars,ShowRests
|Bar
|Rest|Dur:Whole
|Bar
|Rest|Dur:4th,Triplet=First
|Rest|Dur:8th,Triplet=End
|Rest|Dur:4th,Triplet=First
|Rest|Dur:8th,Triplet=End
|Rest|Dur:4th,Triplet=First
|Rest|Dur:8th,Triplet=End
|Rest|Dur:4th
|Bar
|Boundary|Style:EndCollapse
|Text|Text:"Allen"|Font:StaffLyric|Scale:95|Pos:0
|Boundary|Style:Gap|Width:1500|SystemConnections:N
|Clef|Type:Treble
|Spacer|Width:50
|Rest|Dur:4th,Triplet=First|Visibility:Never
|Spacer|Width:0|Color:1
|Rest|Dur:8th,Triplet=End
|Bar|SysBreak:Y
|Rest|Dur:4th
|Rest|Dur:4th,Triplet=First
|Rest|Dur:8th,Triplet=End
|Rest|Dur:4th,Dotted
|Note|Dur:8th|Pos:-3
|Bar
|Note|Dur:4th|Pos:-3
|Note|Dur:4th,Triplet=First|Pos:-4|Opts:Stem=Up
|Note|Dur:8th,Triplet=End|Pos:-4^|Opts:Stem=Up
|Note|Dur:Half|Pos:-4
|Boundary|Style:Collapse
|Bar|SysBreak:Y
!NoteWorthyComposer-End
Note: you cannot create the Tempo MPC in the UI, you must do that in a text editor and paste it in.
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|MPC|Controller:tempo|Style:Absolute|TimeRes:Quarter|SweepRes:1|Pt1:0,32768|Pt2:1,136|Pos:10
!NoteWorthyComposerClip-End
136
General Discussion / Re: Chord Symbols
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Treble
|Key|Signature:Bb,Eb,Ab,Db,Gb,Cb,Fb|Tonic:C
|User|ChordPlay.nw|Pos:8.5|Name:Cb
|Chord|Dur:Half|Pos:-4,-2,1
|User|GuitarChord.ms|Pos:9.5|Name:Cb|Anticipated:N
|Chord|Dur:Half|Pos:-4,-2,1
!NoteWorthyComposerClip-End
137
General Discussion / Re: questions about the layout
You need to spend some time aligning your bar lines before anyone can be of much help.
Also, where you put a gap in one staff, you need a gap in the other staves.
Note: A collapsed staff affects layout. You cannot have garbage in it and expect good results.

If you have a staff that you do not want to affect printing, remove it from contents using 'Page Setup.'
138
General Discussion / Re: Stacked Rests
No. Use text:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Text|Text:""|Font:StaffSymbols|Pos:4|Justify:Center|Placement:AtNextNote
|Rest|Dur:8th|Opts:VertOffset=-4
|Note|Dur:8th|Pos:0
|Chord|Dur:4th|Pos:-1|Opts:Stem=Down|Dur2:4th|Pos2:4
!NoteWorthyComposerClip-End
139
General Discussion / Re: Double Bar Line Problems
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Treble
|Key|Signature:F#|Tonic:G
|Tempo|Base:Half|Tempo:200|Pos:10
|TimeSig|Signature:AllaBreve
|Note|Dur:Whole|Pos:-2
|Bar
|Note|Dur:Whole|Pos:-1
|Bar
|Note|Dur:Whole|Pos:0
|Bar
|Note|Dur:Whole|Pos:1
|Bar|Style:Double
|Key|Signature:F#,C#|Tonic:D
|Note|Dur:Whole|Pos:1
|Bar
|Ending|Endings:1
|Note|Dur:Whole|Pos:2
|Bar|Style:Double
|Ending|Endings:1|HideText:Y|Visibility:Never
|Key|Signature:F#|Tonic:G
|Bar|Style:MasterRepeatClose
|Ending|Endings:2
|Key|Signature:F#,C#,G#|Tonic:A
|Note|Dur:Whole|Pos:-2
|Bar|SysBreak:Y
|Note|Dur:Whole|Pos:-1
!NoteWorthyComposerClip-End
fixes playback.
141
Tips & Tricks / Re: An experiment in tuplets
they would insert a non-grace rest of the desired duration of the tuplet, and mark that hidden as well.  Immediately preceding these notes, there would be a user object, which would have necessary parameters to control the appearance (and playback) of the tuplet.
Without knowing the durations and appearance of notes on other staves, the user object could not get the appearance right.
142
Object Plugins / Re: Markup.rg
Google says that "ermetic" is Romanian for hermetic.
There are some examples in the attachment.
145
User Tools / Re: "Remove following rests of same length" user tool (0.1)
NWC does not have an overwrite mode
I'm confused. In 'Clip mode', NWC replaces the selection with STDOUT. In 'File mode', it replaces the entire song with STDOUT. In a sense, it only supports overwrite mode. But the User Tool can copy what it gets from STDIN and insert all or part of it in STDOUT so that both insert and overwrite are supported.

That said, reading a selection from one staff and properly applying it to another staff is difficult to impossible.
146
User Tools / Re: Is there a way to get the current cursor position ("caret position") ...
I'm in clip mode for my user tool;
The cursor position is not available in Clip Mode. You would need to change your User Tool to use File Mode.

In File Mode, the '|Editor|...' info is for the the current view. It is possible to parse the '#/File:..' tag for the source file, if one exists.
This will not work for files opened via 'Open Sample...'