~ruther/guix-local

e9f4cd861defbb24f25b3f7a2a12e646c30e38c3 — jgart 10 months ago cfbf883
gnu: Add lilypond-next.

* gnu/packages/music.scm (lilypond-next): New variable.

Change-Id: I0903a9f481f18e07585f77c4c22e3da453a1332f
Signed-off-by: jgart <jgart@dismail.de>
1 files changed, 14 insertions(+), 0 deletions(-)

M gnu/packages/music.scm
M gnu/packages/music.scm => gnu/packages/music.scm +14 -0
@@ 1570,6 1570,20 @@ Guile.")
    ;; more than an hour of silence, so double the max silent time.
    (properties `((max-silent-time . 7200)))))

(define-public lilypond-next
  (package
    (inherit lilypond)
    (name "lilypond-next")
    (version "2.25.30")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "http://lilypond.org/download/sources/"
                           "v" (version-major+minor version) "/"
                           "lilypond-" version ".tar.gz"))
       (sha256
        (base32 "0q5id9v211i9zgjmwzmvi2qfvr3flh55kh476653r04a2br53962"))))))

(define-public emacs-lilypond-mode
  (package
    (name "emacs-lilypond-mode")