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.

202
General Discussion / Re: creating "flat" files
If you could post a sample nwc file and the graphic file you would like to turn it into, someone might be able to find an easy way to get there.
204
General Discussion / Re: Share with Finale or Sibelius
Normally, when you save a score with Noteworthy Composer, it saves a compressed binary file with the extension .nwc
This was true prior to NWC 2.5
NoteWorthy originally used a binary format. It also sent the binary format through the Clipboard which resulted in many strange behaviors. The language of NoteWorthy is now nwctxt. Since ver 2.5 NWC just adds a header and compresses nwctxt, an improvement IMO.
205
General Discussion / Re: Smoother piano sound during playback
My first thought was Reverb, but that didn't do much for me. Sustain does.
Try the attachment. Note that all staves are MIDI Channel 1.
If you want to hear the difference, set the Control Staff to some other MIDI Channel. Muting it does nothing :(
207
General Discussion / Re: Marking places in score for Editing
I need to jump back and forth  [...] Any other tips and tricks to help in this endeavour?
Use NWC's Find Command.
Put in some invisible Text items consisting of a sequence that won't normally appear in a score. I use two semicolons followed by a lower case letter:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Text|Text:";;a"|Font:StaffItalic|Pos:9|Visibility:Never
!NoteWorthyComposerClip-End
This gives me 26 bookmarks.
After using them for while, the Find Command will build a list of them for you.
To remove all your bookmarks, Search for:
Quote
|Text|Text:";;*"*|Visibility:Never
Go to the beginning of the score, Press F3, delete until they are all gone.

208
General Discussion / Re: Fake master repeat open
I have a piece with a complicated flow. Something like: AABACCDDA.
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|SongInfo|Title:"AABACCDDA"
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)
|Bar|Style:MasterRepeatOpen
|Note|Dur:Half|Pos:-1
|Flow|Style:Fine|Pos:-7.5|Justify:Right|Placement:AtNextNote
|Ending|Endings:1|Visibility:Never
|Bar|Style:MasterRepeatClose
|Ending|Endings:2
|Note|Dur:Half|Pos:0
|Bar|Style:MasterRepeatClose
|Bar|Style:MasterRepeatOpen
|Note|Dur:Half|Pos:1
|Bar|Style:MasterRepeatClose
|Bar|Style:MasterRepeatOpen
|Note|Dur:Half|Pos:2
|Bar|Style:MasterRepeatClose
|Flow|Style:DCalFine|Pos:9.5|Justify:Right|Placement:AtNextNote
!NoteWorthyComposer-End
209
General Discussion / Re: Rinforzando?
The workaround is very simple: just add a hidden crescendo, but why is it needed?
I don't know what you are trying to work around with that advice; in performance, rfz is not the same as cresc.

As NoteWorthy Dynamic Variances: Crescendo, Decescendo and Diminuendo all do the same thing.
Rinforzando and Sforzando do nothing. It is useful to have at least one Dynamic Variance that does nothing.
NoteWorthy looks back to the Staff Position of the last Dynamic or Dynamic Variance to position hairpins.
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)
|DynamicVariance|Style:Rinforzando|Pos:-10|Visibility:Never
|Note|Dur:4th|Pos:0|Opts:Diminuendo
|Note|Dur:4th|Pos:0
!NoteWorthyComposer-End
211
General Discussion / Re: Clipboard data
If you have the discipline to put some dummy object only at the end of each staff, you could search for that object.
In general, the answer is no. If the last object is:
Code: (nwc) [Select · Download]
|Bar|Style:SectionClose
you would be correct in assuming the end of staff most of the time.
A User Tool that receives File Text can be written to detect if the selection includes the last item on the staff.
212
General Discussion / Re: Buglet in printing?
perhaps it wouldn't have happened if the top visible staff, in this case Staff 2, were treated as Top Staff for the purposes of the Visibility=Top Staff Only.  Something for the wish list?
Meh. The Top Staff is home to so many notation elements (Expression, Tempo, Sections, SysBreaks) that I think a better approach is to never collapse the Top Staff.
214
User Tools / Tools to get a staff and paste a staff to a song
The attached User Tool: rg_getStaff.vbs will get the current staff and return it to the STDOUT window as a report.
From there, a user can select it and copy it to the Clipboard. The staff can then be pasted as a New File, to an editor, or added to a song with The User Tool: rg_pasteStaff.vbs

