Score and Notation
Score, def-score and instruments layout
161 topics in this forum
-
Dear All, I´m getting this result, using this function. Why ? It´s supposed to be 12/8... (omn-to-time-signature (length-augmentation 2 (pcs-rhythm '7-35 :rotate '(11) :omn t)) '(12 8))
- 2 replies
- 1.3k views
- 1 follower
-
It seems the `fermata` attribute would cause tempo change in MIDI output, however when combined with changing tempo in `def-score`, the restored level is the last value in the `:tempo` list, which I guess is a bug. the problem can be demonstrated by the following code snippet: (setf ns '((q a4b4d5fs5cs6 mp arp e b5 e5 q fs4g4b4d5a5 arp d5) (q c3g3d4e4b4 arp h. a5b5d6 #|fermata|#) ;; uncomment this ((leg e b2 fs3 s a3 e d4 s_h e4)) ;; the tempo starts here will be whichever is the last ((leg e b2 fs3 s a3 e d4 s_h e4)) ;; in the `:tempo' list, which is 164 ((leg e d4fs4a4 mf marc d4 e4 cs4e4gs4 marc cs4 e4 d…
-
- 1 reply
- 1.6k views
- 1 follower
-
-
Hi, Is there a setting for displaying code? I have this snippet and would like to have also a natural sign for clarity in the third bar: (c5g5) (d5f5) (e5eb5)
-
- 2 replies
- 1.5k views
- 1 follower
-
-
Hi, I'am typesetting a score, this is bar 50: #|50|# (e^h d2 a2c3 - f2c3 tie) when I rightclick snippet notation it looks like the second pict, but when I use ps bar 50 looks like in the first pict. What am I missing? found the fault myself, sorry for the noise 🙂
-
- 0 replies
- 994 views
-
-
Dear All, I´m looking for a way to plot some graphs like these, showing 12 tone row ordering: I think that a function like this would be easy to program and adapt from the library. I don´t if there exist already something similar... It´s useful to show properties of 12 tone sets, like Tropes, simmetry relations, geometric operations. Best ! Julio How Rare Is Symmetry in Musical 12-Tone Rows? on JSTOR WWW.JSTOR.ORG David J. Hunter, Paul T. von Hippel, How Rare Is Symmetry in Musical 12-Tone Rows?, The American Mathematical Monthly, Vol. 110, No. 2 (Feb.,…
- 2 replies
- 1.6k views
- 1 follower
-
Dear Friends, Is there some way to configure the snippets without the watermark "opusmodus" in it ? Sometimes it can be useful. Best, Julio
- 2 replies
- 1.3k views
- 1 follower
-
Dear All, Simple question How to make this kind of tuplet ? (4h. 4h. 4h. 4h.) won´t work in this context... Best ! Julio
- 2 replies
- 14.7k views
- 1 follower
-
Dear All, Is there some way to play a score in "preview score" (ps) function with all 4-instruments playing (sounding), but displaying in the score just one (or just a few) chosen instruments ? This can be good for pedagogic purpose or for "debugging" a composition. Best, Julio
- 2 replies
- 5.2k views
- 1 follower
-
Dear Friends, Is there some way to automatically opening a MIDI FILE (related to the last snippet/score generated) from Opusmodus to other application (Musescore, Sibelius) ? Something similar to this solution ? last-score-to-musescore solution, but for last midi files ? Like this post ? But for midi file? Many thanks in advance ! Much needed now. Best, Julio
- 17 replies
- 4.4k views
- 1 follower
-
Is it possible to span the pedal notation over several measures with notes and rests? Thanks for help. Achim ... and how do I have to set the controllers in the def-score accordingly? Best, Achim
- 4 replies
- 1.7k views
- 2 followers
-
Dear Friends, After some time I managed to work with custom articulations, using the def-instruments folder, etc. This is working great ! No problem (thanks Janusz and Stephane for the support and tips). The question for me now is that I use to go back and forth to Opus Modus, Musescore (or Finale) and to my DAW (Bandlab) to work on sections, fine tuning notation, etc. So, in DAW or musescore, I use a setup like this: I have four instruments and more four additional staves just for articulation switching. THE QUESTION : Is there some way to export from Opusmodus as XML my score with th…
- 14 replies
- 5.3k views
- 1 follower
-
There's probably a better way to do this, but I got interested in entering my entire piano score one measure at a time... by comparison, I noticed that many of the "stages" examples had one list for each voice or staff of an entire composition with multiple measures per list. I tried working with that but found it difficult. So I played around with some Lisp. In this example I have one measure, which is a list of the rh voice 1, rh voice 2, lh voice 1, and lh voice 2. The intention is to have multiple measures in a list, so it's a little contrived at this point, but I could test my Lisp. So "unzipping" this list of measures into a list of all the measures maki…
-
- 2 replies
- 1.5k views
- 1 follower
-
-
Dear Friends, Is there some way to automatically open XML files from Opusmodus to other application (Musescore, Sibelius) ? Some code to open this (or keyword). Best, Julio
- 5 replies
- 3k views
-
I'm reading about sound sets and I understand a lot of it. But let's say my sampler engine is loaded in Reaper at a particular MIDI port (I use Midi Pipe as a virtual cable). Where do I specify the port? Can I specify it as a name or must it be a number? Is it specified in the def-score function call?
-
- 1 reply
- 1.2k views
-
-
Dear Friends, After using my guitar to make some realtime midi input I think that would be useful to have all my snippets with octave lower treble clef, like is usual on tenor parts and guitar, like this: Sometimes I do some arrangements using 11-line system, i.e., a grand staff with the c4 connecting the Bass and treble clef. Would be useful to have snippets with grand staff option (11-line system). Maybe, the clef choice could be configurable in the notation options, like here: All the best ! Julio
- 3 replies
- 1.8k views
- 1 follower
-
Hi, just a small example here about parts extraction with pitch-demix, from piano part to string quartet. Not a perfect solution but do the job in many cases and it is always possible to refine a bit the output manually. S. (setf base '(#|1|# (z^h. c4e4a4 h.^w fs3 q b4) #|2|# (z^h c4e4a4 h^h. fs3 q c5 b4) #|3|# (z^h. c4e4a4 h.^w fs3 e g4 a4) #|4|# (z^h. c4e4a4 h.^w fs3 q g4) #|5|# (z^h. d4f4 h.^w c3gs3 q e4) #|6|# (z^q f4 q^h. c3gs3 g4 f4 e4) #|7|# (z^h d4e4 h^w c3gs3 tie f4) #|8|# (h. c3gs3d4 q e4) #|9|# (z^h. cs4fs4 h.^w as2fs3 …
-
- 0 replies
- 1.2k views
-
-
Hi, Is there a function that I can call to audition the defined score? From what I have seen, the following works, but I do not need the MIDI display, just the sound: => (display-midi (compile-score 'my-score)) In the above "my-score" is the def-score I have defined. - Rangarajan
-
- 2 replies
- 1.5k views
- 1 follower
-
-
Hi, Suppose I want to send the generated music to someone else to just listen to the music, I would prefer to send it in MP3 format. Is there a way to save the generated score in MP3 format? If it is not supported, any other idea to get this done? Regards, Rangarajan
- 4 replies
- 2k views
- 1 follower
-
Hi folks, here's the main algorithm I've used to create my "Triptyque pour 6 instruments". https://opusmodus.com/forums/topic/1843-triptyque-pour-6-instruments/ Hope you will enjoy it like me because it was a lot of fun to do it (thanks Janusz for OM !). Stéphane gen-insieme1.opmo
- 2 replies
- 5.6k views
-
Hi, pitches are only displayed as sharps, bug? (ps 'gm :bass (list '((w e1 f1 gb1 e1 f1 gb1 ab1 b1))) :time-signature '(4 4)) Achim
- 9 replies
- 4.1k views
- 2 followers
-
Hi, is it possible to set a voice of staff to a specific colour in the midi display? Achim
-
- 1 reply
- 2.2k views
- 2 followers
-
-
Hi, is there a print function for the midi display? At the moment I am using "zoom to fit" in fullscreen mode and then make a screenshot but this is a little cumbersome ... Achim
-
- 1 reply
- 2.3k views
- 2 followers
-
-
Hello! I have been trying the new MIDI Entry system. Data can be seen in Opusmodus as long as a key is pressed, but vanishes when key is released. Note values seem to stick, but not note names, attributes or volumes. My keyboard is M-Audio Keystation 88 Pro. In MIDI Monitor I can see that this keyboard does not send note off messages, but instead note on with zero value when key is released. I guess that this is normal behaviour in any keyboard. Anyway, this second note on wipes off the data that came in with the first note on. I appreciate any suggestions that might help! Best wishes, Henry
- 12 replies
- 5k views
- 1 follower
-
Is it possible to use display-midi in combination with? Achim
- 2 replies
- 2.5k views
- 2 followers
-
I just realized that would be great to have snippet audition and notation (Command+1) with the notation opening in separate window, like we have Evaluate and Audition and Notation - Window and in PS. Maybe not very difficult to implement, but great to have, to show to sutudents the gradual process of the compositional process, etc. Best, Julio
- 3 replies
- 2.7k views
- 1 follower