Update of bug #50793 (project denemo):

                  Status:                    None => In Progress            

    _______________________________________________________

Follow-up Comment #1:

The following code will move the volta engraver (which creates the repeat
markings) from the Score context to the Staff context.
So, if you put this code in the Scheme window, put the cursor in the staff
where you want the repeat markings to appear and execute the scheme all should
be well. This could be a command - in which case it would need extra code to
turn it off again, etc.

;;;StaffVoltaEngraver
(let ((tag  "StaffVoltaEngraver"))
                (d-DirectivePut-layout-postfix tag
                           "\\context {
                              \\Score
                              \\remove \"Volta_engraver\"
                            }")
                (d-DirectivePut-staff-override tag  (logior
DENEMO_ALT_OVERRIDE  DENEMO_OVERRIDE_AFFIX  DENEMO_OVERRIDE_GRAPHIC))
                (d-DirectivePut-staff-prefix tag  " \\consists
\"Volta_engraver\"\n")
                (d-SetSaved #f))

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50793>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to