If the script is placed in the Scripts folder (remove .txt), the command is:
Code: [Select · Download]
CScript //nologo Scripts\rg_getStaff.vbs
Input Type is: File text


The attached User Tool: rg_pasteStaff.vbs will paste a staff from the Clipboard.
The Clipboard must contain at least one line that begins with:
Code: (nwc) [Select · Download]
|AddStaff
The staff (or staves) are inserted above the current staff.
StaffProperties, a StaffInstrument, Lyrics, and staff objects are supported.

If the script is placed in the Scripts folder (remove .txt), the command is:
Code: [Select · Download]
CScript //nologo Scripts\rg_pasteStaff.vbs
Input Type is: File text
Required Option is: Returns File Text
215
General Discussion / Re: Copying staffs more efficiently
Oh, yes, there is the relevant Windows API call, I know.
What I mean is: doesn't it exists in Lua too?
Good luck tring to use the Windows API in a script.
My code uses the "htmlfile" COM object to get text from the Clipboard.
To put text into the Clipboard, it writes and runs a hypertext application.
This latter step raised security flags when it tied to do in PHP.

I don't know how to do any of this in Lua.
219
Object Plugins / Re: Glissando.ms (2.11)
I hear the pitch bend returning rapidly to the neutral position slightly before the playing ends.
You shouldn't. This is the MIDI produced by Measure 2:
Code: (mtx) [Select · Download]
768 Pb ch=1 v=8192
770 Pb ch=1 v=8181
772 Pb ch=1 v=8170
774 Pb ch=1 v=8159
776 Pb ch=1 v=8148
778 Pb ch=1 v=8137
780 Pb ch=1 v=8126
782 Pb ch=1 v=8115
784 Pb ch=1 v=8104
786 Pb ch=1 v=8093
788 Pb ch=1 v=8083
790 Pb ch=1 v=8072
792 Pb ch=1 v=8061
794 Pb ch=1 v=8050
796 Pb ch=1 v=8039
798 Pb ch=1 v=8028
800 Pb ch=1 v=8017
802 Pb ch=1 v=8006
804 Pb ch=1 v=7995
806 Pb ch=1 v=7985
808 Pb ch=1 v=7974
810 Pb ch=1 v=7963
812 Pb ch=1 v=7952
814 Pb ch=1 v=7941
816 Pb ch=1 v=7930
818 Pb ch=1 v=7919
820 Pb ch=1 v=7908
822 Pb ch=1 v=7897
824 Pb ch=1 v=7887
826 Pb ch=1 v=7876
828 Pb ch=1 v=7865
830 Pb ch=1 v=7854
832 Pb ch=1 v=7843
834 Pb ch=1 v=7832
836 Pb ch=1 v=7821
838 Pb ch=1 v=7810
840 Pb ch=1 v=7799
842 Pb ch=1 v=7788
844 Pb ch=1 v=7778
846 Pb ch=1 v=7767
848 Pb ch=1 v=7756
850 Pb ch=1 v=7745
852 Pb ch=1 v=7734
854 Pb ch=1 v=7723
856 Pb ch=1 v=7712
858 Pb ch=1 v=7701
860 Pb ch=1 v=7690
862 Pb ch=1 v=7680
864 Pb ch=1 v=7669
866 Pb ch=1 v=7658
868 Pb ch=1 v=7647
870 Pb ch=1 v=7636
872 Pb ch=1 v=7625
874 Pb ch=1 v=7614
876 Pb ch=1 v=7603
878 Pb ch=1 v=7592
880 Pb ch=1 v=7582
882 Pb ch=1 v=7571
884 Pb ch=1 v=7560
886 Pb ch=1 v=7549
888 Pb ch=1 v=7538
890 Pb ch=1 v=7527
892 Pb ch=1 v=7516
894 Pb ch=1 v=7505
896 Pb ch=1 v=7494
898 Pb ch=1 v=7484
900 Pb ch=1 v=7473
902 Pb ch=1 v=7462
904 Pb ch=1 v=7451
906 Pb ch=1 v=7440
908 Pb ch=1 v=7429
910 Pb ch=1 v=7418
912 Pb ch=1 v=7407
914 Pb ch=1 v=7396
916 Pb ch=1 v=7385
918 Pb ch=1 v=7375
920 Pb ch=1 v=7364
922 Pb ch=1 v=7353
924 Pb ch=1 v=7342
926 Pb ch=1 v=7331
928 On ch=1 n=74 v=0
928 On ch=1 n=86 v=0
928 Pb ch=1 v=7320
930 Pb ch=1 v=7309
932 Pb ch=1 v=7298
934 Pb ch=1 v=7287
936 Pb ch=1 v=7277
938 Pb ch=1 v=7266
940 Pb ch=1 v=7255
942 Pb ch=1 v=7244
944 Pb ch=1 v=7233
946 Pb ch=1 v=7222
948 Pb ch=1 v=7211
950 Pb ch=1 v=7200
952 Pb ch=1 v=7189
954 Pb ch=1 v=7179
956 Pb ch=1 v=7168
960 Pb ch=1 v=8192
As you can see, the notes are turned off long before the Pb is reset.
220
General Discussion / Re: staccato: possibility to get smaller dots?
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)
|Marker|Pos:0|Target:Articulation|Visibility:Never
|Text|Text:"z"|Font:StaffCueSymbols|Pos:3|Justify:Center|Placement:AtNextNote
|Note|Dur:4th,Staccato|Pos:0
!NoteWorthyComposer-End
223
General Discussion / Re: notes and lyrics are not visible
Why does NWC2.75 works well while the newest update reproduces an incomplete picture.
Just a guess here as Windows is getting too complex for me to simulate font environments. The latest versions of NWC may not need NWC2STDA.ttf to be registered as a font. Your printer driver probably does need NWC2STDA.ttf to be registered as a font. Somewhere along the line, the copy of NWC2STDA.ttf that was registered may have been deleted or moved.
224
General Discussion / Re: Wish-list item: opaque backgrounds
It would be nice if certain objects (...) could have an option specifying an opaque background.
I suggested long ago that transparent and background be added to the Color list. Each has its uses.

