Skip to content
View in the app

A better way to browse. Learn more.

Opusmodus

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Trouble setting a second instrument melody

Featured Replies

I tried this score and when I evaluate it I do not have on the second flute stave the material of fluterev but two staves with fmel  instead of one  with feel and the other with fluterev . I am sure there is a very simple solution to this issue but I can't find it 

 

Thank you for your help 

 

Patrick

;;;---------------------------------------------------------
;;; Parameters
;;;---------------------------------------------------------
(setf size 16)
(setf bars (gen-repeat size '(4/4)))
;(setf pause (length-span bars '(-s)))

(setf melo (tonality-map
            '(minor)
            (pitch-transpose
             '(0 2 -2 -4 -1 2)
             (gen-eval
              3
              '(rnd-order '(s c4 d4 e4 f4 q g4 ) :type :pitch)))))
(setf melos (gen-eval 5 '(aleaparent1a '(4 2 3 4 5 2 3) (flatten melo))))
(setf melos1 (reverse (gen-eval 5 '(aleaparent1a '(4 2 3 4 5 2 3) (flatten melo)))))  

(setf fmel (ambitus '(g4 c6) melos))
(setf fluterev (reverse fmel))
;;;---------------------------------------------------------
;;; Score and Layout
;;;---------------------------------------------------------
(def-score flute
           (:title "Melody"
            :composer "Patrick Mimran"
            :copyright "Copyright © 2020"
            :key-signature 'chromatic
            :time-signature '((1 1 1 1) 4)
            :tempo 100
            :layout (list (flute-layout 'flute)
                          (flute-layout 'flute)
))
  
  (flute
   :omn fmel
   :channel 1
   :sound 'gm
   :program 'flute 
   :volume 95
   :pan 70
   ;:controllers (91 '(52)) 
)
(flute1 
   :omn fluterev
   :channel 2 
   :sound 'gm
   :program 'violin
   :volume 60  
   :pan 70
   ;:controllers (91 '(52))
   
  ))

Flute-example.opmo

Create an account or sign in to comment


Copyright © 2014-2026 Opusmodus™ Ltd. All rights reserved.
Product features, specifications, system requirements and availability are subject to change without notice.
Opusmodus, the Opusmodus logo, and other Opusmodus trademarks are either registered trademarks or trademarks of Opusmodus Ltd.
All other trademarks contained herein are the property of their respective owners.

Powered by Invision Community

Important Information

Terms of Use Privacy Policy

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.