Skip to main content
Topic: How to notate 'fp' (Read 2444 times) previous topic - next topic

How to notate 'fp'

Has anyone had any experience notating fp?  It was mentioned in an earlier thread on Smorzando, but just as wish list item, not a how-too or workaround.

TIA


BTW, I see the latest postings in this group are not reflected as a new post(s) icon when I first logon.  Anyone else have this problem now?
Since 1998

Re: How to notate 'fp'

Reply #1
G'day Warren,
I quite often simply place the 2 dynamics one after the other - right justify the "f" and centre justify the "p".  See the following excerpt from a piece I'm rehearsing for a show now (the original score is pretty illegible and we have so many cuts in this song ya can't turn the pages fast enough...):

Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Note|Dur:8th|Pos:3
|Rest|Dur:8th
|Dynamic|Style:f|Pos:-8|Justify:Right
|Dynamic|Style:p|Pos:-8|Justify:Center
|Text|Text:"z"|Font:User1|Pos:6|Justify:Center|Placement:AtNextNote
|Dynamic|Style:p|Pos:-11|Justify:Center|Visibility:Never
|Note|Dur:4th|Pos:4|Opts:Crescendo
|Bar
!NoteWorthyComposerClip-End

Doesn't do correct playback but looks OK - I do the charts I see this in so I can play them on my 'bone so playback isn't that big a deal...

Quote
BTW, I see the latest postings in this group are not reflected as a new post(s) icon when I first logon.  Anyone else have this problem now?

I'm getting this intermittently - I'm using Firefox if that's relevant.  I see the new posts icon on the front page, but in the boards themselves it is often missing.
I plays 'Bones, crumpets, coronets, floosgals, youfonymums 'n tubies.

 

Re: How to notate 'fp'

Reply #2
Either of these work well for piano. Other instruments, especially winds, will need some tweaking.
Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Dynamic|Style:p|Pos:11|Visibility:Never
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=End
|Text|Text:"fp"|Font:StaffItalic|Pos:-9|Justify:Right|Placement:AtNextNote
|Dynamic|Style:f|Pos:11|Visibility:Never
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=First
|Dynamic|Style:p|Pos:11|Visibility:Never
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=End
|Bar
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=End
|Dynamic|Style:f|Pos:-9|Justify:Right|Placement:AtNextNote
|Note|Dur:Whole,Grace|Pos:1z^|Visibility:Never
|Dynamic|Style:p|Pos:-9|Justify:Center|Placement:AtNextNote
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=End
!NoteWorthyComposerClip-End
Registered user since 1996