does this mean that the rendering engine renders user objects last? That would explain why "digital whiteout" doesn't appear to work on them.
I don't know. An example would help. If you put the whiteout on a layer that comes after the staff with the undesired ink it will white it out. This can get tricky if you don't want to obscure the staff lines. At worse, this might require yet another layer.

225
Object Plugins / Re: CueHeads.ms (0.3)
I have to live with the result in the attachment
Yes, unless you want to do something like this:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|User|CueHeads.ms|Pos:-1|Class:StaffSig|Color:1
|Rest|Dur:4th|Visibility:Never
|Note|Dur:4th|Pos:-1z|Opts:Stem=Up
|AddStaff|Name:"Staff-1"
|StaffProperties|EndingBar:Open (hidden)
|StaffProperties|Channel:2
|User|CueHeads.ms|Pos:-1|Class:StaffSig
|Chord|Dur:4th|Pos:-1!1,1|Opts:Stem=Up
|Chord|Dur:4th,Grace|Pos:-1!1,1
|Note|Dur:4th|Pos:1z!1|Opts:Stem=Up
!NoteWorthyComposer-End
228
General Discussion / Re: Tiny bug with Ctrl-P in (my older) 2.75a Beta 10
When working on files, I almost always use the same zoom (4=133%) whatever the file, because the note size and number of measures per screen is comfortable for me at that setting.
I do not. IMO, the zoom factor should be stored in the file.
It might be useful if NWC did not flag the zoom as a file change, but since it is a file change, this would look like an inconsistency (or even a bug.)
It is convienient Ctrl+Z will undo it.
A possible solution might be for NWC's Save Prompt to say: "Only the Zoom has changed." This would allow the user to make a more intelligent decision.
229
General Discussion / Re: Problem with online object sync.
I would suggest a failsafe:
Add a zip file to  NoteWorthy Composer Downloads
If the zip file is large, an option to get just the last three months worth of updates might be useful.

In NWC and the viewer where you have 'Online Sync ...', add an option for Zip Sync ...'

An offline user could go to a public library or use a tablet or cell phone to get the zip file.
Worst case, the user would need to copy the zip to a thumb drive.
230
General Discussion / Re: Connected bar only at end of score (and staffs) - is this possible?
I think it's not really complicated  ::)
I hope you are right. It could be that some new function call(s) were added.
When I last looked at the API, it seemed that that all the Boundary items in the current system have to be identified and the largest value selected. If there was no Boundary item setting the boundary in the first bar of the system, the Boundary item prior to the system that set the boundary would need to be located and used. This seemed too complex for me so I gave up.
234
General Discussion / Re: Can't see verse three notechase with da capo & coda
I dont see how this could work:
  • Either you dont put in a D.S.al Coda (or you put it after the hidden master repeat close): Then the coda instruction will not be triggered, and the verse will be played 4 times.
  • Or you place a D.S. al Code before the master repeat close - then highlighting the verse 3 lyrics wont happen.
