denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Denemo-devel] [bug #50793] Nth time bar appearing above chord symbols


From: Richard Shann
Subject: [Denemo-devel] [bug #50793] Nth time bar appearing above chord symbols
Date: Thu, 13 Apr 2017 06:40:45 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.4.0

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]