Jump to content

JulioHerrlein

Members
  • Posts

    814
  • Joined

  • Last visited

Everything posted by JulioHerrlein

  1. Dear All, I don´t know what happens in Mac, but in Windows, sometimes the code color highligth is changing. I have to press enter to get the code colors again... Maybe a bug ?
  2. Thank you, Jesele and Janusz ! Janusz, puting the [ ] creates a bug in the notation engine... Don´t know why... Best, Julio ((w a2g3c4e4 am7) (w c3a3e4g4 cadd6) (w e3gs3d4f4 e7b9) (w gs2f3b3d4 gsdim7) (w g2f3b3e4 g7-13) (w cs3f3b3e4 cs7s9) (w b2f3a3d4 bhd) (w d3a3c4f4 dm7) (w f3c4e4a4 fmaj7)) OM 3 > audition-musicxml-omn-snippet Error: OMN Parse Error: fail 1 (abort) Return to top loop level 0. Type for backtrace or :c <option number> to proceed. Type :bug-form "<subject>" for a bug report template or :? for other options. OM 4 : 1 >
  3. CHORD SYMBLOS BEFORE Looks good ! Any Help ?
  4. Hello, I did some text attributes for displaying chord symbols but when I use the make-omn, I don´t know how to retrieve the chord symbols. I´d like to use this for a a lesson. The display of chords is good, but I need also to chaneg the chord lengths to create some examples. The ideia is to create automatic harmonizations using pre-defined voicings. I know that I filtered out the attributes in the make-omn expression below, but how can I retrieve the chord symbols and change the lengths ? Thanks for the help ! Best, Julio Here is the code (add-text-attributes '(Am7 "Am7") '(C6 "C6") '(E7b9 "E7b9") '(Gsdim7 "G#o") '(G7 "G7") '(G7-13 "G7(13)") '(Cs7s9 "C#7(#9)") '(Bhd "Bm7b5") '(Dm7 "Dm7") '(Fmaj7 "Fmaj7") '(G74b9 "G7,4(b9)") ) (setf C-chords '((w a2g3c4e4 am7) (w c3a3e4g4 c6) (w e3gs3d4f4 e7b9) (w gs2f3b3d4 gsdim7) (w g2f3b3e4 g7-13) (w cs3f3b3e4 cs7s9) (w b2f3a3d4 bhd) (w d3a3c4f4 dm7) (w f3c4e4a4 fmaj7))) ;; I know that I filtered out the attributes in the expression below, but how can I retrieve the chord symbols and change the lengths ? (make-omn :pitch (omn :pitch C-chords) :length '((e e e eh) (h w)) :span :length ) CHORD SYMBLOS BEFORE Looks good !
  5. Yes, you can make some code from that one and customizing the rhythms and harmony. Best !
  6. Very beautiful sound, expression and articulation, Janusz. The sound reminds me a bit of George Coleman, with some alternate fingerings. Happy to hear this side of your musicality. All the best ! Julio
  7. Really cool, Stephane ! Any chance to get the opmo files ? All the best !
  8. Dear Friends, This feature was implemented ? All the best ! Julio
  9. Dear All, One interesting conversion would be the one for transforming the get-time-signature result to length-span time signature format. This would be useful to rephrase rhythmically one rhythm with another´s rhythm time-signature structure. For example: ; Take this rhythm (setf ritmos (gen-repeat 4 (gen-length '((1 2 1 2 1 1) (1 1 1 1 1 2 1) (1 -3 1 -3 2 -2 4) (-3 1 -1 1 1 1)) '(16)))) Here is the bar structure for this (get-time-signature ritmos) This is the output ((2 4 2) (4 4 1) (2 4 3) (4 4 1) (2 4 3) (4 4 1) (2 4 3) (4 4 1) (2 4 1)) If I want to use this result as a time signature template in the length-span I have to convert it to (2/4 2/4 1 2/4 2/4 2/4 1 2/4 2/4 2/4 1 2/4 2/4 2/4 1 2/4) in order to use the time-signature order it in the length-span function Is there some function that performs this ? Best ! Julio I did this extravagant coding , but I need it with the slashes ( " / " ) and the repetitions, like converting (2 4 3) into (2/4 2/4 2/4)... (setf timesig-to-length-span (flatten (matrix-transpose (list (lake-everyother (get-count (get-count (get-time-signature ritmos))) ; how many 0 3 (flatten (get-time-signature ritmos))) (lake-everyother (get-count (get-count (get-time-signature ritmos))) ; how many 1 3 (flatten (get-time-signature ritmos))) ) )) ) ;;(2 4 4 4 2 4) I love lake-everyother
  10. Dear Ottorino, In OSX, all the midi inputs configured in MIDI Studio setup (of the OSX system itself) will be available. Maybe this behaviour of the notes appearing and then disappearing can be due to doubling the midi information at some point. Maybe the other software, like midipipe are doing some duplication or filtering off the notes.
  11. Thanks a lot, Stephane ! Very nice, but Muse 4 imported better the pedal lines Best ! Julio Pedal lines...
  12. Nice, but do you know an easy way how to import MusicXML to Lily ? Not having to use command line... Or directly from Opmo ? Best !
  13. But Finale was always the standard...
  14. An interesting fact... Only Musescore 4 imported correctly the pedalling. Here is the file I used. Finale and Muse 3 failed... MUSE 4 FINALE: Best, Julio piano_snippet_test.xml
  15. (dictum '(:butlast ped) mat) Worked great ! Thanks !
  16. Thanks, Stephane Please, can you specify where to put the :butlast keyword ? BEst
  17. 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 eb4fs4gs4 e4fs4gs4 e. eb4fs4gs4 s e4fs4gs4 eb4fs4gs4 e e4fs4gs4 tie))) (dictum '(:do ped :bar (1 2 3 4)) mat) (dictum '(:do ped :bar (1 3 5 6)) mat) But I can´t create one Pedal on and of for each bar. This expression (dictum '(:do ped :bar (1 2 3 4)) mat) creates one long pedal over the bars 1 2 3 4, but the harmony changes every bar, and I need a pedal release at the end of each measure. This expression (dictum '(:do ped :bar (1 3 5 6)) mat) Creates a pedal mark on every other bar, but it invades some of the bars, going beyond the bar region. Is there some suggestion ? Thanks ! Julio
  18. Dear All, I really enjoyed the way Dictum works now. In my opinion, it´s also a way of implementing variations over the material. I just have one suggestion: Maybe it could have a length keyword to make the gen-pause (or any operation) in the first positive length event, or only in positive values (not over the rests), so you don´t need to count the events to apply the operation. For the bars that start with rests (an have many rests) this could be useful. Something like this: (setf omn2b '((-5q 5q fs4 p bb3 f3 e4 -3q g4 c5 s eb5 mf a5 cs6 gs6) (5q gs6 f cs6 a5 eb5 - -s c5 g4 e4))) ;;; length keyword to make the gen-pause (or any operation) in the first length event, or only in positive values (not over the rests) so you don´t need to count the events to apply. (dictum '((:if 5q :do tasto :bar 1) (:first ord :bar 2) (:do (gen-pause x) :bar 1 :event 1 :length t) (:if e :do tasto :bar 2)) omn2b) ; RESULT ((-5q - bb3 p tasto f3 tasto e4 tasto -3q g4 c5 s eb5 mf a5 cs6 gs6) (5q gs6 f ord cs6 a5 eb5 - -s c5 g4 e4)) All the best ! Julio
  19. Dear Jesper, Did you checked the drop-voicing function. You can get all the drop voicings from there. Really cool function ! Best !
  20. Hello, Dear Friends Tablature is part of the musicxml standard. It´s also important in baroque guitar and also for dealing with finger mechanisms in the guitar, like fingering combinations, etc. Can it be generated in Opusmodus, there is a TAB clef available ? Thanks a lot ! Julio Tablature | MusicXML 4.0 WWW.W3.ORG
  21. Amazing function ! I remember that video too ! Really cool to provide resources in spectral stuff.
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy