Skip to content

Add package.cnf #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions package.cnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#
# openLilyLib/gridly configuration
#

name: gridly
display-name: GridLY
short-description: Toolkit to implement the "segmented grid" approach
description: <
TODO!
>
modules: [
grid-templates
]
oll-core: 0.5.0
maintainers: [
Urs Liska <ul@openlilylib.org>
Matteo Ceccarello <matteo.ceccarello@gmail.com>
]
version: 0.6.0
license: GPL3
website: https://github.com/openlilylib/gridly
repository: https://github.com/openlilylib/gridly.git
33 changes: 0 additions & 33 deletions package.ily
Original file line number Diff line number Diff line change
Expand Up @@ -29,34 +29,6 @@
currently only the grid-templates module is implemented
%}

#(ly:set-option 'relative-includes #t)

\include "../oll-core/package.ily"

\registerPackage gridly \with {
maintainers = #'( "Urs Liska <ul@openlilylib.org>"
"Matteo Ceccarello <matteo.ceccarello@gmail.com>")
version = "0.6.0"
short-description = "Toolkit to implement the "segmented grid" approach"
description = "TODO!"

lilypond-min-version = "2.19.22" % To be tested!
}

\registerLibrary gridly \with {
maintainers = #'( "Urs Liska <ul@openlilylib.org>"
"Matteo Ceccarello <matteo.ceccarello@gmail.com>")
version = "0.6.0"
short-description = "Toolkit to implement the "segmented grid" approach"
description = "TODO!"

lilypond-min-version = "2.19.22" % To be tested!
}

%%% Initialization of the GridLY library

#(define gridly-version "0.6.0")

%%% The association list holding all the music.
#(if (not (defined? 'music-grid))
(define music-grid #f))
Expand All @@ -68,11 +40,6 @@
%%% Default segment range to the whole grid
\registerOption gridly.segment-range #'all

\void #(oll:log "Initialized GridLY version ~a" gridly-version)


\registerModule gridly.grid-templates


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%
Expand Down