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

                 Summary: Push Position/Pop Position don't work when
scrolling needed
                 Project: GNU Denemo, a gtk+ frontend to GNU Lilypond
            Submitted by: None
            Submitted on: Sat 24 Jul 2010 05:00:42 PM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

There's a problem with Push/Pop position which I uncovered while
troubleshooting the Quick Preview (which is basically not working, contrary to
how it seemed to me earlier).  Namely, it seems that if it needs to scroll to
go back to earlier cursor position when you Pop, it doesn't quite get all the
way there.
Try this script and you should see it create a score of 7 bars of whole
notes, and return to the beginning, where it pushes the position and waits for
you to hit enter.  Then it jumps ahead to bar 6 and waits to show you where it
is.  Popping position should return you to the beginning, but it only gets
back to measure 5.  It seems that pushing and popping work when it doesn't
have to scroll (i.e., usually for small displacements) -DW

(let ((N 4)) 
(define (Wait) (d-GetUserInput "" "" "" ))
(d-Insert0)
(d-Insert0)
(d-Insert0)
(d-Insert0)
(d-Insert0)
(d-Insert0)
(d-Insert0)
(d-MoveToBeginning)
(d-PushPosition)
(Wait)
(d-MoveToMeasureRight)
(d-MoveToMeasureRight)
(d-MoveToMeasureRight)
(d-MoveToMeasureRight)
(d-MoveToMeasureRight)
(Wait)
(d-PopPosition)
(Wait)
) 




    _______________________________________________________

Reply to this item at:

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

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


_______________________________________________
Denemo-devel mailing list
Denemo-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to