NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: Flurmy on 2010-10-18 07:13 AM

Title: Broken tie
Post by: Flurmy on 2010-10-18 07:13 AM
I know that's unusual, but I met this case:

Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Clef|Type:Bass
|Key|Signature:Bb,Eb
|Note|Dur:Half|Pos:-4^
|Bar|Style:Double
|Clef|Type:Bass
|Key|Signature:Bb,Eb,Ab
|Note|Dur:Half|Pos:-4|Opts:Stem=Down
!NoteWorthyComposerClip-End

Maybe we already saw it or something similar, but I'm unable to find the relevant discussion.

I'm not very smart in using the "find" of this newsgroup and my memory... bah! I'm somehow envious of Rick's one! :-)
Title: Re: Broken tie
Post by: Rick G. on 2010-10-18 07:16 AM
A bug, but it is rare to insert a clef that is not a change of clef.
Title: Re: Broken tie
Post by: Flurmy on 2010-10-18 07:39 AM
Quote
it is rare to insert a clef that is not a change of clef.

Yes indeed. It's just for "cosmetic" reasons.
In the other staves there is a true clef change.
Title: Re: Broken tie
Post by: William Ashworth on 2010-10-18 03:23 PM
A bug, but it is rare to insert a clef that is not a change of clef.
...or a courtesy clef. But a courtesy clef would normally come at the end of a staff, where the tie would be broken anyway. I agree that this is a bug - but not a very serious one.
Title: Re: Broken tie
Post by: David Palmquist on 2010-10-20 05:41 AM
Bug or not, there's an easy workaround, Flurmy.  Add a layered staff.  

Change the first staff to

!NoteWorthyComposerClip(2.5,Single)
|Clef|Type:Bass
|Key|Signature:Bb,Eb|Tonic:B
|Note|Dur:Half|Pos:-4
|Bar|Style:Double
|Clef|Type:Bass
|Key|Signature:Bb,Eb,Ab|Tonic:E
|Note|Dur:Half|Pos:-4
!NoteWorthyComposerClip-End


and use this in the layered staff

!NoteWorthyComposerClip(2.5,Single)
|Clef|Type:Bass
|Key|Signature:Bb,Eb|Tonic:B
|Note|Dur:Half|Pos:-4^
|Bar|Style:Double
|Key|Signature:Bb,Eb,Ab|Tonic:E
|Note|Dur:Half|Pos:-4
!NoteWorthyComposerClip-End


Also note I changed the stem direction on your second note, but the workaround works whether or not you do that.