Or do I miss something?
You missed something. In my example, measure 9 plays. The third lyric in m9 is not highlighted in Warren's example because he didn't have a third lyric there.
Here is the full example with the third verse extended:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|SongInfo|Copyright1:"Copyright © 2008 <Name>"
|Font|Style:StaffLyric|Size:7
|Font|Style:User1|Typeface:"Boxmark2"|Size:16
|AddStaff|Name:"Staff"
|StaffInstrument|Name:"Violin"|Patch:40
|PerformanceStyle|Style:Legato|Pos:0|Visibility:Never
|Clef|Type:Treble
|TimeSig|Signature:4/4
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:1
|Bar
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:1
|Bar|Style:MasterRepeatOpen
|Flow|Style:Segno|Pos:11|Wide:Y
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:1
|Bar
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:1
|Flow|Style:ToCoda|Pos:5|Wide:Y
|Bar
|Ending|Endings:1
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:1
|Bar|Style:MasterRepeatClose
|Ending|Endings:2
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:1
|Bar
|Note|Dur:4th|Pos:5
|Note|Dur:4th|Pos:6
|Note|Dur:4th|Pos:7
|Note|Dur:4th|Pos:8
|Bar
|Note|Dur:8th|Pos:-2|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam=End
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=End
|Note|Dur:8th|Pos:-2|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam=End
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=End
|Flow|Style:DSalCoda|Pos:8|Justify:Right|Placement:BestFitForward
|Bar|Style:Double
|Flow|Style:Coda|Pos:8|Wide:Y
|Chord|Dur:Whole|Pos:-1,1
|AddStaff|Name:"Staff-1"
|StaffProperties|BoundaryTop:10|BoundaryBottom:22
|StaffProperties|Channel:2
|Lyrics|Align:Standard Rules
|Lyric1|Text:"verse one verse one verse one verse one verse one verse one verse one verse one verse one verse one\n"
|Lyric2|Text:"verse two verse two verse two verse two verse two verse two verse twoverse two verse two verse two verse two verse two verse two verse two\n"
|Lyric3|Text:"verse three verse three verse three verse three verse three verse three verse three verse three verse three verse three verse three verse three Three\n"
|Clef|Type:Treble
|TimeSig|Signature:4/4
|Rest|Dur:Whole
|Bar
|Rest|Dur:Half
|Rest|Dur:4th
|Rest|Dur:8th
|Note|Dur:8th|Pos:-2
|Bar|Style:MasterRepeatOpen
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:0|Opts:Stem=Up,Beam=End
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:2|Opts:Stem=Down,Beam=End
|Note|Dur:4th|Pos:3
|Note|Dur:4th|Pos:2
|Bar
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:0|Opts:Stem=Up,Beam=End
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:2|Opts:Stem=Down,Beam=End
|Note|Dur:4th|Pos:3
|Note|Dur:4th|Pos:2
|Bar
|Ending|Endings:1
|Note|Dur:8th|Pos:3|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:2|Opts:Stem=Down,Beam=End
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=End
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:0
|Bar|Style:MasterRepeatClose
|Ending|Endings:2
|Note|Dur:8th|Pos:3|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:2|Opts:Stem=Down,Beam=End
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=End
|Note|Dur:Half|Pos:-1
|Bar
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar|Style:MasterRepeatClose|Visibility:Never
|Bar|Style:Double
|Note|Dur:Whole|Pos:-1
!NoteWorthyComposer-End
235
General Discussion / Re: Can't see verse three notechase with da capo & coda
Encountering a D.S. doesn't increment the verse counter.
The verse counter increments when playback encounters a Master Repeat Close.
Try this for Staff-1:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Treble
|TimeSig|Signature:4/4
|Rest|Dur:Whole
|Bar
|Rest|Dur:Half
|Rest|Dur:4th
|Rest|Dur:8th
|Note|Dur:8th|Pos:-2
|Bar|Style:MasterRepeatOpen
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:0|Opts:Stem=Up,Beam=End
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:2|Opts:Stem=Down,Beam=End
|Note|Dur:4th|Pos:3
|Note|Dur:4th|Pos:2
|Bar
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:0|Opts:Stem=Up,Beam=End
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:2|Opts:Stem=Down,Beam=End
|Note|Dur:4th|Pos:3
|Note|Dur:4th|Pos:2
|Bar
|Ending|Endings:1
|Note|Dur:8th|Pos:3|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:2|Opts:Stem=Down,Beam=End
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=End
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:0
|Bar|Style:MasterRepeatClose
|Ending|Endings:2
|Note|Dur:8th|Pos:3|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:2|Opts:Stem=Down,Beam=End
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=End
|Note|Dur:Half|Pos:-1
|Bar
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar|Style:MasterRepeatClose|Visibility:Never
|Bar|Style:Double
|Note|Dur:Whole|Pos:-1
!NoteWorthyComposerClip-End
239
General Discussion / Re: Persistent (stuck) notes
I suspect that there maybe a midi overload problem on your pc perhaps.
I don't.
I have spent some time with the file. I find a stuck note on Oboe II if playback is started at 286
It gets worse, becoming a real mess by 381
To be continued ...

Appears to be a muted note problem. When I unmute all the notes in Oboe II, the problem at 286 goes away.
This causes the stuck note at 286:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
# Oboe II, m78
|Note|Dur:4th,Dotted|Pos:-1^
|Bar
|Note|Dur:16th|Pos:-1|Opts:Stem=Up,Beam=First,Muted
!NoteWorthyComposerClip-End

The stuck notes are caused by muted tie destinations on tied notes that are not muted.
To fix, unmute the tie destination note in these staves and measures:
Flute II 742
Oboe II 79, 170, 741
Violin I 5, 386
Violin II 5, 385
Soprano I 305, 313, 742
Tenor 305
Bass 600
240
General Discussion / Re: Skipping a section
You might try this:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Note|Dur:4th|Pos:0
|Bar|Style:MasterRepeatOpen
|Ending|Endings:7
|Note|Dur:4th|Pos:1
|Bar|Style:MasterRepeatClose
|Note|Dur:4th|Pos:2
!NoteWorthyComposerClip-End
241
General Discussion / Re: Chord with 1/4 and 1/8th note members
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Spacer|Width:50
|Marker|Pos:9
|Note|Dur:8th,Slur|Pos:n0|Opts:Stem=Up,Slur=Upward,StemLength=7.5,Beam=First
|Note|Dur:8th,Slur|Pos:2|Opts:Stem=Up,StemLength=6.5,Beam=End
|Chord|Dur:4th,Slur|Pos:-6,-4,1
|Marker|Pos:5.5
|Chord|Dur:4th|Pos:-5,0
|Bar
|AddStaff|Name:"Staff-2"
|StaffProperties|EndingBar:Open (hidden)
|Chord|Dur:4th|Pos:-5,-1|Opts:Stem=Down,XNoteSpace=1
|Rest|Dur:4th|Visibility:Never
|Note|Dur:8th|Pos:-1|Opts:Stem=Down,Beam=First,XNoteSpace=1.2
|Spacer|Width:33
|Note|Dur:8th|Pos:#-2|Opts:Stem=Down,Beam=End
|Bar
!NoteWorthyComposer-End
242
Object Plugins / Re: Tremolo.ms (version 1.0)
it was simply not possible to slur the tremolo. I don't know why.
Code: (nwc) [Select · Download]
|RestChord|Dur:4th|Opts:Stem=Up,Muted,HideRest|Dur2:Half,Dotted,Slur|Pos2:b5,8
Something (perhaps a User Tool) managed to create a Dur: without a slur and a Dur2: with a slur. This confuses the GUI which shows a slur but won't let you remove it. Or fix it.
243
General Discussion / Re: Mordants
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Treble
|Text|Text:""|Font:StaffSymbols|Pos:6|Justify:Center|Placement:AtNextNote
|Note|Dur:4th|Pos:2
!NoteWorthyComposerClip-End
245
General Discussion / Re: lay-out music
I don't get what I want.

Do I something wrong?
Depends on what you want.

