Skip to content
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 <[email protected]>
Matteo Ceccarello <[email protected]>
]
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 <[email protected]>"
"Matteo Ceccarello <[email protected]>")
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 <[email protected]>"
"Matteo Ceccarello <[email protected]>")
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