Jump 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.

(known) bug? with '=' & 'tie'

Featured Replies

Hi,

 

Don't know if this is a known issue:

 

(setf one '((q g3 = = tie)(q g3 = =)))
(setf two '((q g3 g3 g3 tie)(q g3 = =)))

(get-time-signature one)
-->((4 4 1) (3 4 1)) ;wrong
(get-time-signature two)
-->((3 4 2)) ;correct
 

 

best

 

ole

This is correct.

'((q g3 = = tie) (q g3 = =))

Check the OMN grammar.

'((q g3 mp = = p) (q g3 = =))

The OMN grammar is quite powerful, is good to know how it works.

(q g3 e pp stacc) = 3/8
(q g3 e - stacc)  = 5/8
(q g3 - - stacc)  = 4/4
  • Author

(setf eins '((q g3 = = tie) (q g3 = =)))
(get-time-signature eins)
-->((4 4 1) (3 4 1))

 

I don't understand the idea behind, counting beats in 'eins' I count 6 beats (overall), 'get-time-signature' tells me there are 7 beats (overall) (I would understand: -->((4 4 1) (2 4 1)))

But what I was asking originally was the (imo) inconsistency that 'get-time-signature' reports different results when using pitch-symbols instead of pitch-symbol repeat signs (=) (third pitch-symbol in the example..)?

 

(setf one '((q g3 = = tie)(q g3 = =)))

(get-time-signature one)
-->((4 4 1) (3 4 1))

 

(setf two '((q g3 g3 g3 tie)(q g3 = =)))
(get-time-signature two)
-->((3 4 2))

btw. how can I post my code also in a different font like in your examples..?

Every symbol <pitch> <length> <velocity> <attribute> after a repeat = or extended repeat == symbol, is counted as a new value.

(q c4 = = tie) = 4/4

Otherwise you need to write:

(q c4 = = c4 tie) = 4/4

which you can if you prefer.

I might write a document which explains the grammar in more details.

  • Author

Every symbol <pitch> <length> <velocity> <attribute> after a repeat = or extended repeat == symbol, is counted as a new value.

(q c4 = = tie) = 4/4

Otherwise you need to write:

(q c4 = = c4 tie) = 4/4

which you can if you prefer.

I might write a document which explains the grammar in more details.

Thanks for shed light on this.

Now I understand (a little more :-)).

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

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.