1014
My aim is to slow down the second time, so I tried this way:
!NoteWorthyComposerClip(2.51,Single)
|Clef|Type:Treble
|TimeSig|Signature:4/4
|Key|Signature:C|Tonic:C
|Dynamic|Style:f|Pos:-11
|Tempo|Tempo:100|Pos:8|Visibility:Never
|Bar|Style:MasterRepeatOpen
|Rest|Dur:8th
|Note|Dur:8th|Pos:-7|Opts:Stem=Up
|Chord|Dur:8th|Pos:-5,-2|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:-7|Opts:Stem=Up,Beam=End
|Rest|Dur:8th
|Note|Dur:8th|Pos:-6|Opts:Stem=Up
|Chord|Dur:8th|Pos:-4,-2|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:-6|Opts:Stem=Up,Beam=End
|Bar
|TempoVariance|Style:Ritardando|Pos:8|Visibility:Never
|Rest|Dur:8th
|Note|Dur:8th|Pos:-8|Opts:Stem=Up
|Chord|Dur:8th|Pos:-5,-3|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:-8|Opts:Stem=Up,Beam=End
|Rest|Dur:8th
|Note|Dur:8th|Pos:-8|Opts:Stem=Up
|Chord|Dur:8th|Pos:-6,-4|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:-8|Opts:Stem=Up,Beam=End
|Bar
|Ending|Endings:1|ClosedBracket:Y
|Rest|Dur:8th
|Note|Dur:8th|Pos:#-9|Opts:Stem=Up
|Chord|Dur:8th|Pos:-7,-4|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:-9|Opts:Stem=Up,Beam=End
|Rest|Dur:8th
|Note|Dur:8th|Pos:-8|Opts:Stem=Up
|Chord|Dur:8th|Pos:-6,-4|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:-8|Opts:Stem=Up,Beam=End
|Bar|Style:MasterRepeatClose
|Ending|Endings:2
|Rest|Dur:8th
|Note|Dur:8th|Pos:#-9|Opts:Stem=Up
|Chord|Dur:8th|Pos:-7,-4|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:-9|Opts:Stem=Up,Beam=End
|Rest|Dur:4th
|Rest|Dur:4th
|Tempo|Tempo:50|Pos:8|Visibility:Never
|Bar
|Chord|Dur:Whole|Pos:-6,-4,-3
!NoteWorthyComposerClip-End
As you can ear, that's not the case.
To begin with, it slows down the first time too (why?).
Then, when it reaches the "ritardando" for the second time, all of a sudden it restores the standard time and then slows down. (
)
I tried this way:
!NoteWorthyComposerClip(2.51,Single)
|Clef|Type:Treble
|TimeSig|Signature:4/4
|Key|Signature:C|Tonic:C
|Dynamic|Style:f|Pos:-11
|Tempo|Tempo:100|Pos:8|Visibility:Never
|Bar|Style:MasterRepeatOpen
|Rest|Dur:8th
|Note|Dur:8th|Pos:-7|Opts:Stem=Up
|Chord|Dur:8th|Pos:-5,-2|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:-7|Opts:Stem=Up,Beam=End
|Rest|Dur:8th
|Note|Dur:8th|Pos:-6|Opts:Stem=Up
|Chord|Dur:8th|Pos:-4,-2|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:-6|Opts:Stem=Up,Beam=End
|Bar
|TempoVariance|Style:Ritardando|Pos:8|Visibility:Never
|Rest|Dur:8th
|Note|Dur:8th|Pos:-8|Opts:Stem=Up
|Chord|Dur:8th|Pos:-5,-3|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:-8|Opts:Stem=Up,Beam=End
|Rest|Dur:8th
|Note|Dur:8th|Pos:-8|Opts:Stem=Up
|Chord|Dur:8th|Pos:-6,-4|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:-8|Opts:Stem=Up,Beam=End
|Bar
|Ending|Endings:1|ClosedBracket:Y
|Tempo|Tempo:100|Pos:8|Visibility:Never
|Rest|Dur:8th
|Note|Dur:8th|Pos:#-9|Opts:Stem=Up
|Chord|Dur:8th|Pos:-7,-4|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:-9|Opts:Stem=Up,Beam=End
|Rest|Dur:8th
|Note|Dur:8th|Pos:-8|Opts:Stem=Up
|Chord|Dur:8th|Pos:-6,-4|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:-8|Opts:Stem=Up,Beam=End
|Bar|Style:MasterRepeatClose
|Ending|Endings:2
|Rest|Dur:8th
|Note|Dur:8th|Pos:#-9|Opts:Stem=Up
|Chord|Dur:8th|Pos:-7,-4|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:-9|Opts:Stem=Up,Beam=End
|Rest|Dur:4th
|Rest|Dur:4th
|Tempo|Tempo:50|Pos:8|Visibility:Never
|Bar
|Chord|Dur:Whole|Pos:-6,-4,-3
!NoteWorthyComposerClip-End
With my great surprise, now it never slows down.
It seems that the tempo indications are not subjected to the special endings parser.
1034
But...
!NoteWorthyComposerClip(2.51,Single)
|Chord|Dur:4th,Dotted,Slur|Pos:-3|Opts:Stem=Up,Slur=Upward|Dur2:Half,Dotted|Pos2:-3
|Chord|Dur:4th,Dotted,Slur|Pos:-2|Opts:Stem=Up,Slur=Upward|Dur2:Half,Dotted|Pos2:-2
|Note|Dur:4th,Dotted,Slur|Pos:1|Opts:Slur=Upward
|Bar
!NoteWorthyComposerClip-End
Why not doing something for the dots also when the notes are in the space?
1036
In this snippet, the dot of the first note is hidden.
!NoteWorthyComposerClip(2.51,Single)
|TimeSig|Signature:6/8
|Chord|Dur:4th,Dotted,Slur|Pos:-5|Opts:Stem=Up,Slur=Upward|Dur2:Half,Dotted|Pos2:-5
|Note|Dur:4th,Dotted,Slur|Pos:-1|Opts:Slur=Upward
|Bar
!NoteWorthyComposerClip-End
The score where it comes from allows a bit more space between the notes to show the dot.
1044
I must admit I never really understood what Note Resolution and Rest Resolution
do. I never found any difference.
Now I imported a file with a slight defect in the rhithm.
I find very boring to adjust it by hand, so I selected Note Resolution = Quarte Note: no change.
I then selected Whole Note: no change.
No matter what I choose, I keep getting this:
!NoteWorthyComposerClip(2.51,Single)
|Note|Dur:4th|Pos:-4
|Chord|Dur:4th|Pos:3^,5^,7^
|Chord|Dur:32nd|Pos:3,5,7|Opts:Stem=Down,Beam=First
|Chord|Dur:8th,Dotted|Pos:3^,5^,7^|Opts:Stem=Down,Beam
|Chord|Dur:32nd|Pos:3,5,7|Opts:Stem=Down,Beam=End
|Bar
|Note|Dur:4th|Pos:0
|Chord|Dur:4th|Pos:3^,5^,7^
|Chord|Dur:32nd|Pos:3,5,7|Opts:Stem=Down,Beam=First
|Chord|Dur:8th,Dotted|Pos:3^,5^,7^|Opts:Stem=Down,Beam
|Chord|Dur:32nd|Pos:3,5,7|Opts:Stem=Down,Beam=End
|Bar
|Note|Dur:4th|Pos:-4
|Chord|Dur:4th|Pos:3^,5^,7^
|Chord|Dur:32nd|Pos:3,5,7|Opts:Stem=Down,Beam=First
|Chord|Dur:8th,Dotted|Pos:3^,5^,7^|Opts:Stem=Down,Beam
|Chord|Dur:32nd|Pos:3,5,7|Opts:Stem=Down,Beam=End
|Bar
|Note|Dur:4th|Pos:0
|Chord|Dur:4th|Pos:3^,5^,7^
|Chord|Dur:32nd|Pos:3,5,7|Opts:Stem=Down,Beam=First
|Chord|Dur:8th,Dotted|Pos:3^,5^,7^|Opts:Stem=Down,Beam
|Chord|Dur:32nd|Pos:3,5,7|Opts:Stem=Down,Beam=End
|Bar
!NoteWorthyComposerClip-End
Am I missing sometring?
1047
I discovered that, for the grace notes, the ties are not considered.
The grace notes only steal time from the first note.
Listen to the mordent here:
!NoteWorthyComposerClip(2.5,Single)
|Clef|Type:Treble|OctaveShift:Octave Up
|TimeSig|Signature:2/4
|Note|Dur:16th,Triplet=First,Slur|Pos:2|Opts:Stem=Down,Beam=First
|Note|Dur:16th,Triplet,Slur|Pos:3|Opts:Stem=Down,Beam
|Note|Dur:16th,Triplet=End,Slur|Pos:2|Opts:Stem=Down,Beam=End
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:2|Opts:Stem=Down,Beam=End
|Bar
|Note|Dur:16th,Triplet=First,Slur|Pos:2|Opts:Stem=Down,Beam=First
|Note|Dur:16th,Triplet,Slur|Pos:3|Opts:Stem=Down,Beam
|Note|Dur:16th,Triplet=End,Slur|Pos:2|Opts:Stem=Down,Beam=End
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:2|Opts:Stem=Down,Beam=End
|Bar
|Note|Dur:16th|Pos:2|Opts:Stem=Down,Beam=First
|Note|Dur:16th|Pos:3|Opts:Stem=Down,Beam
|Rest|Dur:16th
|Note|Dur:16th|Pos:3|Opts:Stem=Down,Beam=End
|Note|Dur:16th|Pos:5|Opts:Stem=Down,Beam=First
|Rest|Dur:16th
|Note|Dur:16th|Pos:3|Opts:Stem=Down,Beam
|Note|Dur:8th,Grace,Slur|Pos:2|Opts:Stem=Up,Slur=Upward|Visibility:Never
|Note|Dur:8th,Grace,Slur|Pos:3|Opts:Stem=Up,Slur=Upward|Visibility:Never
|Note|Dur:16th|Pos:2^|Opts:Stem=Down,Beam=End
|Bar
|Note|Dur:8th|Pos:2|Opts:Stem=Down,Beam=First
|Note|Dur:8th,Dotted|Pos:0|Opts:Stem=Down,Beam=End
|Rest|Dur:16th
|Note|Dur:8th|Pos:-1
|Bar
!NoteWorthyComposerClip-End
I think it shouldn't be so.