bugDenemo - Bugs: bug #50793, Nth time bar appearing above chord...

 
 

bug #50793: Nth time bar appearing above chord symbols

Submitter:  Dominic Shann <dom>
Submitted:  Thu 13 Apr 2017 09:31:20 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  In Progress
Privacy:  Public Assigned to:  None
Originator Name:  Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 13 Apr 2017 10:40:45 AM UTC, 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))

Richard Shann <rshann>
Group administrator
Thu 13 Apr 2017 09:31:20 AM UTC, original submission:  

I would like the  turnaround bar marking to appear below the chord symbol.

Dominic Shann <dom>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #40386:  Wolf Howl v 3.denemo added by dom (69KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rshann (Posted a comment)
  • -email is unavailable- added by dom (Submitted the item)
  • -email is unavailable- added by dom
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-04-13 rshann StatusNone In Progress
    2017-04-13 dom Attached File- Added Wolf Howl v 3.denemo, #40386
        Carbon-Copy- Added dom

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code