151
General Discussion / Re: different Time signature between Voice and piano: How to correct Bar positions?
Also, a tool to extend the duration of all notes by 1/2 OR add a hidden rest: Triplets.htm
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.
This will definitely save time. I've been putting a lot of duplicate information in all the staves. How important is it for this tempo stave to be just one line? It it's going to be invisible, and layered, does it matter?
!NoteWorthyComposer(2.751)How do I get the last section to repeat?
|Editor|ActiveStaff:1|CaretIndex:1|CaretPos:0
|SongInfo|Title:"Eine Kleine Nachtmusik K. 525 2 - Romanze"|Author:"Mozart"|Lyricist:""|Copyright1:""|Copyright2:""|Comments:"Transcription: Warren Porter"
|PgSetup|StaffSize:18|Zoom:4|TitlePage:Y|JustifyVertically:Y|PrintSystemSepMark:N|ExtendLastSystem:N|DurationPadding:Y|PageNumbers:1|StaffLabels:First System|BarNumbers:Boxed|StartingBar:0
|Font|Style:StaffItalic|Typeface:"Times New Roman"|Size:11.45|Bold:Y|Italic:Y|CharSet:0
|Font|Style:StaffBold|Typeface:"Times New Roman"|Size:8.18|Bold:Y|Italic:N|CharSet:0
|Font|Style:StaffLyric|Typeface:"Times New Roman"|Size:8.18|Bold:N|Italic:N|CharSet:0
|Font|Style:PageTitleText|Typeface:"Times New Roman"|Size:24|Bold:Y|Italic:N|CharSet:0
|Font|Style:PageText|Typeface:"Times New Roman"|Size:12|Bold:N|Italic:N|CharSet:0
|Font|Style:PageSmallText|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
|Font|Style:User1|Typeface:"AR DECODE"|Size:72|Bold:N|Italic:N|CharSet:1
|Font|Style:User2|Typeface:"Times New Roman"|Size:5|Bold:N|Italic:N|CharSet:0
|Font|Style:User3|Typeface:"Times New Roman"|Size:5|Bold:N|Italic:N|CharSet:0
|Font|Style:User4|Typeface:"Times New Roman"|Size:5|Bold:N|Italic:N|CharSet:0
|Font|Style:User5|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
|Font|Style:User6|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
|PgMargins|Left:2.54|Top:2.54|Right:2.54|Bottom:2.54|Mirror:N
|AddStaff|Name:"Conductor"|Group:"Standard"
|StaffProperties|EndingBar:Master Repeat Close|Visible:Y|BoundaryTop:10|BoundaryBottom:10|Lines:1|WithNextStaff:Layer|Color:Default
|StaffProperties|Muted:N|Volume:127|StereoPan:64|Device:0|Channel:6
|StaffInstrument|Trans:0|DynVel:10,30,45,60,75,92,108,127
|TimeSig|Signature:3/4
|Spacer|Width:125
|Tempo|Tempo:168|Text:"Allegretto"|Pos:10.5
|Rest|Dur:4th|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Half|Visibility:Never
|Bar|Style:MasterRepeatClose|XBarCnt:Y
|Bar|Style:MasterRepeatOpen|XBarCnt:Y
|Rest|Dur:4th|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Half|Visibility:Never
|Flow|Style:Fine|Pos:-8|Wide:Y
|Bar|Style:MasterRepeatClose|XBarCnt:Y
|Bar|Style:MasterRepeatOpen|XBarCnt:Y
|Text|Text:"Trio"|Font:PageTitleText|Pos:10.5
|Rest|Dur:4th|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Half|Visibility:Never
|Bar|Style:MasterRepeatClose|XBarCnt:Y
|Bar|Style:MasterRepeatOpen|XBarCnt:Y
|Rest|Dur:4th|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Half|Visibility:Never
|Flow|Style:DCalFine|Pos:-7|Wide:Y
!NoteWorthyComposer-End
switch(saveText) {
case "e":
case "?":
case "": //Natural
saveAcc = "n";
break;
case "f":
case "": //Flat
saveAcc = "b";
break;
case "d":
case "": //Sharp
saveAcc = "#";
break;
case "g": // Double sharp
case "":
saveAcc = "x";
break;
case "h": // Double Flat
case "":
saveAcc = "v";
break;
default:
errMsg+= ti + "->" + saveText + "<- " + lines[i] + "\n";
errMsg += "Couldn't find accidental in " + lines[ti], rc = 1; return lines; // change += to = when live
}
|Text|Text:"&"|Font:StaffSymbols|Pos:8|Justify:Center|Placement:AtNextNote
(I am assuming that a user tool can determine the currently specified duration when it is run.)
wscript Scripts\mmr.js <PROMPT:MMR?:=|Yes|Undo> <PROMPT:Options:=|HideAll|ShowAll|ShowBar|ShowRst|LayerHide>
wscript "C:\Users\Porter Household\Documents\My Webs\javascript\mmr.js" <PROMPT:MMR?:=|Yes|Undo> <PROMPT:Options:=|HideAll|ShowAll|ShowBar|ShowRst|LayerHide>Before adding that line, click Browse to find the file, put "wscript " at the beginning and the prompts at the end. On mine, "wscript.exe" is in \Windows\System32.
Sorry, Warren, but I miss the point.
Isn't obvious when the piano stops playing by looking at its empty staves?
And, in case you have only your part and not the full score, why add another staff just to show the small rests and not putting a simple mark when the piano stops?
/*
unShape.js by Warren Porter
Un-shape Tool
This tool will remove the shape attribute
This tool can operate on ONLY a selected part of a staff, or, if nothing has been selected, the entire staff.
To install:
1) Save this file with the name unShape.js on your computer and remember its location.
2) Start NWC and press Alt/F8. Pick new
3) After choosing a name and group, browse for this file and click "Open".
4) Insert "wscript " at the beginning of the command.
5) Clip text should be selected and check no options.
*/
rc=0, errMsg="";
function doProcess(clip) {
var displ=0, upDispl=0;
var result = new Array();
var lines = clip.split("\r\n");
for (i = 1; i < lines.length; i++) { // Main processing loop
if (/Fake/.test(lines[i]))
lines[i] = "#";
else {
result = lines[i].match(/(\|Note.*Pos:)([n#bvx]?)(-?\d+)([a-h])(\^?)(.*)$/) // 1. Note thru Pos 2. Accidental 3. Position 4. Shape 5. Ties 6. To end of line
if (result != null) {
lines[i] = result[1] + result[2] + result[3] + result[5] + result[6] }
} } // End main loop
return lines;
}
var myLines;
myLines=doProcess(WScript.StdIn.ReadAll()).join("\r\n");
if (rc == 0)
WScript.StdOut.Write(myLines);
else
WScript.StdErr.Write(errMsg);
WScript.quit(rc);
!NoteWorthyComposerClip(2.751,Single)Is there a better way to fix this?
|Bar
|Note|Dur:4th|Pos:-3
|Chord|Dur:4th|Pos:#-8,-4
|Chord|Dur:4th|Pos:-8,-4,-2
|Bar
|RestChord|Dur:4th|Opts:Stem=Down,ArticulationsOnStem|Dur2:Half|Pos2:-3
|Chord|Dur:4th|Pos:#-8,-4|Opts:Stem=Down
|Chord|Dur:4th|Pos:-8,-4,-2
!NoteWorthyComposerClip-End
I find the visibility settings a little complicated for the multibar rest feature. For me it's always a bit of trial and error.
!NoteWorthyComposer(2.751)
|Editor|ActiveStaff:1|CaretIndex:1|CaretPos:-1
|SongInfo|Title:"Birthday Cadenza"|Author:"Warren Porter"|Lyricist:""|Copyright1:"Copyright © 2000 by Warren Porter"|Copyright2:"All Rights Reserved"
|PgSetup|StaffSize:26|Zoom:5|TitlePage:Y|JustifyVertically:Y|PrintSystemSepMark:N|ExtendLastSystem:Y|DurationPadding:Y|PageNumbers:0|StaffLabels:None|BarNumbers:None|StartingBar:1|AllowLayering:N
|Font|Style:StaffItalic|Typeface:"Times New Roman"|Size:17|Bold:Y|Italic:Y|CharSet:0
|Font|Style:StaffBold|Typeface:"Times New Roman"|Size:13|Bold:Y|Italic:N|CharSet:0
|Font|Style:StaffLyric|Typeface:"Times New Roman"|Size:12|Bold:N|Italic:N|CharSet:0
|Font|Style:PageTitleText|Typeface:"Times New Roman"|Size:24|Bold:Y|Italic:N|CharSet:0
|Font|Style:PageText|Typeface:"Times New Roman"|Size:12|Bold:N|Italic:N|CharSet:0
|Font|Style:PageSmallText|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
|Font|Style:User1|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
|Font|Style:User2|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
|Font|Style:User3|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
|Font|Style:User4|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
|Font|Style:User5|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
|Font|Style:User6|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
|PgMargins|Left:1.78|Top:0.25|Right:1.78|Bottom:2.29|Mirror:N
|AddStaff|Name:"Staff"|Label:"Staff"|Group:"Standard"
|StaffProperties|EndingBar:Section Close|Visible:Y|BoundaryTop:15|BoundaryBottom:15|Lines:5|Color:Default
|StaffProperties|Muted:N|Volume:127|StereoPan:64|Device:0|Channel:1
|StaffInstrument|Patch:40|Trans:0|DynVel:10,30,45,60,75,92,108,127
|PerformanceStyle|Style:Legato|Pos:0|Visibility:Never
|Clef|Type:Treble
|Key|Signature:F#|Tonic:G
|TimeSig|Signature:3/4
|Dynamic|Style:f|Opts:Velocity=127,Volume=92|Pos:-8
|Tempo|Tempo:100|Pos:10
|Note|Dur:8th,Dotted|Pos:2|Opts:Stem=Down,Beam=First
|Note|Dur:16th|Pos:2|Opts:Stem=Down,Beam=End
|Bar
|Note|Dur:4th|Pos:3
|Note|Dur:4th|Pos:2
|Note|Dur:4th|Pos:5
|Bar
|Tempo|Tempo:48|Pos:10
|Note|Dur:32nd,Triplet=First,Slur|Pos:4|Opts:Stem=Down,Beam=First
|Note|Dur:32nd,Triplet,Slur|Pos:2|Opts:Stem=Down,Beam
|Note|Dur:32nd,Triplet=End,Slur|Pos:-1|Opts:Stem=Down,Beam=End
|Note|Dur:32nd,Triplet=First,Slur|Pos:-3|Opts:Stem=Up,Beam=First
|Note|Dur:32nd,Triplet,Slur|Pos:-5|Opts:Stem=Up,Beam
|Note|Dur:32nd,Triplet=End,Slur|Pos:-8|Opts:Stem=Up,Beam=End
|Note|Dur:32nd,Triplet=First,Slur|Pos:-5|Opts:Stem=Up,Beam=First
|Note|Dur:32nd,Triplet,Slur|Pos:-3|Opts:Stem=Up,Beam
|Note|Dur:32nd,Triplet=End,Slur|Pos:-1|Opts:Stem=Up,Beam=End
|Note|Dur:32nd,Triplet=First,Slur|Pos:2|Opts:Stem=Down,Beam=First
|Note|Dur:16th,Triplet=End|Pos:4^|Opts:Stem=Down,Beam=End
|Tempo|Tempo:100|Pos:10
|Note|Dur:4th|Pos:4
|TempoVariance|Style:Breath Mark|Pause:1|Pos:9
|Note|Dur:8th,Dotted|Pos:2|Opts:Stem=Down,Beam=First
|Note|Dur:16th|Pos:2|Opts:Stem=Down,Beam=End
|Bar
|Note|Dur:4th|Pos:3
|Note|Dur:4th|Pos:2
|Note|Dur:4th|Pos:6
|Bar
|Tempo|Tempo:48|Pos:10
|Note|Dur:32nd,Triplet=First,Slur|Pos:5|Opts:Stem=Down,Beam=First
|Note|Dur:32nd,Triplet,Slur|Pos:2|Opts:Stem=Down,Beam
|Note|Dur:32nd,Triplet=End,Slur|Pos:0|Opts:Stem=Down,Beam=End
|Note|Dur:32nd,Triplet=First,Slur|Pos:-2|Opts:Stem=Up,Beam=First
|Note|Dur:32nd,Triplet,Slur|Pos:-5|Opts:Stem=Up,Beam
|Note|Dur:32nd,Triplet=End,Slur|Pos:-7|Opts:Stem=Up,Beam=End
|Note|Dur:32nd,Triplet=First,Slur|Pos:-9|Opts:Stem=Up,Beam=First
|Note|Dur:32nd,Triplet,Slur|Pos:-7|Opts:Stem=Up,Beam
|Note|Dur:32nd,Triplet=End,Slur|Pos:-5|Opts:Stem=Up,Beam=End
|Note|Dur:32nd,Triplet=First,Slur|Pos:-2|Opts:Stem=Down,Beam=First
|Note|Dur:32nd,Triplet,Slur|Pos:0|Opts:Stem=Down,Beam
|Note|Dur:32nd,Triplet=End|Pos:2|Opts:Stem=Down,Beam=End
|Tempo|Tempo:100|Pos:10
|Note|Dur:4th|Pos:5
|TempoVariance|Style:Breath Mark|Pause:1|Pos:8
|Note|Dur:8th,Dotted|Pos:2|Opts:Stem=Down,Beam=First
|Note|Dur:16th|Pos:2|Opts:Stem=Down,Beam=End
|Bar
|Note|Dur:4th|Pos:9
|Note|Dur:4th|Pos:7
|Note|Dur:4th|Pos:5
|Bar
|Note|Dur:4th|Pos:4
|TempoVariance|Style:Fermata|Pause:2|Pos:9|Justify:Center|Placement:AtNextNote
|Note|Dur:4th|Pos:3
|TempoVariance|Style:Breath Mark|Pause:1|Pos:4
|Chord|Dur:8th,Staccato,Slur|Pos:3,8|Opts:Stem=Down,Beam=First
|Chord|Dur:16th,Staccato|Pos:3,8|Opts:Stem=Down,Beam=End
|Bar
|Chord|Dur:4th|Pos:2,7
|Chord|Dur:4th|Pos:0,5
|Chord|Dur:4th|Pos:1,6
|Bar
|Dynamic|Style:mp|Opts:Velocity=127,Volume=60|Pos:9
|Chord|Dur:8th,Slur|Pos:-9,-5^|Opts:Stem=Up,Beam=First
|Chord|Dur:16th|Pos:-5,0^|Opts:Stem=Up,Crescendo,Beam=End
|Chord|Dur:Half,Dotted|Pos:0,5|Opts:Crescendo,Lyric=Never
|Dynamic|Style:ff|Opts:Velocity=127,Volume=108|Pos:-5
!NoteWorthyComposer-End
!NoteWorthyComposerClip(2.751,Single)the violin is sliding from a C# down to a F# but the slide is going up. How do I fix this?
|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
|Bar
|User|Glissando.ms|Pos:8|Text:|Weight:1.4
|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
|Bar
|Text|Text:"1"|Font:StaffItalic|Pos:8|Placement:AtNextNote
|User|Glissando.ms|Pos:8|Text:|Weight:1.4
|Note|Dur:Half,Dotted|Pos:4^|Opts:Diminuendo
!NoteWorthyComposerClip-End