Jump to content

Recommended Posts

  • 5 weeks later...

Doing the following test, I think maybe there's something wrong in rehearsal  marks excepted "reh" who seems to be the only working one.

We will check.

(setf test '((q c4 mf reh d4 e4 f4)
             (q c4 mf reha d4 e4 f4)
             (q c4 mf reha-b d4 e4 f4)
             (q c4 mf rehn d4 e4 f4)
             (q c4 mf rehn-8 d4 e4 f4)))
(ps 'gm :treble (list test))

 

Link to comment
Share on other sites

Numerical:
starting number: reh+rehn-1 after reh

(setf test '((q c4 mf reh+rehn-1 d4 e4 f4)
             (q c4 mf reh d4 e4 f4)
             (q c4 mf reh d4 e4 f4)
             (q c4 mf reh d4 e4 f4)
             (q c4 mf reh d4 e4 f4)))
(ps 'gm :treble (list test))

 

Alphabetic:
starting letter: reh+reha-a after reh

(setf test '((q c4 mf reh+reha-a d4 e4 f4)
             (q c4 mf reh d4 e4 f4)
             (q c4 mf reh d4 e4 f4)
             (q c4 mf reh d4 e4 f4)
             (q c4 mf reh d4 e4 f4)))
(ps 'gm :treble (list test))

 

Link to comment
Share on other sites

This works in simple examples, but when put into Stephane's Etude, inside rea-mark, rehearsal numbers or letters do not show up in the same measures with tempo markings, which, I presume, has been the intention. The displacement begins on number 4 or letter D. From that on rehearsal number or letter comes 1 measure before tempo marking.

 

First 'reh+reha-a and after that reh...reh... gives numbers, not letters.

First 'reh+reha-a and after that reh+reha...reh+reha... gives letters. Some places for letters remain empty.

 

So, in any case there is a basic problem of displacement of rehearsal marks and tempo markings to the same measure.

Link to comment
Share on other sites

Yes, everything goes eventually to Dorico, and numbers can be easily changed to letters. That's not a big deal.

 

But there remains an uncertanty: where does a new section begin? I have the impression that tempo markings are the decisive factor, and rehearsal number, if there is a difference, should be moved to the same measure with tempo marking. Is that right?

Link to comment
Share on other sites

1 hour ago, HenryT said:

Yes, everything goes eventually to Dorico, and numbers can be easily changed to letters. That's not a big deal.

 

But there remains an uncertanty: where does a new section begin? I have the impression that tempo markings are the decisive factor, and rehearsal number, if there is a difference, should be moved to the same measure with tempo marking. Is that right?

Yes you are right, the tempo marking are the reference.

 

Best

 

Stephane

Link to comment
Share on other sites

I don't see any problems here.
Example with Alphabetic markings:

 

(setf mat 
      '((5q eb6 reh+reha-a 5e e6 pp ped bb6 ped -5h.)
        (5q e5 pp ped bb5 f -5h.)
        (7q e5 ppp ped 7e bb5 f ped e5 mp ped 7q f5 pp b5 ff - cs6 mf eb6 pp)
        (7q d5 pp reh - e5 ff eb5 f d5 mf cs5 ped =)
        (7q d6 f ped 7h cs6 ff 7q c6 mp 7q. cs6 pp ped c6 mp)
        (7q fs6 mf ped+reh g6 mp ped fs6 p ped g6 ped 7q. fs6 f g6 p)
        (7q fs6 f -7h 7q c6 pp 7q. fs6 mp g6 mf)))

(def-score reh-test
    (:key-signature 'chromatic
     :time-signature '(1 4)
     :tempo '((120 2) (88 1) (44 2) (88 1)))

  (ins :omn mat
         :channel 1
         :sound 'gm
         :program 'acoustic-grand-piano))


reh-test.png

In Stephane Etude score the markings are placed as they should.

 

Link to comment
Share on other sites

I noticed that I had two versions of rea-mark, one in Extensions and other one added to the beginning of Etude score. I redownloaded everything (Etude, rea-mark and remap-velocity) and put rea-mark and remap-velocity into Extensions. Rea-mark is now set up like this (is this correct?).

 

Same problems as before...

rea-mark.lisp

Link to comment
Share on other sites

You just need to have rea-mark function evaluated somewhere . If it is in your extension, it’s fine. I added it to the file just to help people if someone don’t know where to put the function. But naturally, if you want to modify this function, you should take care and evaluate the one you modified.

about the misalignment sometimes between marks and tempo changes, as i said before, the tempo changes are the master, so you can adjust things accordingly. It is also possible to add manually the rehearsal marks after the generation. But on Opusmodus side, rehearsal marks work’s fine.

If you want, we can do a (free) zoom video meeting tomorrow together to discuss this score. 😊

Link to comment
Share on other sites

I understand. I now have only one instance of rea-mark, which is in extensions, and that's what I've been modifying. But it doesn't add reh+reha-a into the first measure. I'm getting only numbers, two of the numbers are missing, and in most cases rehearsal number comes one measure before the tempo-marking. Four rehearsal numbers are correctly placed. 

 

Is rea-mark set up right: on first line reh+reha-a, on next line reh? Like the example in earlier example?

Link to comment
Share on other sites

My function was made to deal only with reh, not the other types because it adds complexity in the definition of the function and i just wanted to see where new iterations appears. Using other kind of rehearsal marks is possible manually or by defining a new function for that but i don’t have time for that actually. For my purposes, the simple function was sufficient.

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