The second system of this dosen't indent:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)
|Text|Text:"V"|Font:StaffLyric|Pos:0
|Boundary|Style:Gap|Width:300|SystemConnections:N
|Clef|Type:Treble
|Key|Signature:Bb|Tonic:F
|TimeSig|Signature:2/2
|Note|Dur:4th|Pos:-5|Opts:Stem=Up
|Bar
|Note|Dur:4th|Pos:-3|Opts:Stem=Up
|Note|Dur:4th|Pos:-2|Opts:Stem=Up
|Note|Dur:4th|Pos:-1|Opts:Stem=Up
|Note|Dur:4th|Pos:1|Opts:Stem=Down
|Bar
|Note|Dur:Half|Pos:-1|Opts:Stem=Up
|Note|Dur:4th|Pos:-1|Opts:Stem=Up
|Bar|SysBreak:Y|Visibility:Never
|Boundary|Style:Gap|Width:300|SystemConnections:N
|Note|Dur:4th|Pos:-1|Opts:Stem=Up
|Bar
|Note|Dur:4th|Pos:0|Opts:Stem=Down
|Note|Dur:4th|Pos:-2|Opts:Stem=Up
|Note|Dur:4th|Pos:-3|Opts:Stem=Up
|Note|Dur:4th|Pos:-2|Opts:Stem=Up
|Bar
|Note|Dur:Half,Dotted|Pos:-1|Opts:Stem=Up
|Bar|SysBreak:Y|Visibility:Never
|AddStaff|Name:"Staff-2"
|StaffProperties|EndingBar:Open (hidden)
|Boundary|Style:Collapse
|Clef|Type:Treble|Visibility:Never
|Key|Signature:Bb|Tonic:F|Visibility:Never
|TimeSig|Signature:2/2|Visibility:Never
|Rest|Dur:4th|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Half|Visibility:Never
|Rest|Dur:4th|Visibility:Never
|Bar|SysBreak:Y|Visibility:Never
|Boundary|Style:Gap|Width:300|SystemConnections:N
|Rest|Dur:4th|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Half,Dotted
|Bar|SysBreak:Y|Visibility:Never
!NoteWorthyComposer-End

But this does:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)
|Text|Text:"V"|Font:StaffLyric|Pos:0
|Boundary|Style:Gap|Width:300|SystemConnections:N
|Clef|Type:Treble
|Key|Signature:Bb|Tonic:F
|TimeSig|Signature:2/2
|Note|Dur:4th|Pos:-5|Opts:Stem=Up
|Bar
|Note|Dur:4th|Pos:-3|Opts:Stem=Up
|Note|Dur:4th|Pos:-2|Opts:Stem=Up
|Note|Dur:4th|Pos:-1|Opts:Stem=Up
|Note|Dur:4th|Pos:1|Opts:Stem=Down
|Bar
|Note|Dur:Half|Pos:-1|Opts:Stem=Up
|Note|Dur:4th|Pos:-1|Opts:Stem=Up
|Bar|SysBreak:Y|Visibility:Never
|Boundary|Style:Gap|Width:300|SystemConnections:N
|Note|Dur:4th|Pos:-1|Opts:Stem=Up
|Bar
|Note|Dur:4th|Pos:0|Opts:Stem=Down
|Note|Dur:4th|Pos:-2|Opts:Stem=Up
|Note|Dur:4th|Pos:-3|Opts:Stem=Up
|Note|Dur:4th|Pos:-2|Opts:Stem=Up
|Bar
|Note|Dur:Half,Dotted|Pos:-1|Opts:Stem=Up
|Bar|SysBreak:Y|Visibility:Never
|AddStaff|Name:"Staff-2"
|StaffProperties|EndingBar:Open (hidden)
|Boundary|Style:Collapse
|Text|Text:" "|Font:StaffItalic|Pos:8
|Clef|Type:Treble|Visibility:Never
|Key|Signature:Bb|Tonic:F|Visibility:Never
|TimeSig|Signature:2/2|Visibility:Never
|Rest|Dur:4th|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Half|Visibility:Never
|Rest|Dur:4th|Visibility:Never
|Bar|SysBreak:Y|Visibility:Never
|Boundary|Style:Gap|Width:300|SystemConnections:N
|Rest|Dur:4th|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Half,Dotted
|Bar|SysBreak:Y|Visibility:Never
!NoteWorthyComposer-End
246
General Discussion / Re: lay-out music
You have:
Code: (nwc) [Select · Download]
|Boundary|Style:Collapse
Followed by:
Code: (nwc) [Select · Download]
|Boundary|Style:Gap|Width:300|SystemConnections:N
with all the items between them marked: Visibility:Never
This confuses NoteWorthy

