Jump to content

notates but doesn't play


Recommended Posts

I have done that to.

Look in the lstener and it says:

Error: Attempt to diminuendo from pp to ff.

That makes sense.

Try this:

(setf piano-rh '((s f5 ffff t e4 = = = = s f4 pp t f3 <)   ; pp <
                 (t f3 < t f4 < t f4 < e f3 < trem)        ; < ff
                 (e g2 ff s f5 ppp s g6 sfz stacc f3 mp)))

 

Link to comment
Share on other sites

The expression is correct and I don't see any error in notation or audition.

(setf piano-rh '((s f5 ffff t e4 = = = = s f4 pp t f3 <)
                 (t f3 < t f4 < t f4 < e f3 < trem)
                 (e g2 ff s f5 ppp s g6 sfz stacc f3 mp)))

 

You could test the expression with midi-display.

Test: 1. Addition the expression (snippet). 2. Notation snippet. 3. Choose 'Last Score-> Play' from the Tools menu or  ⌃⌥⌘P as for this:

'((s f5 ffff t e4 = = = = s f4 pp t f3 >)
  (t f3 > t f4 > t f4 > e f3 > trem) 
  (e g2 ff s f5 ppp s g6 sfz stacc f3 mp))

 

Attempt to diminuendo from pp to ff make no sense. The composer need to take care of that, naturally :smile:

Try this:

'((s f5 ffff t e4 = = = = s f4 pp t f3 >)
  (t f3 > t f4 > t f4 > e f3 ppp trem) 
  (e g2 ff s f5 ppp s g6 sfz stacc f3 mp))

 

Link to comment
Share on other sites

I have done that to.

Look in the lstener and it says:

Error: Attempt to diminuendo from pp to ff.

That makes sense.

Try this:

(setf piano-rh '( (s f5 ffff t e4 = = = = s f4 pp  t f3 <) ; pp <
  (t f3 < t f4 < t f4 < e f3 < trem)                                ; < ff
  ( e g2 ff s f5 ppp  s g6 sfz stacc  f3 mp) ))

Just tried to help. I meant that the error message is a good hint. It makes sense.

 

Link to comment
Share on other sites

In this expression we have crescendo from pp to ff - grammar wise the OMN is correct, therefore there should be no error and I don'e see any.

(setf piano-rh '((s f5 ffff t e4 = = = = s f4 pp t f3 <)
                 (t f3 < t f4 < t f4 < e f3 < trem)
                 (e g2 ff s f5 ppp s g6 sfz stacc f3 mp)))

 

I have no idea where the error is coming form as we do not have any diminuendos (>) in the expression above.
Is it possible you evaluate some other expression?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy