denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] [bug #27968] Split measure-fix


From: anonymous
Subject: [Denemo-devel] [bug #27968] Split measure-fix
Date: Sun, 08 Nov 2009 04:53:19 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5

URL:
  <http://savannah.gnu.org/bugs/?27968>

                 Summary: Split measure-fix
                 Project: GNU Denemo, a gtk+ frontend to GNU Lilypond
            Submitted by: None
            Submitted on: Sun 08 Nov 2009 04:53:18 AM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

It seems that using the prescripted command SplitMeasure frequently leads to
an empty measure appearing in between, or the measure you're trying to split
merging with the previous.  I've written this script that appears to work:

(d-SetMark)
(if   (d-MeasureRight)  
   (begin  (d-CursorLeft)  
                (d-Cut)
                (d-CursorRight)
                (d-InsertMeasure)       
        )
   (begin
           (d-GoToEnd)
           (d-Cut)
        (d-AppendMeasure)
        (d-MeasureRight)
        )
 )
(d-Paste)

The condition on MeasureRight is for when you're in the final measure of the
staff.




    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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