Skip to content

bolpanorama/go-enc2ly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enc2ly is a Go tool that converts Encore files to LilyPond. It was
created using Felipe Castro's (fefcas@gmail.com) research and reverse
engineering by tweaking existing .enc files and loading them using the
4.55 demo version.


COMPILATION

* Install the Go compiler suite (see http://golang.org/doc/install)

* Then run

    mkdir /tmp/go
    export GOPATH=/tmp/go
    go get github.com/hanwen/go-enc2ly

  /tmp/go/bin/go-enc2ly will then contain the program binary.


CREDITS

Large parts of the reverse engineering effort were done by Felipe
Castro as part of enc2ly, http://enc2ly.sourceforge.net/en/


LICENSE

GPL v3.


DISCLAIMER

This is not an official Google product.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%