]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4237: lilypond-what-beat.el: make "No | before point" a message rather than...
authorDavid Kastrup <dak@gnu.org>
Mon, 29 Dec 2014 17:57:47 +0000 (18:57 +0100)
committerDavid Kastrup <dak@gnu.org>
Mon, 5 Jan 2015 18:50:14 +0000 (19:50 +0100)
elisp/lilypond-what-beat.el

index 4a00ed36c3182c95582ba5c0c5c0f4120deeb9f2..dae02d53d23f6f5bb1c6cff35e643abe56fd0f8f 100644 (file)
@@ -201,7 +201,7 @@ If next note has no duration, returns t"
             (duration (if (= -1 last-dur) 0 (parse-duration (match-string 0))))
             (result '(0 1)))           ; 0 in fraction form
        (if (= measure-start -1)
-           (error "No | before point")
+           (message "No | before point")
          (progn
            (goto-char (1+ measure-start))
            (goto-note-begin)