Skip to main content
Topic: Gliss going the wrong way (Read 3959 times) previous topic - next topic

Gliss going the wrong way

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
Since 1998

Re: Gliss going the wrong way

Reply #1
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
Registered user since 1996

Re: Gliss going the wrong way

Reply #2
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.

Re: Gliss going the wrong way

Reply #3
Thank you, gentlemen.
Since 1998

Re: Gliss going the wrong way

Reply #4
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 and Rick's example for this, but something happens at the end.

TIA
Since 1998

Re: Gliss going the wrong way

Reply #5
Gosh! Why so complicated?
Maybe something like this...

Re: Gliss going the wrong way

Reply #6
The last note in m. 4 is a C#, but it sounded like it went up to an E.
Thanks for looking at it.
Since 1998