Index: head/print/lilypond-devel/Makefile =================================================================== --- head/print/lilypond-devel/Makefile (revision 539582) +++ head/print/lilypond-devel/Makefile (revision 539583) @@ -1,85 +1,86 @@ # Created by: patrick, trevor # $FreeBSD$ PORTNAME= lilypond -DISTVERSION= 2.20.0 +DISTVERSION= 2.21.1 CATEGORIES= print audio MASTER_SITES= http://lilypond.org/download/source/v${DISTVERSION:R}/ PKGNAMESUFFIX= -devel MAINTAINER= m.ne@gmx.net COMMENT= GNU music typesetter LICENSE= GPLv3 -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-09-15 - -BUILD_DEPENDS= pdftexi2dvi:print/texinfo \ - t1ascii:print/t1utils \ - bash:shells/bash \ +BUILD_DEPENDS= bash:shells/bash \ convert:graphics/ImageMagick6 \ dblatex:textproc/dblatex \ fontforge:print/fontforge \ help2man:misc/help2man \ + pdftexi2dvi:print/texinfo \ pngtopnm:graphics/netpbm \ rsync:net/rsync \ + t1ascii:print/t1utils \ texi2html:textproc/texi2html \ zip:archivers/zip -LIB_DEPENDS= libltdl.so:devel/libltdl \ - libguile.so:lang/guile1 \ - libgmp.so:math/gmp \ +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ - libfontconfig.so:x11-fonts/fontconfig -RUN_DEPENDS= mftrace:print/mftrace \ - ${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:x11-fonts/dejavu + libgmp.so:math/gmp \ + libguile.so:lang/guile1 \ + libltdl.so:devel/libltdl +RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:x11-fonts/dejavu \ + mftrace:print/mftrace -USES= bison:build compiler:gcc-c++11-lib gettext ghostscript gmake \ - gnome perl5 pkgconfig python:2.7 +USES= bison:build compiler:c++11-lib ghostscript gmake gnome \ + perl5 pkgconfig python:3.5+ USE_CXXSTD= c++11 USE_GNOME= pango USE_PERL5= build USE_TEX= latex texmf -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-texgyre-dir=${LOCALBASE}/${TEXMFDISTDIR}/fonts/opentype/public/tex-gyre \ - --with-python-include=${PYTHON_INCLUDEDIR} --without-urwotf-dir -CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \ - FLEX=${FLEX} YACC=${YACC} HOME=${WRKDIR} +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-texgyre-dir=${LOCALBASE}/${TEXMFDISTDIR}/fonts/opentype/public/tex-gyre \ + --without-urwotf-dir +CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \ + FLEX=${FLEX} \ + HOME=${WRKDIR} \ + YACC=${YACC} MAKEFILE= GNUmakefile ALL_TARGET= all +BINARY_ALIAS= python=${PYTHON_VERSION} + INFO= internals \ - lilypond-changes \ - lilypond-contributor \ - lilypond-essay \ - lilypond-extending \ - lilypond-internals \ - lilypond-learning \ - lilypond-notation \ - lilypond-snippets \ - lilypond-usage \ - lilypond-web \ - music-glossary + lilypond-changes \ + lilypond-contributor \ + lilypond-essay \ + lilypond-extending \ + lilypond-internals \ + lilypond-learning \ + lilypond-notation \ + lilypond-snippets \ + lilypond-usage \ + lilypond-web \ + music-glossary PLIST_SUB= DISTVERSION=${DISTVERSION} OPTIONS_DEFINE= NLS OPTIONS_SUB= yes +NLS_USES= gettext + post-patch: - @${FIND} ${WRKSRC} -name "*.cc" | ${XARGS} \ - ${REINPLACE_CMD} -e 's|isinf[ ]*(|::isinf(|g' -e 's|isnan|::isnan|g' @${REINPLACE_CMD} -e 's||"/usr/include/FlexLexer.h"|' \ ${WRKSRC}/lily/include/includable-lexer.hh ${SED} -e 's|%%FONTDIR%%|${WRKDIR}/fontconfig/cache/|' \ ${FILESDIR}/fonts.conf > ${WRKDIR}/.fonts.conf post-patch-NLS-off: @${REINPLACE_CMD} -e '/po \\$$/d' ${WRKSRC}/${MAKEFILE}.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lilypond (cd ${STAGEDIR}/${DATADIR} && ${LN} -fs ${DISTVERSION} current) .include Index: head/print/lilypond-devel/distinfo =================================================================== --- head/print/lilypond-devel/distinfo (revision 539582) +++ head/print/lilypond-devel/distinfo (revision 539583) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587345646 -SHA256 (lilypond-2.20.0.tar.gz) = 595901323fbc88d3039ca4bdbc2d8c5ce46b182edcb3ea9c0940eba849bba661 -SIZE (lilypond-2.20.0.tar.gz) = 18100533 +TIMESTAMP = 1588159297 +SHA256 (lilypond-2.21.1.tar.gz) = b7ccd72488b0838bc1ae5f490d6acefb292a902d977f6ed05f1eb26d30137e5e +SIZE (lilypond-2.21.1.tar.gz) = 18135688 Index: head/print/lilypond-devel/files/patch-lily_include_lily-guile.hh =================================================================== --- head/print/lilypond-devel/files/patch-lily_include_lily-guile.hh (revision 539582) +++ head/print/lilypond-devel/files/patch-lily_include_lily-guile.hh (nonexistent) @@ -1,11 +0,0 @@ ---- lily/include/lily-guile.hh.orig 2020-02-04 16:12:57 UTC -+++ lily/include/lily-guile.hh -@@ -22,6 +22,8 @@ - - #include "config.hh" - -+#include -+ - #if __MINGW32__ - #include "mingw-compatibility.hh" - #endif Property changes on: head/print/lilypond-devel/files/patch-lily_include_lily-guile.hh ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/print/lilypond-devel/files/patch-flower_include_std-string.hh =================================================================== --- head/print/lilypond-devel/files/patch-flower_include_std-string.hh (revision 539582) +++ head/print/lilypond-devel/files/patch-flower_include_std-string.hh (nonexistent) @@ -1,18 +0,0 @@ ---- flower/include/std-string.hh.orig 2020-03-01 14:00:51 UTC -+++ flower/include/std-string.hh -@@ -38,6 +38,7 @@ using namespace std; - typedef size_t ssize; - #define NPOS string::npos - -+#if _cplusplus <= 19971L - string to_string (const string &); - string to_string (char c, int n = 1); - string to_string (int i, char const *format = 0); -@@ -49,6 +50,7 @@ string to_string (unsigned); - string to_string (bool b); - string to_string (char const *format, ...) - __attribute__ ((format (printf, 1, 2))); -+#endif - - string &replace_all (string *str, string const &find, string const &replace); - string &replace_all (string *str, char find, char replace); Property changes on: head/print/lilypond-devel/files/patch-flower_include_std-string.hh ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/print/lilypond-devel/files/patch-python_GNUmakefile =================================================================== --- head/print/lilypond-devel/files/patch-python_GNUmakefile (revision 539582) +++ head/print/lilypond-devel/files/patch-python_GNUmakefile (nonexistent) @@ -1,10 +0,0 @@ ---- python/GNUmakefile.orig 2020-02-04 16:12:57 UTC -+++ python/GNUmakefile -@@ -12,7 +12,6 @@ CONFIG_LDFLAGS= - INSTALLATION_OUT_SUFFIXES=1 - - INSTALLATION_OUT_FILES=$(OUT_SO_MODULES) --INSTALLATION_OUT_DIR=$(local_lilypond_libdir)/python - - INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/python - INSTALLATION_OUT_FILES1=$(OUT_PY_MODULES) $(OUT_PYC_MODULES) Property changes on: head/print/lilypond-devel/files/patch-python_GNUmakefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/print/lilypond-devel/files/patch-flower_include_std-vector.hh =================================================================== --- head/print/lilypond-devel/files/patch-flower_include_std-vector.hh (revision 539582) +++ head/print/lilypond-devel/files/patch-flower_include_std-vector.hh (nonexistent) @@ -1,10 +0,0 @@ ---- flower/include/std-vector.hh.orig 2020-02-04 16:12:57 UTC -+++ flower/include/std-vector.hh -@@ -224,6 +224,6 @@ junk_pointers (vector &v) - vector string_split (string str, char c); - string string_join (vector const &strs, const string &infix); - --#define iterof(i,s) typeof((s).begin()) i((s).begin()) -+#define iterof(i,s) auto i = ((s).begin()) - - #endif /* STD_VECTOR_HH */ Property changes on: head/print/lilypond-devel/files/patch-flower_include_std-vector.hh ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/print/lilypond-devel/files/patch-Documentation_GNUmakefile =================================================================== --- head/print/lilypond-devel/files/patch-Documentation_GNUmakefile (revision 539582) +++ head/print/lilypond-devel/files/patch-Documentation_GNUmakefile (revision 539583) @@ -1,14 +1,14 @@ ---- Documentation/GNUmakefile.orig 2020-02-04 16:12:57 UTC +--- Documentation/GNUmakefile.orig 2020-04-09 12:55:56 UTC +++ Documentation/GNUmakefile -@@ -74,9 +74,9 @@ source-links = $(outdir)/source\ +@@ -73,9 +73,9 @@ source-links = $(outdir)/source\ MAIN_INFO_DOC = lilypond-web INFO_DOCS = lilypond-usage lilypond-changes lilypond-contributor lilypond-internals \ lilypond-essay lilypond-learning lilypond-notation music-glossary \ - lilypond-web lilypond-extending + lilypond-web lilypond-extending lilypond-snippets internals ifeq ($(out),www) -INFO_DOCS += lilypond-snippets +INFO_DOCS += endif INFO_FILES = $(INFO_DOCS:%=$(outdir)/%.info) Index: head/print/lilypond-devel/files/patch-config.make.in =================================================================== --- head/print/lilypond-devel/files/patch-config.make.in (revision 539582) +++ head/print/lilypond-devel/files/patch-config.make.in (revision 539583) @@ -1,11 +1,11 @@ ---- config.make.in.orig 2020-02-04 16:12:57 UTC +--- config.make.in.orig 2020-04-09 12:55:56 UTC +++ config.make.in -@@ -73,7 +73,7 @@ sharedstatedir = @sharedstatedir@ - stepmake = @stepmake@ - +@@ -96,7 +96,7 @@ mandir = @mandir@ + package = lilypond package_datadir = $(datadir)/$(package) + package_docdir = $(docdir)/$(package) -package_infodir = $(infodir)/$(package) +package_infodir = $(infodir) package_libdir = $(libdir)/$(package) - package_docdir = $(docdir)/$(package) - package_omfdir = $(omfdir)/$(package) + prefix = @prefix@ + program_prefix = @program_prefix@ Index: head/print/lilypond-devel/files/patch-configure =================================================================== --- head/print/lilypond-devel/files/patch-configure (revision 539582) +++ head/print/lilypond-devel/files/patch-configure (revision 539583) @@ -1,115 +1,99 @@ ---- configure.orig 2020-03-01 14:00:51 UTC +--- configure.orig 2020-04-26 09:45:49 UTC +++ configure -@@ -2298,13 +2298,8 @@ $as_echo_n "checking $r version... " >&6; } - ## for compatibility reasons. - - ## grab the first version number in --version output. -- eval _ver=\"\`("$exe" --version || "$exe" -V) 2>&1 | -- grep -E '(^| )[0-9][0-9]*\.[0-9]' | -- head -n 1 | -- tr ' ' '\n' | -- sed 's/\([0-9][0-9]*\.[0-9][0-9.]*\).*/\1/g' | -- grep -E '(^| )[0-9][0-9]*\.[0-9]' | -- head -n 1\`\" -+ eval _ver=\"\`("$exe" --version || "$exe" -V) 2>/dev/null | -+ awk '$1 ~ "fontforge" { print $2 }'\`\" - - if test -z "$_ver"; then - ## If empty, try date [fontforge] -@@ -11631,71 +11626,10 @@ test -n "$PKG_CONFIG" || PKG_CONFIG="no" +@@ -9087,71 +9087,10 @@ test -n "$PKG_CONFIG" || PKG_CONFIG="no" if test $? -eq 0; then if test -n "0.9.0" -o -n ""; then - r="`eval echo '$'"PKG_CONFIG"`" -- { $as_echo "$as_me:$LINENO: checking $r version" >&5 +- { $as_echo "$as_me:${as_lineno-$LINENO}: checking $r version" >&5 -$as_echo_n "checking $r version... " >&6; } - exe=` - ## which doesn't work in ash, if /usr/bin/which isn't installed - ## type -p doesn't work in ash - ## command -v doesn't work in zsh - ## command -v "$r" 2>&1 - ## this test should work in ash, bash, pdksh (ksh), zsh - type -p $r 2>/dev/null | tail -n 1 | awk '{print $NF}' -` - ver=` - ## "$exe" --version 2>&1 | grep -v '^$' | head -n 1 | awk '{print $NF}' - ## - ## ARG. - ## Workaround for broken Debian gcc version string: - ## gcc (GCC) 3.1.1 20020606 (Debian prerelease) - ## - ## -V: Workaround for python + $PKG_CONFIG --atleast-pkgconfig-version 0.9.0 - #dnl - - ## Assume and hunt for dotted version multiplet. - ## use eval trickery, because we cannot use multi-level $() instead of `` - ## for compatibility reasons. - - ## grab the first version number in --version output. - eval _ver=\"\`("$exe" --version || "$exe" -V) 2>&1 | - grep -E '(^| )[0-9][0-9]*\.[0-9]' | - head -n 1 | - tr ' ' '\n' | - sed 's/\([0-9][0-9]*\.[0-9][0-9.]*\).*/\1/g' | - grep -E '(^| )[0-9][0-9]*\.[0-9]' | - head -n 1\`\" - - if test -z "$_ver"; then - ## If empty, try date [fontforge] - eval _ver=\"\`("$exe" --version || "$exe" -V) 2>&1 \ - | grep '\(^\|[^0-9a-f]\)[0-9]\{6,8\}\([^0-9a-f]\|$\)' \ - | head -n 1 \ - | sed -e 's/^[^.0-9]*//' -e 's/[^.0-9]*$//'\`\" - fi - echo "$_ver" - #dnl -` - num=` - echo "$ver" | awk -F. ' - { - if ($3) {three = $3} - else {three = 0} - } - {printf "%.0f\n", $1*1000000 + $2*1000 + three}' -` - min=` - echo "0.9.0" | awk -F. ' - { - if ($3) {three = $3} - else {three = 0} - } - {printf "%.0f\n", $1*1000000 + $2*1000 + three}' -` -- { $as_echo "$as_me:$LINENO: result: $ver" >&5 +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ver" >&5 -$as_echo "$ver" >&6; } - if test "$num" -lt "$min"; then - + if test ! $?; then + ver=`$PKG_CONFIG --version` eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""$r >= 0.9.0 (installed: $ver)"\"`\" fi -@@ -15001,21 +14935,6 @@ $as_echo "$ver" >&6; } - +@@ -11579,21 +11518,7 @@ $as_echo "$ver" >&6; } eval "$DOCUMENTATION_REQUIRED"=\"`eval echo \"'$'$DOCUMENTATION_REQUIRED\" \""$r >= 1.82 (installed: $ver)"\"`\" -- fi + fi - if test -n "1.82"; then - max=` - echo "1.82" | awk -F. ' - { - if ($3) {three = $3} - else {three = 0} - } - {printf "%.0f\n", $1*1000000 + $2*1000 + three}' -` - if test "$num" -gt "$max"; then -- + - eval "$DOCUMENTATION_REQUIRED"=\"`eval echo \"'$'$DOCUMENTATION_REQUIRED\" \""$r <= 1.82 (installed: $ver)"\"`\" - - fi - fi +- fi vervar="`echo TEXI2HTML | tr 'a-z' 'A-Z'`_VERSION" eval `echo $vervar=$num` + ## AC_SUBST(`eval echo $vervar`) Index: head/print/lilypond-devel/files/patch-lily_midi-item.cc =================================================================== --- head/print/lilypond-devel/files/patch-lily_midi-item.cc (nonexistent) +++ head/print/lilypond-devel/files/patch-lily_midi-item.cc (revision 539583) @@ -0,0 +1,11 @@ +--- lily/midi-item.cc.orig 2020-04-29 11:39:18 UTC ++++ lily/midi-item.cc +@@ -319,7 +319,7 @@ Midi_text::Midi_text (Audio_text *a) + string + Midi_text::to_string () const + { +- uint8_t text_code[] = {0xff, audio_->type_}; ++ uint8_t text_code[] = {0xff, uint8_t (audio_->type_)}; + string str ((char *) text_code, sizeof (text_code)); + str += int2midi_varint_string (int (audio_->text_string_.length ())); + str += audio_->text_string_; Property changes on: head/print/lilypond-devel/files/patch-lily_midi-item.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/print/lilypond-devel/files/patch-lily_parse-scm.cc =================================================================== --- head/print/lilypond-devel/files/patch-lily_parse-scm.cc (nonexistent) +++ head/print/lilypond-devel/files/patch-lily_parse-scm.cc (revision 539583) @@ -0,0 +1,10 @@ +--- lily/parse-scm.cc.orig 2020-04-26 09:45:49 UTC ++++ lily/parse-scm.cc +@@ -51,6 +51,7 @@ struct Parse_start + Parse_start (SCM form, const Input &start, bool safe, Lily_parser *parser) + : form_ (form), start_ (start), safe_ (safe), parser_ (parser) + { ++ parsed_.set (start.get_source_file (), start.start (), start.end ()); + } + + static SCM handle_error (void *data, SCM /*tag*/, SCM args) Property changes on: head/print/lilypond-devel/files/patch-lily_parse-scm.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/print/lilypond-devel/files/patch-stepmake_stepmake_texinfo-vars.make =================================================================== --- head/print/lilypond-devel/files/patch-stepmake_stepmake_texinfo-vars.make (revision 539582) +++ head/print/lilypond-devel/files/patch-stepmake_stepmake_texinfo-vars.make (revision 539583) @@ -1,11 +1,11 @@ ---- stepmake/stepmake/texinfo-vars.make.orig 2020-03-01 14:00:51 UTC +--- stepmake/stepmake/texinfo-vars.make.orig 2020-04-26 09:45:49 UTC +++ stepmake/stepmake/texinfo-vars.make -@@ -31,7 +31,7 @@ DO_TEXI_DEP = ( echo ./$@: $(call scan-texi,$<) > $(ba +@@ -26,7 +26,7 @@ DO_TEXI_DEP = ( echo ./$@: $(call scan-texi,$<) > $(ba TEXINFO_PAPERSIZE_OPTION= $(if $(findstring $(PAPERSIZE),a4),,-t @afourpaper) -MAKEINFO_FLAGS += --enable-encoding --error-limit=0 $(DOCUMENTATION_INCLUDES) +MAKEINFO_FLAGS += --enable-encoding --force $(DOCUMENTATION_INCLUDES) MAKEINFO = LANG=C $(MAKEINFO_PROGRAM) $(MAKEINFO_FLAGS) # texi2html xref map files Index: head/print/lilypond-devel/pkg-plist =================================================================== --- head/print/lilypond-devel/pkg-plist (revision 539582) +++ head/print/lilypond-devel/pkg-plist (revision 539583) @@ -1,388 +1,389 @@ bin/abc2ly bin/convert-ly bin/etf2ly bin/lilymidi bin/lilypond bin/lilypond-book bin/lilypond-invoke-editor bin/lilysong bin/midi2ly bin/musicxml2ly man/man1/abc2ly.1.gz man/man1/convert-ly.1.gz man/man1/etf2ly.1.gz man/man1/lilymidi.1.gz man/man1/lilypond-book.1.gz man/man1/lilypond-invoke-editor.1.gz man/man1/lilypond.1.gz man/man1/lilysong.1.gz man/man1/midi2ly.1.gz man/man1/musicxml2ly.1.gz share/emacs/site-lisp/lilypond-font-lock.el share/emacs/site-lisp/lilypond-indent.el share/emacs/site-lisp/lilypond-init.el share/emacs/site-lisp/lilypond-mode.el share/emacs/site-lisp/lilypond-song.el share/emacs/site-lisp/lilypond-what-beat.el share/emacs/site-lisp/lilypond-words.el %%DATADIR%%/%%DISTVERSION%%/fonts/00-lilypond-fonts.conf %%DATADIR%%/%%DISTVERSION%%/fonts/99-lilypond-fonts.conf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/emmentaler-11.otf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/emmentaler-13.otf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/emmentaler-14.otf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/emmentaler-16.otf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/emmentaler-18.otf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/emmentaler-20.otf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/emmentaler-23.otf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/emmentaler-26.otf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/emmentaler-brace.otf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/texgyrecursor-bold.otf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/texgyrecursor-bolditalic.otf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/texgyrecursor-italic.otf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/texgyrecursor-regular.otf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/texgyreheros-bold.otf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/texgyreheros-bolditalic.otf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/texgyreheros-italic.otf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/texgyreheros-regular.otf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/texgyreschola-bold.otf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/texgyreschola-bolditalic.otf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/texgyreschola-italic.otf %%DATADIR%%/%%DISTVERSION%%/fonts/otf/texgyreschola-regular.otf %%DATADIR%%/%%DISTVERSION%%/fonts/source/common-modules-and-initialization.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/debugging-settings.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/declare-autometric-parameters.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-accidentals.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-accordion.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-alphabet-generic.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-alphabet11.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-alphabet13.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-alphabet14.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-alphabet16.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-alphabet18.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-alphabet20.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-alphabet23.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-alphabet26.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-arrow.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-arrowheads.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-autometric.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-braces-a.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-braces-b.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-braces-c.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-braces-d.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-braces-e.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-braces-f.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-braces-g.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-braces-generic.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-braces-h.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-braces-i.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-braces.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-brackettips.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-clefs.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-dots.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-dynamics.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-flags-generic.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-flags.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-flags11.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-flags13.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-flags14.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-flags16.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-flags18.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-flags20.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-flags23.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-flags26.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-flats.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-macros.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-naturals.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-noteheads-generic.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-noteheads.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-noteheads11.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-noteheads13.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-noteheads14.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-noteheads16.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-noteheads18.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-noteheads20.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-noteheads23.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-noteheads26.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-numbers.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-other-generic.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-params.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-parenthesis.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-pedals.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-rests.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-scripts.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-sharps.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-ties.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-timesignatures.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta-trills.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta11.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta13.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta14.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta16.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta18.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta20.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta23.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/feta26.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan-accidentals.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan-clefs.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan-custodes.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan-dots.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan-flags.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan-macros.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan-noteheads-generic.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan-noteheads.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan-noteheads11.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan-noteheads13.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan-noteheads14.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan-noteheads16.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan-noteheads18.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan-noteheads20.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan-noteheads23.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan-noteheads26.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan-other-generic.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan-rests.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan-scripts.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan-timesignatures.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan11.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan13.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan14.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan16.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan18.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan20.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan23.mf %%DATADIR%%/%%DISTVERSION%%/fonts/source/parmesan26.mf %%DATADIR%%/%%DISTVERSION%%/fonts/svg/emmentaler-11.svg %%DATADIR%%/%%DISTVERSION%%/fonts/svg/emmentaler-11.woff %%DATADIR%%/%%DISTVERSION%%/fonts/svg/emmentaler-13.svg %%DATADIR%%/%%DISTVERSION%%/fonts/svg/emmentaler-13.woff %%DATADIR%%/%%DISTVERSION%%/fonts/svg/emmentaler-14.svg %%DATADIR%%/%%DISTVERSION%%/fonts/svg/emmentaler-14.woff %%DATADIR%%/%%DISTVERSION%%/fonts/svg/emmentaler-16.svg %%DATADIR%%/%%DISTVERSION%%/fonts/svg/emmentaler-16.woff %%DATADIR%%/%%DISTVERSION%%/fonts/svg/emmentaler-18.svg %%DATADIR%%/%%DISTVERSION%%/fonts/svg/emmentaler-18.woff %%DATADIR%%/%%DISTVERSION%%/fonts/svg/emmentaler-20.svg %%DATADIR%%/%%DISTVERSION%%/fonts/svg/emmentaler-20.woff %%DATADIR%%/%%DISTVERSION%%/fonts/svg/emmentaler-23.svg %%DATADIR%%/%%DISTVERSION%%/fonts/svg/emmentaler-23.woff %%DATADIR%%/%%DISTVERSION%%/fonts/svg/emmentaler-26.svg %%DATADIR%%/%%DISTVERSION%%/fonts/svg/emmentaler-26.woff %%DATADIR%%/%%DISTVERSION%%/fonts/svg/emmentaler-brace.svg %%DATADIR%%/%%DISTVERSION%%/fonts/svg/emmentaler-brace.woff %%DATADIR%%/%%DISTVERSION%%/ly/Welcome-to-LilyPond-MacOS.ly %%DATADIR%%/%%DISTVERSION%%/ly/Welcome_to_LilyPond.ly %%DATADIR%%/%%DISTVERSION%%/ly/arabic.ly %%DATADIR%%/%%DISTVERSION%%/ly/articulate.ly %%DATADIR%%/%%DISTVERSION%%/ly/bagpipe.ly %%DATADIR%%/%%DISTVERSION%%/ly/base-tkit.ly %%DATADIR%%/%%DISTVERSION%%/ly/catalan.ly %%DATADIR%%/%%DISTVERSION%%/ly/chord-modifiers-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/chord-repetition-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/context-mods-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/declarations-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/deutsch.ly %%DATADIR%%/%%DISTVERSION%%/ly/drumpitch-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/dynamic-scripts-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/english.ly %%DATADIR%%/%%DISTVERSION%%/ly/engraver-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/espanol.ly %%DATADIR%%/%%DISTVERSION%%/ly/event-listener.ly %%DATADIR%%/%%DISTVERSION%%/ly/festival.ly %%DATADIR%%/%%DISTVERSION%%/ly/generate-documentation.ly %%DATADIR%%/%%DISTVERSION%%/ly/generate-interface-doc-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/grace-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/graphviz-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/gregorian.ly %%DATADIR%%/%%DISTVERSION%%/ly/guile-debugger.ly +%%DATADIR%%/%%DISTVERSION%%/ly/hel-arabic.ly %%DATADIR%%/%%DISTVERSION%%/ly/init.ly %%DATADIR%%/%%DISTVERSION%%/ly/italiano.ly %%DATADIR%%/%%DISTVERSION%%/ly/lilypond-book-preamble.ly %%DATADIR%%/%%DISTVERSION%%/ly/lyrics-tkit.ly %%DATADIR%%/%%DISTVERSION%%/ly/makam.ly %%DATADIR%%/%%DISTVERSION%%/ly/midi-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/music-functions-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/nederlands.ly %%DATADIR%%/%%DISTVERSION%%/ly/norsk.ly %%DATADIR%%/%%DISTVERSION%%/ly/paper-defaults-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/performer-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/piano-tkit.ly %%DATADIR%%/%%DISTVERSION%%/ly/portugues.ly %%DATADIR%%/%%DISTVERSION%%/ly/predefined-fretboards-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/predefined-guitar-fretboards.ly %%DATADIR%%/%%DISTVERSION%%/ly/predefined-guitar-ninth-fretboards.ly %%DATADIR%%/%%DISTVERSION%%/ly/predefined-mandolin-fretboards.ly %%DATADIR%%/%%DISTVERSION%%/ly/predefined-ukulele-fretboards.ly %%DATADIR%%/%%DISTVERSION%%/ly/property-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/satb.ly %%DATADIR%%/%%DISTVERSION%%/ly/scale-definitions-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/scheme-sandbox.ly %%DATADIR%%/%%DISTVERSION%%/ly/script-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/spanners-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/ssaattbb.ly %%DATADIR%%/%%DISTVERSION%%/ly/staff-tkit.ly %%DATADIR%%/%%DISTVERSION%%/ly/string-tunings-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/suomi.ly %%DATADIR%%/%%DISTVERSION%%/ly/svenska.ly +%%DATADIR%%/%%DISTVERSION%%/ly/swing.ly %%DATADIR%%/%%DISTVERSION%%/ly/text-replacements.ly %%DATADIR%%/%%DISTVERSION%%/ly/titling-init.ly %%DATADIR%%/%%DISTVERSION%%/ly/toc-init.ly +%%DATADIR%%/%%DISTVERSION%%/ly/turkish-makam.ly %%DATADIR%%/%%DISTVERSION%%/ly/vlaams.ly %%DATADIR%%/%%DISTVERSION%%/ly/vocal-tkit.ly %%DATADIR%%/%%DISTVERSION%%/ly/voice-tkit.ly %%DATADIR%%/%%DISTVERSION%%/ps/encodingdefs.ps %%DATADIR%%/%%DISTVERSION%%/ps/lilyponddefs.ps %%DATADIR%%/%%DISTVERSION%%/ps/music-drawing-routines.ps +%%DATADIR%%/%%DISTVERSION%%/python/__pycache__/book_base.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/%%DISTVERSION%%/python/__pycache__/book_docbook.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/%%DISTVERSION%%/python/__pycache__/book_html.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/%%DISTVERSION%%/python/__pycache__/book_latex.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/%%DISTVERSION%%/python/__pycache__/book_snippets.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/%%DISTVERSION%%/python/__pycache__/book_texinfo.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/%%DISTVERSION%%/python/__pycache__/convertrules.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/%%DISTVERSION%%/python/__pycache__/fontextract.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/%%DISTVERSION%%/python/__pycache__/langdefs.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/%%DISTVERSION%%/python/__pycache__/lilylib.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/%%DISTVERSION%%/python/__pycache__/midi.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/%%DISTVERSION%%/python/__pycache__/musicexp.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/%%DISTVERSION%%/python/__pycache__/musicxml.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/%%DISTVERSION%%/python/__pycache__/musicxml2ly_conversion.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/%%DISTVERSION%%/python/__pycache__/rational.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/%%DISTVERSION%%/python/__pycache__/safeeval.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/%%DISTVERSION%%/python/__pycache__/utilities.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/%%DISTVERSION%%/python/book_base.py -%%DATADIR%%/%%DISTVERSION%%/python/book_base.pyc %%DATADIR%%/%%DISTVERSION%%/python/book_docbook.py -%%DATADIR%%/%%DISTVERSION%%/python/book_docbook.pyc %%DATADIR%%/%%DISTVERSION%%/python/book_html.py -%%DATADIR%%/%%DISTVERSION%%/python/book_html.pyc %%DATADIR%%/%%DISTVERSION%%/python/book_latex.py -%%DATADIR%%/%%DISTVERSION%%/python/book_latex.pyc %%DATADIR%%/%%DISTVERSION%%/python/book_snippets.py -%%DATADIR%%/%%DISTVERSION%%/python/book_snippets.pyc %%DATADIR%%/%%DISTVERSION%%/python/book_texinfo.py -%%DATADIR%%/%%DISTVERSION%%/python/book_texinfo.pyc %%DATADIR%%/%%DISTVERSION%%/python/convertrules.py -%%DATADIR%%/%%DISTVERSION%%/python/convertrules.pyc %%DATADIR%%/%%DISTVERSION%%/python/fontextract.py -%%DATADIR%%/%%DISTVERSION%%/python/fontextract.pyc %%DATADIR%%/%%DISTVERSION%%/python/langdefs.py -%%DATADIR%%/%%DISTVERSION%%/python/langdefs.pyc %%DATADIR%%/%%DISTVERSION%%/python/lilylib.py -%%DATADIR%%/%%DISTVERSION%%/python/lilylib.pyc %%DATADIR%%/%%DISTVERSION%%/python/midi.py -%%DATADIR%%/%%DISTVERSION%%/python/midi.pyc %%DATADIR%%/%%DISTVERSION%%/python/musicexp.py -%%DATADIR%%/%%DISTVERSION%%/python/musicexp.pyc %%DATADIR%%/%%DISTVERSION%%/python/musicxml.py -%%DATADIR%%/%%DISTVERSION%%/python/musicxml.pyc %%DATADIR%%/%%DISTVERSION%%/python/musicxml2ly_conversion.py -%%DATADIR%%/%%DISTVERSION%%/python/musicxml2ly_conversion.pyc %%DATADIR%%/%%DISTVERSION%%/python/rational.py -%%DATADIR%%/%%DISTVERSION%%/python/rational.pyc %%DATADIR%%/%%DISTVERSION%%/python/safeeval.py -%%DATADIR%%/%%DISTVERSION%%/python/safeeval.pyc %%DATADIR%%/%%DISTVERSION%%/python/utilities.py -%%DATADIR%%/%%DISTVERSION%%/python/utilities.pyc %%DATADIR%%/%%DISTVERSION%%/scm/accreg.scm %%DATADIR%%/%%DISTVERSION%%/scm/auto-beam.scm %%DATADIR%%/%%DISTVERSION%%/scm/autochange.scm %%DATADIR%%/%%DISTVERSION%%/scm/backend-library.scm %%DATADIR%%/%%DISTVERSION%%/scm/bar-line.scm %%DATADIR%%/%%DISTVERSION%%/scm/bezier-tools.scm %%DATADIR%%/%%DISTVERSION%%/scm/c++.scm %%DATADIR%%/%%DISTVERSION%%/scm/chord-entry.scm -%%DATADIR%%/%%DISTVERSION%%/scm/chord-generic-names.scm %%DATADIR%%/%%DISTVERSION%%/scm/chord-ignatzek-names.scm %%DATADIR%%/%%DISTVERSION%%/scm/chord-name.scm %%DATADIR%%/%%DISTVERSION%%/scm/clip-region.scm +%%DATADIR%%/%%DISTVERSION%%/scm/color.scm %%DATADIR%%/%%DISTVERSION%%/scm/define-context-properties.scm %%DATADIR%%/%%DISTVERSION%%/scm/define-event-classes.scm %%DATADIR%%/%%DISTVERSION%%/scm/define-grob-interfaces.scm %%DATADIR%%/%%DISTVERSION%%/scm/define-grob-properties.scm %%DATADIR%%/%%DISTVERSION%%/scm/define-grobs.scm %%DATADIR%%/%%DISTVERSION%%/scm/define-markup-commands.scm %%DATADIR%%/%%DISTVERSION%%/scm/define-music-callbacks.scm %%DATADIR%%/%%DISTVERSION%%/scm/define-music-display-methods.scm %%DATADIR%%/%%DISTVERSION%%/scm/define-music-properties.scm %%DATADIR%%/%%DISTVERSION%%/scm/define-music-types.scm %%DATADIR%%/%%DISTVERSION%%/scm/define-note-names.scm %%DATADIR%%/%%DISTVERSION%%/scm/define-stencil-commands.scm %%DATADIR%%/%%DISTVERSION%%/scm/define-woodwind-diagrams.scm %%DATADIR%%/%%DISTVERSION%%/scm/display-lily.scm %%DATADIR%%/%%DISTVERSION%%/scm/display-woodwind-diagrams.scm %%DATADIR%%/%%DISTVERSION%%/scm/document-backend.scm %%DATADIR%%/%%DISTVERSION%%/scm/document-context-mods.scm %%DATADIR%%/%%DISTVERSION%%/scm/document-functions.scm %%DATADIR%%/%%DISTVERSION%%/scm/document-identifiers.scm %%DATADIR%%/%%DISTVERSION%%/scm/document-markup.scm %%DATADIR%%/%%DISTVERSION%%/scm/document-music.scm %%DATADIR%%/%%DISTVERSION%%/scm/document-translation.scm %%DATADIR%%/%%DISTVERSION%%/scm/document-type-predicates.scm %%DATADIR%%/%%DISTVERSION%%/scm/documentation-generate.scm %%DATADIR%%/%%DISTVERSION%%/scm/documentation-lib.scm %%DATADIR%%/%%DISTVERSION%%/scm/editor.scm %%DATADIR%%/%%DISTVERSION%%/scm/encoding.scm %%DATADIR%%/%%DISTVERSION%%/scm/file-cache.scm %%DATADIR%%/%%DISTVERSION%%/scm/flag-styles.scm %%DATADIR%%/%%DISTVERSION%%/scm/font.scm %%DATADIR%%/%%DISTVERSION%%/scm/framework-eps.scm %%DATADIR%%/%%DISTVERSION%%/scm/framework-null.scm %%DATADIR%%/%%DISTVERSION%%/scm/framework-ps.scm %%DATADIR%%/%%DISTVERSION%%/scm/framework-scm.scm %%DATADIR%%/%%DISTVERSION%%/scm/framework-socket.scm %%DATADIR%%/%%DISTVERSION%%/scm/framework-svg.scm %%DATADIR%%/%%DISTVERSION%%/scm/fret-diagrams.scm %%DATADIR%%/%%DISTVERSION%%/scm/graphviz.scm %%DATADIR%%/%%DISTVERSION%%/scm/guile-debugger.scm %%DATADIR%%/%%DISTVERSION%%/scm/harp-pedals.scm %%DATADIR%%/%%DISTVERSION%%/scm/layout-beam.scm %%DATADIR%%/%%DISTVERSION%%/scm/layout-slur.scm %%DATADIR%%/%%DISTVERSION%%/scm/lily-library.scm %%DATADIR%%/%%DISTVERSION%%/scm/lily-sort.scm %%DATADIR%%/%%DISTVERSION%%/scm/lily.scm %%DATADIR%%/%%DISTVERSION%%/scm/ly-syntax-constructors.scm %%DATADIR%%/%%DISTVERSION%%/scm/markup-macros.scm %%DATADIR%%/%%DISTVERSION%%/scm/markup.scm -%%DATADIR%%/%%DISTVERSION%%/scm/memory-trace.scm %%DATADIR%%/%%DISTVERSION%%/scm/midi.scm %%DATADIR%%/%%DISTVERSION%%/scm/modal-transforms.scm %%DATADIR%%/%%DISTVERSION%%/scm/music-functions.scm %%DATADIR%%/%%DISTVERSION%%/scm/output-lib.scm %%DATADIR%%/%%DISTVERSION%%/scm/output-ps.scm %%DATADIR%%/%%DISTVERSION%%/scm/output-socket.scm %%DATADIR%%/%%DISTVERSION%%/scm/output-svg.scm %%DATADIR%%/%%DISTVERSION%%/scm/page.scm %%DATADIR%%/%%DISTVERSION%%/scm/paper-system.scm %%DATADIR%%/%%DISTVERSION%%/scm/paper.scm %%DATADIR%%/%%DISTVERSION%%/scm/parser-clef.scm %%DATADIR%%/%%DISTVERSION%%/scm/parser-ly-from-scheme.scm %%DATADIR%%/%%DISTVERSION%%/scm/part-combiner.scm %%DATADIR%%/%%DISTVERSION%%/scm/predefined-fretboards.scm %%DATADIR%%/%%DISTVERSION%%/scm/ps-to-png.scm %%DATADIR%%/%%DISTVERSION%%/scm/safe-lily.scm %%DATADIR%%/%%DISTVERSION%%/scm/safe-utility-defs.scm %%DATADIR%%/%%DISTVERSION%%/scm/scheme-engravers.scm %%DATADIR%%/%%DISTVERSION%%/scm/script.scm %%DATADIR%%/%%DISTVERSION%%/scm/skyline.scm %%DATADIR%%/%%DISTVERSION%%/scm/song-util.scm %%DATADIR%%/%%DISTVERSION%%/scm/song.scm %%DATADIR%%/%%DISTVERSION%%/scm/standalone.scm %%DATADIR%%/%%DISTVERSION%%/scm/stencil.scm %%DATADIR%%/%%DISTVERSION%%/scm/tablature.scm %%DATADIR%%/%%DISTVERSION%%/scm/text.scm %%DATADIR%%/%%DISTVERSION%%/scm/time-signature-settings.scm %%DATADIR%%/%%DISTVERSION%%/scm/time-signature.scm %%DATADIR%%/%%DISTVERSION%%/scm/titling.scm %%DATADIR%%/%%DISTVERSION%%/scm/to-xml.scm %%DATADIR%%/%%DISTVERSION%%/scm/translation-functions.scm -%%DATADIR%%/%%DISTVERSION%%/scm/x11-color.scm %%DATADIR%%/%%DISTVERSION%%/tex/lilypond-tex-metrics.tex %%DATADIR%%/%%DISTVERSION%%/tex/texinfo-ja.tex %%DATADIR%%/%%DISTVERSION%%/vim/compiler/lilypond.vim %%DATADIR%%/%%DISTVERSION%%/vim/ftdetect/lilypond.vim %%DATADIR%%/%%DISTVERSION%%/vim/ftplugin/lilypond.vim %%DATADIR%%/%%DISTVERSION%%/vim/indent/lilypond.vim %%DATADIR%%/%%DISTVERSION%%/vim/syntax/lilypond-words %%DATADIR%%/%%DISTVERSION%%/vim/syntax/lilypond-words.vim %%DATADIR%%/%%DISTVERSION%%/vim/syntax/lilypond.vim %%DATADIR%%/current %%NLS%%share/locale/ca/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/cs/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/da/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/de/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/el/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/eo/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/es/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/fi/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/fr/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/it/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/ja/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/nl/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/ru/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/sv/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/tr/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/uk/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/vi/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/lilypond.mo