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.

tied length values

Featured Replies

Hi,

I want the following rhymical structure of tied length values ( see attached .jpg). When I write it like this:

(setf laengen-oben-zwei '((q. e tie) (q 3q 3q_3q_q. e tie) (q. e_h tie) (e q._h)))

the ties are ignored by the mapping

see:

(setf laengen-oben-zwei '((q. e tie) (q 3q 3q_3q_q. e tie) (q. e_h tie) (e q._h)))
(setf toene-oben-zwei '(c4 d4 e4 fs4 gs4 bb4))

(make-omn 
 :length laengen-oben-zwei
 :pitch toene-oben-zwei)

how can I express the length-values so that the ties are taken in account?

thanks for a hint!

best

oleBildschirmfoto_2015-07-07_um_16.51.21.th

TIE can't be used in length alone.

TIE is part of OMN form (grammar).

You need to rewrite your lengths without the TIE attribute.

You could do:

(setf laengen-oben-zwei '(q. e_q 3q 3q_3q_q. e_q. e_h_e q._h))
(setf toene-oben-zwei '(c4 d4 e4 fs4 gs4 bb4))

(setf mat
      (make-omn 
       :length laengen-oben-zwei
       :pitch toene-oben-zwei))

(omn-to-time-signature mat '(4 4))

Of course you can use the time signature on the DEF-SCORE level :-)

  • Author

TIE can't be used in length alone.

TIE is part of OMN form (grammar).

You need to rewrite your lengths without the TIE attribute.

like this?

(setf laengen-oben-zwei '((q. e_q 3q 3q_3q_q. e_q. e_h_e q._h)))

and than define the 4/4 in the score section?

  • Author

Overlooked half of your reply! Thanks for the pointer to the

omn-to-time-signature function. Very handy!

 

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.