A quick fix is to replace:
Code: (nwc) [Select · Download]
|Boundary|Style:Collapse
with:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Boundary|Style:Collapse
|Text|Text:" "|Font:StaffItalic|Pos:8
!NoteWorthyComposerClip-End
247
General Discussion / Re: How to write a 2nd voice with rest on one staff
It is, but at some point you are going to need to control the Stem Length of the notes. If you use a split chord, you get the same Stem Length for each voice. I would suggest something like this:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Marker|Pos:-7|Target:Triplet|Visibility:Never
|Rest|Dur:8th,Triplet=First|Visibility:Never
|RestChord|Dur:4th,Triplet=End,Slur|Opts:Stem=Down,Slur=Upward,XNoteSpace=0.5,NoLegerLines,Muted,HideRest|Dur2:Whole|Pos2:7z
|Marker|Pos:9.5
|Note|Dur:4th,Slur|Pos:5|Opts:Stem=Up,StemLength=5.5
|Rest|Dur:4th,Slur|Opts:VertOffset=8
|Marker|Pos:9.5
|Note|Dur:4th,Slur|Pos:6|Opts:Stem=Up,StemLength=5.5
|Bar
|AddStaff|Name:"Staff-2"
|StaffProperties|EndingBar:Open (hidden)
|Marker|Pos:6|Target:Triplet
|Rest|Dur:8th,Triplet=First
|Chord|Dur:8th,Triplet|Pos:-2,1,3|Opts:Stem=Down,StemLength=5,Beam=First
|Marker|Pos:7|Target:Triplet
|Chord|Dur:8th,Triplet=End|Pos:-2,1,3|Opts:Stem=Down,StemLength=5,Beam=End
|Marker|Pos:6|Target:Triplet|Visibility:Never
|Chord|Dur:8th,Triplet=First|Pos:-2,1,3|Opts:Stem=Down,StemLength=5,Beam=First
|Chord|Dur:8th,Triplet|Pos:-2,1,3|Opts:Stem=Down,StemLength=5,Beam
|Chord|Dur:8th,Triplet=End|Pos:-2,1,3|Opts:Stem=Down,StemLength=5,Beam=End
|Marker|Pos:6|Target:Triplet|Visibility:Never
|Chord|Dur:8th,Triplet=First|Pos:-1,1,3|Opts:Stem=Down,StemLength=6,Beam=First
|Chord|Dur:8th,Triplet|Pos:-1,1,3|Opts:Stem=Down,StemLength=6,Beam
|Chord|Dur:8th,Triplet=End|Pos:-1,1,3|Opts:Stem=Down,StemLength=6,Beam=End
|Marker|Pos:6|Target:Triplet|Visibility:Never
|Chord|Dur:8th,Triplet=First|Pos:-1,1,3|Opts:Stem=Down,StemLength=6,Beam=First
|Chord|Dur:8th,Triplet|Pos:-1,1,3|Opts:Stem=Down,StemLength=6,Beam
|Chord|Dur:8th,Triplet=End|Pos:-1,1,3|Opts:Stem=Down,StemLength=6,Beam=End
|Bar
!NoteWorthyComposer-End
248
General Discussion / Re: Slurred Chord
you could use layers and show the slurs separately on each layer.
Something like this:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Chord|Dur:Whole,Slur|Pos:1,7
|Bar
|Chord|Dur:4th|Pos:4,6
|AddStaff|Name:"Staff-1"
|StaffProperties|EndingBar:Open (hidden)
|StaffProperties|Volume:-1|StereoPan:-1
|Chord|Dur:Whole,Slur|Pos:1,7|Opts:Stem=Up,Muted
|Bar
|Chord|Dur:4th|Pos:4,6|Opts:Muted
!NoteWorthyComposer-End
250
General Discussion / Re: showing on the same staff
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|PgSetup|DurationPadding:N
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Note|Dur:Whole|Pos:-2|Opts:XNoteSpace=1
|Bar
|Note|Dur:Half,Dotted|Pos:-3
|Rest|Dur:4th
|Bar|Style:Double
|Rest|Dur:Whole|Visibility:Never
|Bar
|AddStaff|Name:"Staff-1"
|StaffProperties|EndingBar:Open (hidden)|BoundaryTop:10|BoundaryBottom:10|WithNextStaff:Layer
|StaffProperties|Channel:2
|Note|Dur:Half|Pos:-3|Opts:Stem=Down
|Spacer|Width:300
|Note|Dur:Half|Pos:-4|Opts:Stem=Down
|Bar
|Note|Dur:Half,Dotted|Pos:-6|Opts:Stem=Down
|Rest|Dur:4th|Opts:Stem=Down
|Bar|Style:Double
|Rest|Dur:Whole|Visibility:Never
|Bar
|AddStaff|Name:"Staff-4"
|StaffProperties|EndingBar:Open (hidden)|BoundaryTop:10|BoundaryBottom:10|WithNextStaff:Layer
|StaffProperties|Channel:5
|Rest|Dur:Whole|Visibility:Never
|Bar
|Rest|Dur:Whole|Visibility:Never
|Bar|Style:Double
|Text|Text:"Kwartet"|Font:StaffItalic|Pos:10
|Spacer|Width:50
|Note|Dur:Half|Pos:1|Opts:Stem=Up
|Spacer|Width:300
|Note|Dur:4th,Dotted|Pos:-1|Opts:Stem=Up
|Spacer|Width:150
|Note|Dur:8th|Pos:0|Opts:Stem=Up
|Bar
|AddStaff|Name:"Staff-5"
|StaffProperties|EndingBar:Open (hidden)|BoundaryTop:10|BoundaryBottom:10
|StaffProperties|Channel:6
|Rest|Dur:Whole|Visibility:Never
|Bar
|Rest|Dur:Whole|Visibility:Never
|Bar|Style:Double
|Note|Dur:Half|Pos:-3|Opts:Stem=Down
|Note|Dur:4th,Dotted|Pos:-3|Opts:Stem=Down
|Note|Dur:8th|Pos:-4|Opts:Stem=Down
|Bar
|AddStaff|Name:"Staff-2"
|StaffProperties|EndingBar:Open (hidden)|BoundaryTop:10|BoundaryBottom:10|WithNextStaff:Layer
|StaffProperties|Channel:3
|Note|Dur:Half|Pos:7|Opts:Stem=Up
|Note|Dur:4th,Dotted|Pos:6|Opts:Stem=Up
|Note|Dur:8th|Pos:5|Opts:Stem=Up
|Bar
|Note|Dur:Half,Dotted|Pos:4|Opts:Stem=Up
|Rest|Dur:4th|Opts:Stem=Up
|Bar|Style:Double
|Rest|Dur:Whole|Visibility:Never
|Bar
|AddStaff|Name:"Staff-3"
|StaffProperties|EndingBar:Open (hidden)|BoundaryTop:10|BoundaryBottom:10|WithNextStaff:Layer
|StaffProperties|Channel:4
|Note|Dur:Half|Pos:-2|Opts:Stem=Down
|Note|Dur:Half|Pos:-1|Opts:Stem=Down
|Bar
|Note|Dur:Half,Dotted|Pos:2|Opts:Stem=Down
|Rest|Dur:4th|Opts:Stem=Down
|Bar|Style:Double
|Rest|Dur:Whole|Visibility:Never
|Bar
|AddStaff|Name:"Staff-6"
|StaffProperties|EndingBar:Open (hidden)|BoundaryTop:10|BoundaryBottom:10|WithNextStaff:Layer
|StaffProperties|Channel:7
|Rest|Dur:Whole|Visibility:Never
|Bar
|Rest|Dur:Whole|Visibility:Never
|Bar|Style:Double
|Note|Dur:Half|Pos:4|Opts:Stem=Up
|Note|Dur:4th,Dotted|Pos:6|Opts:Stem=Up
|Note|Dur:8th|Pos:5|Opts:Stem=Up
|Bar
|AddStaff|Name:"Staff-7"
|StaffProperties|EndingBar:Open (hidden)|BoundaryTop:10|BoundaryBottom:10
|StaffProperties|Channel:8
|Boundary|Style:Collapse
|Rest|Dur:Whole|Visibility:Never
|Bar
|Rest|Dur:Whole|Visibility:Never
|Bar|Style:Double
|Note|Dur:Half|Pos:2|Opts:Stem=Down
|Note|Dur:4th,Dotted|Pos:4|Opts:Stem=Down
|Note|Dur:8th|Pos:3|Opts:Stem=Down
|Bar
!NoteWorthyComposer-End