Jump to content

Layout :ignore options


Recommended Posts

Score layout example with :ignore options.

(def-score serial-map
           (:key-signature 'chromatic
            :time-signature (get-time-signature mat)
            :tempo tempo
            :layout (list
                     (treble-layout
                      'rh
                      :lines 1
                      :ignore-bars t
                      :ignore-tempo t
                      :ignore-time-signature t
                      :bar-adjustments
                      '(((2 11 12 14 15 20 22 35 41 43) :lines 0 :notehead :none)
                        (2 :note "Audio (I) - - -" :lines 0 :notehead :none)
                        (6 :note "Audio (II) - -")
                        (11 :note "Audio (III) - - -")
                        (14 :note "Audio (IV) - -")
                        (21 :note "Audio (V) - - - -")
                        (29 :note "Audio (VI) - - - -")
                        (38 :note "Audio (VII) - -")
                        (43 :note "Audio (VIII) - - -")
                        ))
                     (bass-layout
                      'lh
                      :lines 1
                      :ignore-bars t
                      :ignore-time-signature t
                      :bar-adjustments
                      '(((1 3 4 6 7 9 10 13 16 17 18 19 21 22 23 24 26 27
                            29 30 31 32 33 38 39 40) :lines 0 :notehead :none)
                        ))))
  
  (rh
   :omn (gen-extract '(c4 c7) mat)
   :sound 'PR
   :channel 1)
  
  (lh
   :omn (gen-extract '(c1 bb3) mat)
   :sound 'PR
   :channel 2)
  )

(compile-score '((serial-map :start 1 :end 43)))

 

 

score-layout02@2x.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy