NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: Warren Porter on 2018-10-13 03:28 am

Title: Gliss going the wrong way
Post by: Warren Porter on 2018-10-13 03:28 am
In this snippet from Souvenir
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
|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
the violin is sliding from a C# down to a F# but the slide is going up.  How do I fix this?
TIA
Title: Re: Gliss going the wrong way
Post by: Rick G. on 2018-10-13 03:56 am
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
Title: Re: Gliss going the wrong way
Post by: Mike Shawaluk on 2018-10-13 04:29 am
Text answer: when there is a bar between the two glissando notes, the Glissando.ms object needs to be immediately after the first note (before the bar).

Also note in @Rick G.'s example that he set the Class to Span. This will allow the glissandos to correctly span if they cross a system break.
Title: Re: Gliss going the wrong way
Post by: Warren Porter on 2018-10-13 11:24 am
Thank you, gentlemen.
Title: Re: Gliss going the wrong way
Post by: Warren Porter on 2018-10-20 04:02 pm
It's looking good now, but I am now trying to fix the bump at the end of the slide.  Am trying to adapt Fred Nachbaur's gliss.nwc on Scriptorium (https://nwc-scriptorium.org/helpful/gliss.nwc) and Rick's example for this, but something happens at the end.

TIA
Title: Re: Gliss going the wrong way
Post by: Flurmy on 2018-10-20 07:42 pm
Gosh! Why so complicated?
Maybe something like this...
Title: Re: Gliss going the wrong way
Post by: Warren Porter on 2018-10-20 08:29 pm
The last note in m. 4 is a C#, but it sounded like it went up to an E.
Thanks for looking at it.