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.

Featured Replies

There appears to be an issue in omitting dyads (chords) in the notation viewer when attaching attribute 'ped, as in this example:

 '((q c4 e3e4 ped) (q g3 c3c4 ped h e4 ped) (q  c4 ped g4 e4e5 ped))

Similar issues occur when using the attribute-series function:

(setf mat '((q c4 e3e4) (q g3 c3c4 h e4) (q c4 g4 e4e5)))
(attribute-series '((- 1) (ped 2) (ped 4) (ped 1))  mat)

 

  • Author

A quick comment on my post earlier post.

 

When using the attribute-series function, the last dyad is not omitted, and the ped marking is attached and displayed correctly if there's a rest in the last measure. However, when there's no rest at the end of the last measure, the ped marking is not attached.

 

 

(setf mat '((q c4 e3e4) (q g3 c3c4 h e4) (q c4 g4 e4e5)))
(attribute-series '((- 1) (ped 2) (ped 4) (ped 2)) mat)
=> ((q c4 mf e3e4 ped) (q g3 c3c4 ped h e4 ped) (q c4 ped g4 e4e5))

(setf mat.r '((q c4 e3e4) (q g3 c3c4 h e4) (q c4 g4 e4e5 -q)))
(attribute-series '((- 1) (ped 2) (ped 4) (ped 2)) mat.r)
=> ((q c4 mf e3e4 ped) (q g3 c3c4 ped h e4 ped) (q c4 ped g4 e4e5 ped -))

 

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.