Score and Notation
Score, def-score and instruments layout
160 topics in this forum
-
Dear All, I want to create pedal marks in a material. (setf mat '((e. d4e4fs4 pp s cs4e4fs4 d4e4fs4 e. cs4e4fs4 s d4e4fs4 cs4e4fs4 e d4e4fs4 tie) (e. f3g3a3 pp s e3g3a3 f3g3a3 e. e3g3a3 s f3g3a3 e3g3a3 e f3g3a3 tie) (e. fs3gs3bb3 pp s f3gs3bb3 fs3gs3bb3 e. f3gs3bb3 s fs3gs3bb3 f3gs3bb3 e fs3gs3bb3 tie) (e. fs3gs3bb3 pp s f3gs3bb3 fs3gs3bb3 e. f3gs3bb3 s fs3gs3bb3 f3gs3bb3 e fs3gs3bb3 tie) (e. gs4bb4c5 pp s g4bb4c5 gs4bb4c5 e. g4bb4c5 s gs4bb4c5 g4bb4c5 e gs4bb4c5 tie) (e. bb3c4d4 pp s a3c4d4 bb3c4d4 e. a3c4d4 s bb3c4d4 a3c4d4 e bb3c4d4 tie) (e. e4fs4gs4 pp s eb4fs4gs4 e4fs4gs4 e. eb4fs4gs4 s e4fs4gs4 eb4fs4gs4 e e4fs4gs4 tie) (e. e4fs4gs4 pp s eb4fs…
- 10 replies
- 2.6k views
- 1 follower
-
Hello! I'm working in Albion Neo which has tracks for individual articulations like pizz, stacc, and a wonderful bunch of extended techniques. However, the articulations are each in a different track. For example: STRA_LongTremolo STRA_ShortSpiccatoCSBrushed STRA_ShortPizzicato STRB_LegatoLow STRB_Long5thBendDown STRB_LongColLegnoTratto STRB_Long STRB_LongCS STRB_LongFlautandoPulses STRB_LongFlautando STRB_LongHarmonics STRB_LongOctaveBlended STRB_LongSeagulls STRB_LongSulTasto It's tempting me to work with my keyboard (which is fun) but I'd like to see if I can somehow bend OpusModus to use the tracks as artic…
- 2 replies
- 1.4k views
-
Dear All, Is there some way to make a ps score with drums (or other instrument) just for hearing but not appearing in the score ? In Def-Score is possible. Is there some kind of layout like "empty-layout" to be used in PS ? Something like (def-instrument-set vst-wind :instruments (:group wind4tet ;optional :vst-flt (:layout empty-layout :port "WIFmidi01" ;here is the midi port name of your system. You can get the name using the (midi-destinations) function :channel 2 :pan (pan 40) …
- 12 replies
- 2.5k views
- 1 follower
-
Hi, is it possible to write chords with different noteheads? I am trying to find a workaround for the missing flageolet notation, see attachment. Thanks for help. Best, Achim
-
- 0 replies
- 841 views
- 1 follower
-
-
Dear friends, How can I get my tuplets as the second way (all like the bar 2) ? The code is the same (3h), but yields different results... Thanks ! Julio ((3h c4 e4 g4 h c4e4g4b4 ) (-q q c5 3h a4 g4 e4))
- 4 replies
- 1.8k views
- 1 follower
-
Hi, how can I convert this to an automation file in Midi to import it to a DAW? (Thanks to Tibor for the code 😀) Achim (setf b-amp-values1 (mod-sine-waves 4 1000 0.6 1 :phase -40 :modulation (gen-sine 700 2.5 1.2))) (list-plot b-amp-values1) (defparameter values-aligned (loop for i in b-amp-values1 collect (* 64 (+ i 1)))) (setf midi-test (gen-controller 1 values-aligned :time 1/1000)) (setf boolean-pitch (append '(q) (gen-repeat (length midi-test) 'c4))) (def-score midi-test (:title "score title" :key-signature ' chromatic :time-signature '(4 4) :tempo 120) (instrument :omn boolean-pit…
-
- 2 replies
- 1.1k views
- 2 followers
-
-
Hello, does anybody have a short hint how to notate this two double stop notations with 2 voices. (I know, there is no flageolet notehead in OM. I could use a cross and replace it in a notation program.) Thanks, best, Achim
- 1 reply
- 947 views
- 2 followers
-
I can't seem to find a possibility to export my last ps to xml. Under "file" I have no entry "export" to choose. What's the easiest way to copy my last preview into Sibelius? Working on Windows 11 btw
-
- 2 replies
- 1.2k views
- 1 follower
-
-
Hi. is there a way to view the generated scores when doing live coding in OM in real time in other devices like, let’s say, an iPad? Do I need a separate app in MAC to do this? I would like to generate sounds within the computer and send scores to other players at the same time. thanks a lot! Ivan
-
- 4 replies
- 1.1k views
- 2 followers
-
-
Dear Janusz and Friends, ;; I have a question about dictum and its relation with making revisions, like trying to improve the scores for better readability for real musicians. I will demonstrate with a kind of notation I use a lot in my writing. Let´s start with a motif spread through some bars. (setf time-signatures '((2 4 1) (2 4 1) (4 4 1) (2 4 1))) (omn-to-time-signature (gen-repeat 5 '(-e cs6 stacc h. c6 p<f>p long -q)) time-signatures) ;; I use the notation below (the omn result from the expression above) just to keep track of what I´m doing but... ((-e cs6 mf stacc q c6 p<f>p tie+long) (h c6) (…
- 10 replies
- 2.2k views
- 1 follower
-
I've gone through all the stages and the beginner docs, and somewhere I can't recall, it did something like: (setf my-rhythm '(3h 3h 3h 3h 3h 3h)) to get a 4/4 measure of triplet quarters. Where is this approach to tuplets documented? In a lot of cases, it will be more convenient to write out straightforward irrational rhythms this way than to use GEN-TUPLET. I'd like to see more detailed documentation if that exists.
- 2 replies
- 893 views
- 1 follower
-
Dear All, What means multi layout ? For multiple instrument / voices ? :group Multi :multi (:layout multi-layout :port nil :channel 2 :sound 'gm :program 0 :controllers nil :pan (pan 0) :volume 92)
-
- 0 replies
- 818 views
-
-
Is it possible to change the color of certain individual notes as they are draw within the notation viewer, eg make a certain note red while the rest remain black? I had a good rummage in the docs but I could not find anything yet.
-
- 4 replies
- 1.3k views
- 2 followers
-
-
Dear Janusz, I´d like to have my (musicxml-to editor) function opening in Musescore 3, because I´m not yet using the version 4 because it´s not opening multiple scores at the same time. Each file is a new instance of musescore... please, can you help ? Best, Julio I have a file called SourceCodeJulio.lisp containing the following lines inside the extensions folder, under user source of the Opusmodus main folder. (defparameter *snippet-clef-default* :treble-down8) (defun last-score-to-musescore () (compile-score *last-score* :output :musicxml :file "temp-last-score") (musicxml-to-editor "temp-last-score" :application …
- 2 replies
- 973 views
- 1 follower
-
Hello! I’m trying to approach a (sort of) contrapuntal composition style many know from Arvo Part as Tintinntabuli. The method is generally a tonal-based approach. I didn't see anything in the forums about it so I'm hoping this post isn't a duplicate. My understanding of it is as follows: 1. In a key, say B minor, we have a melody line that could be: (Setf pitches ‘(cs3 d3 g3 e3 fs3 b3)) This would be the M-line (melody line) Underneath we would have one or more T-lines (tintinntabuli). Each would consist only of the B minor triad. The pitch of the triad in the T-line corresponds to the pitch in the …
- 12 replies
- 2.4k views
- 1 follower
-
Hi Please, can anybody help me with my code? Why do I only get a c4 played and not the whole in score like in picture right? Or do I have to use setf lh and setf rh? Kind regards, snu
-
- 8 replies
- 1.7k views
- 1 follower
-
-
How to apply different voicings over a chord progression Sometimes you have to spread the notes of a chord progression in a very specific way, specially in the case of sectional writing as in the big bands, for example, where specific voicings are used, commonly named as drop2, drop3, etc. All the voicings are based in the initial closed position: - DROP2 is obtained by dropping the 2nd voice an octave below, as shown below: - DROP3 is obtained by dropping the 3rd voice an octave below, as shown below: There are 24 types of voicings as shown in the image below. The rule is to not exceed th…
- 14 replies
- 5k views
- 1 follower
-
Hi, I am just wondering If is in any way possible to write into snippet chords like: Δ ou Maj7 7 m7 Ø ou min7b5 °7 6 m6 7sus4 9 m9 7#11 7#5 6/9 13 7b9 7#9 above the staff?
- 8 replies
- 2.2k views
- 2 followers
-
Is there any support for swing 8ths in Opusmodus playback ? Best ! Julio
-
- 0 replies
- 836 views
-
-
(defun permute-by-rule (n rule row) (append (list row) (loop repeat n collect (setf row (position-filter rule row))))) ;; row => a row (or a list) ;; n => number of generations ;; rule => new position/order in every generation - keep attention it's 0-based!!! => for 12 pitches use 0 to 11 (permute-by-rule 20 '(2 0 1 5 11 3 8 6 4 9 10 7) (make-scale 'c4 12))
- 1 reply
- 1.3k views
- 1 follower
-
Hi, sorry I am missing something very basic. I would like to convert a particular pitch to a chord based on its duration. For example, if I have a omn-sequence, I would like to search for all half-notes and add to their current pitch some other pitches in order to form a chord. I have looked at map functions, but I have not found a way of adding something to the already existing pitch instead of replacing it with something completely new. Thanks! Rodrigo
-
- 10 replies
- 2.4k views
- 1 follower
-
-
Hi, This code: ((e a4 mf - - gs4 f - - g4 p - -) (-e a4 p - - gs4 - - e4 -)) is displayed like you see in the 2 screenshots, the second of the snippet notation, the first of the ps function (with :timesignature '(9 8)) Also in the xml-file are quarter-rests* written (as in the screenshots), is there a way to set the subdivision (which looks right in the code)? Thanks! *which is "ok" in the first bar, but very hard to read in the second one..
- 6 replies
- 1.9k views
- 1 follower
-
I want to write down all the scales provided in “Tonalities” for educational purposes. I begin with C major scale thus: (setf c-major '(w c4 d4 e4 f4 g4 a4 b4 c5)) and then I apply, for ex. (setf c-minor (tonality-map '(melodic-major) c-major)). Each time I call “Snippet Notation” I get different notes for the new tonality (scale). Is there a way to fix this? Thanks
-
- 3 replies
- 1.4k views
- 1 follower
-
-
I´m having a little problem with ties... (setf tierhythm '((q c5 b4 q. a4 e g4) (q db4 tie e e c4 bb3 ab4 q f4))) But, when I need only the rhythm, a get this... (omn :length tierhythm) some solution ? Best ! Julio
- 3 replies
- 1.7k views
- 1 follower
-
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