Index: head/print/lilypond-devel/Makefile =================================================================== --- head/print/lilypond-devel/Makefile (revision 421534) +++ head/print/lilypond-devel/Makefile (revision 421535) @@ -1,99 +1,94 @@ # Created by: patrick, trevor # $FreeBSD$ PORTNAME= lilypond -PORTVERSION= 2.19.11 -PORTREVISION= 5 +PORTVERSION= 2.19.47 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/ PKGNAMESUFFIX= -devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= m.ne@gmx.net COMMENT= GNU music typesetter LICENSE= GPLv3 BUILD_DEPENDS= pdftexi2dvi:print/texinfo \ t1ascii:print/t1utils \ bash:shells/bash \ convert:graphics/ImageMagick \ dblatex:textproc/dblatex \ fontforge:print/fontforge \ help2man:misc/help2man \ pngtopnm:graphics/netpbm \ rsync:net/rsync \ texi2html:textproc/texi2html \ - zip:archivers/zip \ - ${LOCALBASE}/share/ghostscript/fonts/c059033l.pfb:print/gsfonts + zip:archivers/zip RUN_DEPENDS= mftrace:print/mftrace \ ${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:x11-fonts/dejavu LIB_DEPENDS= libguile.so:lang/guile \ libgmp.so:math/gmp \ libfreetype.so:print/freetype2 BROKEN_FreeBSD_9= does not build on FreeBSD < 10.x -BROKEN= pkgconf detection is broken -DEPRECATED= unstable branch requires maintainer, many releases behind already (stick with stable) -EXPIRATION_DATE= 2016-08-31 INFO= internals \ lilypond-changes \ lilypond-contributor \ lilypond-essay \ lilypond-extending \ lilypond-internals \ lilypond-learning \ lilypond-notation \ lilypond-snippets \ lilypond-usage \ lilypond-web \ music-glossary USES= bison:build gettext ghostscript gmake pkgconfig perl5 \ - compiler:c++11-lib python:-3 + compiler:gcc-c++11-lib python:-3 USE_CXXSTD= c++11 -USE_TEX= latex +USE_TEX= latex texmf USE_PERL5= build USE_GNOME= pango MAKEFILE= GNUmakefile GNU_MAKEFILE= yes MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-ncsb-dir=${LOCALBASE}/share/ghostscript/fonts \ +CONFIGURE_ARGS+=--with-texgyre-dir=${LOCALBASE}/${TEXMFDISTDIR}/fonts/opentype/public/tex-gyre \ --with-python-include=${PYTHON_INCLUDEDIR} CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \ FLEX=${FLEX} YACC=${YACC} HOME=${WRKDIR} ALL_TARGET= all NO_CCACHE= yes PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= NLS .include .if ${PORT_OPTIONS:MNLS} PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " .endif 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 .if !${PORT_OPTIONS:MNLS} ${REINPLACE_CMD} -e '/po \\$$/d' ${WRKSRC}/${MAKEFILE}.in .endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lilypond ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lilypond/${PORTVERSION}/python/midi.so @${LN} -fs ${DATADIR}/${PORTVERSION} ${STAGEDIR}${DATADIR}/current .include Index: head/print/lilypond-devel/distinfo =================================================================== --- head/print/lilypond-devel/distinfo (revision 421534) +++ head/print/lilypond-devel/distinfo (revision 421535) @@ -1,2 +1,3 @@ -SHA256 (lilypond-2.19.11.tar.gz) = 5245aba230ccc0a217d25079eca44cea637c6897d99ff094f4145cacef70bbb0 -SIZE (lilypond-2.19.11.tar.gz) = 16304635 +TIMESTAMP = 1472857204 +SHA256 (lilypond-2.19.47.tar.gz) = 842312813a9144b6b54a33f13fb19addbfc779d7bbfe3b2075be1235287de08c +SIZE (lilypond-2.19.47.tar.gz) = 16926783 Index: head/print/lilypond-devel/files/patch-flower-include_std-string.hh =================================================================== --- head/print/lilypond-devel/files/patch-flower-include_std-string.hh (revision 421534) +++ head/print/lilypond-devel/files/patch-flower-include_std-string.hh (nonexistent) @@ -1,18 +0,0 @@ ---- flower/include/std-string.hh.orig 2014-04-07 10:27:23.000000000 +0200 -+++ flower/include/std-string.hh 2014-04-07 10:27:33.000000000 +0200 -@@ -39,6 +39,7 @@ - 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); -@@ -50,6 +51,7 @@ - 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-flower-include_std-vector.hh =================================================================== --- head/print/lilypond-devel/files/patch-flower-include_std-vector.hh (revision 421534) +++ head/print/lilypond-devel/files/patch-flower-include_std-vector.hh (nonexistent) @@ -1,10 +0,0 @@ ---- flower/include/std-vector.hh.orig 2014-05-05 10:25:02.000000000 +0200 -+++ flower/include/std-vector.hh 2014-05-05 10:28:54.000000000 +0200 -@@ -261,6 +261,6 @@ - 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 421534) +++ head/print/lilypond-devel/files/patch-Documentation_GNUmakefile (revision 421535) @@ -1,14 +1,14 @@ ---- Documentation/GNUmakefile.orig 2012-08-28 14:06:34.000000000 +0200 -+++ Documentation/GNUmakefile 2012-08-28 14:06:18.000000000 +0200 -@@ -77,9 +77,9 @@ +--- Documentation/GNUmakefile.orig 2016-08-30 10:23:53 UTC ++++ Documentation/GNUmakefile +@@ -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 421534) +++ head/print/lilypond-devel/files/patch-config.make.in (revision 421535) @@ -1,11 +1,11 @@ ---- config.make.in.orig Sun Apr 11 10:26:32 2004 -+++ config.make.in Sun Apr 11 10:26:46 2004 -@@ -41,7 +41,7 @@ +--- config.make.in.orig 2016-08-30 10:23:53 UTC ++++ config.make.in +@@ -67,7 +67,7 @@ sharedstatedir = @sharedstatedir@ + stepmake = @stepmake@ - # move out of config.make.in? package_datadir = $(datadir)/$(package) -package_infodir = $(infodir)/$(package) +package_infodir = $(infodir) package_libdir = $(libdir)/$(package) package_docdir = $(docdir)/$(package) package_omfdir = $(omfdir)/$(package) Property changes on: head/print/lilypond-devel/files/patch-config.make.in ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Index: head/print/lilypond-devel/files/patch-configure =================================================================== --- head/print/lilypond-devel/files/patch-configure (nonexistent) +++ head/print/lilypond-devel/files/patch-configure (revision 421535) @@ -0,0 +1,78 @@ +--- configure.orig 2016-08-30 10:23:53 UTC ++++ configure +@@ -11412,74 +11412,7 @@ test -n "$PKG_CONFIG" || PKG_CONFIG="no" + + if test $? -eq 0 -a -n "0.9.0"; then + +- r="`eval echo '$'"PKG_CONFIG"`" +- { $as_echo "$as_me:$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}' +-` +- if test -n ""; then +- ver="" +- else +- 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 +- +- #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 +-` +- fi +- num=` +- echo "$ver" | awk -F. ' +- { +- if ($3) {three = $3} +- else {three = 0} +- } +- {printf "%.0f\n", $1*1000000 + $2*1000 + three}' +-` +- req=` +- 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 "$ver" >&6; } +- if test "$num" -lt "$req"; then ++ if $exe --atleast-pkgconfig-version 0.9.0; then + + eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""$r >= 0.9.0 (installed: $ver)"\"`\" + Property changes on: head/print/lilypond-devel/files/patch-configure ___________________________________________________________________ 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-flower_include_std-string.hh =================================================================== --- head/print/lilypond-devel/files/patch-flower_include_std-string.hh (nonexistent) +++ head/print/lilypond-devel/files/patch-flower_include_std-string.hh (revision 421535) @@ -0,0 +1,18 @@ +--- flower/include/std-string.hh.orig 2016-08-30 10:23:53 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 ___________________________________________________________________ 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-flower_include_std-vector.hh =================================================================== --- head/print/lilypond-devel/files/patch-flower_include_std-vector.hh (nonexistent) +++ head/print/lilypond-devel/files/patch-flower_include_std-vector.hh (revision 421535) @@ -0,0 +1,10 @@ +--- flower/include/std-vector.hh.orig 2016-08-30 10:23:53 UTC ++++ flower/include/std-vector.hh +@@ -212,6 +212,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 ___________________________________________________________________ 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_include_lily-guile.hh =================================================================== --- head/print/lilypond-devel/files/patch-lily_include_lily-guile.hh (nonexistent) +++ head/print/lilypond-devel/files/patch-lily_include_lily-guile.hh (revision 421535) @@ -0,0 +1,11 @@ +--- lily/include/lily-guile.hh.orig 2016-08-30 10:23:53 UTC ++++ lily/include/lily-guile.hh +@@ -20,6 +20,8 @@ + #ifndef LILY_GUILE_HH + #define LILY_GUILE_HH + ++#include ++ + #if __MINGW32__ + #include "mingw-compatibility.hh" + #endif Property changes on: head/print/lilypond-devel/files/patch-lily_include_lily-guile.hh ___________________________________________________________________ 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 421534) +++ head/print/lilypond-devel/files/patch-stepmake_stepmake_texinfo-vars.make (revision 421535) @@ -1,11 +1,11 @@ ---- stepmake/stepmake/texinfo-vars.make.orig 2013-02-23 09:14:13.000000000 -0700 -+++ stepmake/stepmake/texinfo-vars.make 2013-03-08 12:16:51.000000000 -0700 -@@ -33,7 +33,7 @@ +--- stepmake/stepmake/texinfo-vars.make.orig 2016-08-30 10:23:53 UTC ++++ stepmake/stepmake/texinfo-vars.make +@@ -31,7 +31,7 @@ DO_TEXI_DEP = ( echo ./$@: $(call scan-t - DOCUMENTATION_INCLUDES += -I $(top-src-dir)/Documentation + 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= $(MAKEINFO_PROGRAM) $(MAKEINFO_FLAGS) # texi2html xref map files Index: head/print/lilypond-devel/pkg-plist =================================================================== --- head/print/lilypond-devel/pkg-plist (revision 421534) +++ head/print/lilypond-devel/pkg-plist (revision 421535) @@ -1,364 +1,387 @@ -bin/lilypond-book -bin/lilypond-invoke-editor -bin/lilypond -bin/lilysong -bin/lilymidi -bin/musicxml2ly bin/abc2ly bin/convert-ly bin/etf2ly +bin/lilymidi +bin/lilypond +bin/lilypond-book +bin/lilypond-invoke-editor +bin/lilysong bin/midi2ly +bin/musicxml2ly +lib/lilypond/%%PORTVERSION%%/python/midi.so +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/convert-ly.1.gz -man/man1/abc2ly.1.gz -man/man1/etf2ly.1.gz man/man1/midi2ly.1.gz man/man1/musicxml2ly.1.gz -lib/lilypond/%%PORTVERSION%%/python/midi.so -%%DATADIR%%/%%PORTVERSION%%/fonts/otf/CenturySchL-Bold.otf -%%DATADIR%%/%%PORTVERSION%%/fonts/otf/CenturySchL-BoldItal.otf -%%DATADIR%%/%%PORTVERSION%%/fonts/otf/CenturySchL-Ital.otf -%%DATADIR%%/%%PORTVERSION%%/fonts/otf/CenturySchL-Roma.otf +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%%/%%PORTVERSION%%/fonts/00-lilypond-fonts.conf +%%DATADIR%%/%%PORTVERSION%%/fonts/99-lilypond-fonts.conf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/emmentaler-11.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/emmentaler-13.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/emmentaler-14.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/emmentaler-16.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/emmentaler-18.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/emmentaler-20.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/emmentaler-23.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/emmentaler-26.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/emmentaler-brace.otf +%%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyrecursor-bold.otf +%%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyrecursor-bolditalic.otf +%%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyrecursor-italic.otf +%%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyrecursor-regular.otf +%%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyreheros-bold.otf +%%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyreheros-bolditalic.otf +%%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyreheros-italic.otf +%%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyreheros-regular.otf +%%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyreschola-bold.otf +%%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyreschola-bolditalic.otf +%%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyreschola-italic.otf +%%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyreschola-regular.otf %%DATADIR%%/%%PORTVERSION%%/fonts/source/common-modules-and-initialization.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/debugging-settings.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/declare-autometric-parameters.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-accidentals.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-accordion.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-alphabet-generic.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-alphabet11.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-alphabet13.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-alphabet14.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-alphabet16.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-alphabet18.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-alphabet20.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-alphabet23.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-alphabet26.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-arrow.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-arrowheads.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-autometric.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces-a.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces-b.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces-c.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces-d.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces-e.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces-f.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces-g.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces-generic.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces-h.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces-i.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-brackettips.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-clefs.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-dots.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-dynamics.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flags-generic.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flags.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flags11.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flags13.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flags14.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flags16.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flags18.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flags20.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flags23.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flags26.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flats.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-macros.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-naturals.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-noteheads-generic.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-noteheads.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-noteheads11.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-noteheads13.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-noteheads14.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-noteheads16.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-noteheads18.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-noteheads20.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-noteheads23.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-noteheads26.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-numbers.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-other-generic.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-params.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-parenthesis.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-pedals.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-rests.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-scripts.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-sharps.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-ties.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-timesignatures.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-trills.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta11.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta13.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta14.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta16.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta18.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta20.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta23.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta26.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-accidentals.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-clefs.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-custodes.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-dots.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-flags.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-macros.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-noteheads-generic.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-noteheads.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-noteheads11.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-noteheads13.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-noteheads14.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-noteheads16.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-noteheads18.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-noteheads20.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-noteheads23.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-noteheads26.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-other-generic.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-rests.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-scripts.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-timesignatures.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan11.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan13.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan14.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan16.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan18.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan20.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan23.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan26.mf %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-11.svg %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-11.woff %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-13.svg %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-13.woff %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-14.svg %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-14.woff %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-16.svg %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-16.woff %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-18.svg %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-18.woff %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-20.svg %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-20.woff %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-23.svg %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-23.woff %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-26.svg %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-26.woff %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-brace.svg %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-brace.woff %%DATADIR%%/%%PORTVERSION%%/ly/Welcome-to-LilyPond-MacOS.ly %%DATADIR%%/%%PORTVERSION%%/ly/Welcome_to_LilyPond.ly %%DATADIR%%/%%PORTVERSION%%/ly/arabic.ly %%DATADIR%%/%%PORTVERSION%%/ly/articulate.ly %%DATADIR%%/%%PORTVERSION%%/ly/bagpipe.ly +%%DATADIR%%/%%PORTVERSION%%/ly/base-tkit.ly %%DATADIR%%/%%PORTVERSION%%/ly/catalan.ly %%DATADIR%%/%%PORTVERSION%%/ly/chord-modifiers-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/chord-repetition-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/context-mods-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/declarations-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/deutsch.ly %%DATADIR%%/%%PORTVERSION%%/ly/drumpitch-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/dynamic-scripts-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/english.ly %%DATADIR%%/%%PORTVERSION%%/ly/engraver-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/espanol.ly %%DATADIR%%/%%PORTVERSION%%/ly/event-listener.ly %%DATADIR%%/%%PORTVERSION%%/ly/festival.ly %%DATADIR%%/%%PORTVERSION%%/ly/generate-documentation.ly %%DATADIR%%/%%PORTVERSION%%/ly/generate-interface-doc-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/grace-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/graphviz-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/gregorian.ly %%DATADIR%%/%%PORTVERSION%%/ly/guile-debugger.ly %%DATADIR%%/%%PORTVERSION%%/ly/init.ly %%DATADIR%%/%%PORTVERSION%%/ly/italiano.ly %%DATADIR%%/%%PORTVERSION%%/ly/lilypond-book-preamble.ly +%%DATADIR%%/%%PORTVERSION%%/ly/lyrics-tkit.ly %%DATADIR%%/%%PORTVERSION%%/ly/makam.ly %%DATADIR%%/%%PORTVERSION%%/ly/midi-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/music-functions-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/nederlands.ly %%DATADIR%%/%%PORTVERSION%%/ly/norsk.ly %%DATADIR%%/%%PORTVERSION%%/ly/paper-defaults-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/performer-init.ly +%%DATADIR%%/%%PORTVERSION%%/ly/piano-tkit.ly %%DATADIR%%/%%PORTVERSION%%/ly/portugues.ly %%DATADIR%%/%%PORTVERSION%%/ly/predefined-fretboards-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/predefined-guitar-fretboards.ly %%DATADIR%%/%%PORTVERSION%%/ly/predefined-guitar-ninth-fretboards.ly %%DATADIR%%/%%PORTVERSION%%/ly/predefined-mandolin-fretboards.ly %%DATADIR%%/%%PORTVERSION%%/ly/predefined-ukulele-fretboards.ly %%DATADIR%%/%%PORTVERSION%%/ly/property-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/satb.ly %%DATADIR%%/%%PORTVERSION%%/ly/scale-definitions-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/scheme-sandbox.ly %%DATADIR%%/%%PORTVERSION%%/ly/script-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/spanners-init.ly +%%DATADIR%%/%%PORTVERSION%%/ly/ssaattbb.ly +%%DATADIR%%/%%PORTVERSION%%/ly/staff-tkit.ly %%DATADIR%%/%%PORTVERSION%%/ly/string-tunings-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/suomi.ly %%DATADIR%%/%%PORTVERSION%%/ly/svenska.ly %%DATADIR%%/%%PORTVERSION%%/ly/text-replacements.ly %%DATADIR%%/%%PORTVERSION%%/ly/titling-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/toc-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/vlaams.ly +%%DATADIR%%/%%PORTVERSION%%/ly/vocal-tkit.ly +%%DATADIR%%/%%PORTVERSION%%/ly/voice-tkit.ly +%%DATADIR%%/%%PORTVERSION%%/ps/encodingdefs.ps %%DATADIR%%/%%PORTVERSION%%/ps/lilyponddefs.ps %%DATADIR%%/%%PORTVERSION%%/ps/music-drawing-routines.ps %%DATADIR%%/%%PORTVERSION%%/python/book_base.py %%DATADIR%%/%%PORTVERSION%%/python/book_base.pyc %%DATADIR%%/%%PORTVERSION%%/python/book_docbook.py %%DATADIR%%/%%PORTVERSION%%/python/book_docbook.pyc %%DATADIR%%/%%PORTVERSION%%/python/book_html.py %%DATADIR%%/%%PORTVERSION%%/python/book_html.pyc %%DATADIR%%/%%PORTVERSION%%/python/book_latex.py %%DATADIR%%/%%PORTVERSION%%/python/book_latex.pyc %%DATADIR%%/%%PORTVERSION%%/python/book_snippets.py %%DATADIR%%/%%PORTVERSION%%/python/book_snippets.pyc %%DATADIR%%/%%PORTVERSION%%/python/book_texinfo.py %%DATADIR%%/%%PORTVERSION%%/python/book_texinfo.pyc %%DATADIR%%/%%PORTVERSION%%/python/convertrules.py %%DATADIR%%/%%PORTVERSION%%/python/convertrules.pyc %%DATADIR%%/%%PORTVERSION%%/python/fontextract.py %%DATADIR%%/%%PORTVERSION%%/python/fontextract.pyc %%DATADIR%%/%%PORTVERSION%%/python/langdefs.py %%DATADIR%%/%%PORTVERSION%%/python/langdefs.pyc %%DATADIR%%/%%PORTVERSION%%/python/lilylib.py %%DATADIR%%/%%PORTVERSION%%/python/lilylib.pyc %%DATADIR%%/%%PORTVERSION%%/python/musicexp.py %%DATADIR%%/%%PORTVERSION%%/python/musicexp.pyc %%DATADIR%%/%%PORTVERSION%%/python/musicxml.py %%DATADIR%%/%%PORTVERSION%%/python/musicxml.pyc +%%DATADIR%%/%%PORTVERSION%%/python/musicxml2ly_conversion.py +%%DATADIR%%/%%PORTVERSION%%/python/musicxml2ly_conversion.pyc %%DATADIR%%/%%PORTVERSION%%/python/rational.py %%DATADIR%%/%%PORTVERSION%%/python/rational.pyc %%DATADIR%%/%%PORTVERSION%%/python/safeeval.py %%DATADIR%%/%%PORTVERSION%%/python/safeeval.pyc +%%DATADIR%%/%%PORTVERSION%%/python/utilities.py +%%DATADIR%%/%%PORTVERSION%%/python/utilities.pyc %%DATADIR%%/%%PORTVERSION%%/scm/accreg.scm %%DATADIR%%/%%PORTVERSION%%/scm/auto-beam.scm %%DATADIR%%/%%PORTVERSION%%/scm/autochange.scm %%DATADIR%%/%%PORTVERSION%%/scm/backend-library.scm %%DATADIR%%/%%PORTVERSION%%/scm/bar-line.scm %%DATADIR%%/%%PORTVERSION%%/scm/bezier-tools.scm %%DATADIR%%/%%PORTVERSION%%/scm/c++.scm %%DATADIR%%/%%PORTVERSION%%/scm/chord-entry.scm %%DATADIR%%/%%PORTVERSION%%/scm/chord-generic-names.scm %%DATADIR%%/%%PORTVERSION%%/scm/chord-ignatzek-names.scm %%DATADIR%%/%%PORTVERSION%%/scm/chord-name.scm %%DATADIR%%/%%PORTVERSION%%/scm/clip-region.scm %%DATADIR%%/%%PORTVERSION%%/scm/coverage.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-context-properties.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-event-classes.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-grob-interfaces.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-grob-properties.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-grobs.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-markup-commands.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-music-callbacks.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-music-display-methods.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-music-properties.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-music-types.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-note-names.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-stencil-commands.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-woodwind-diagrams.scm %%DATADIR%%/%%PORTVERSION%%/scm/display-lily.scm %%DATADIR%%/%%PORTVERSION%%/scm/display-woodwind-diagrams.scm %%DATADIR%%/%%PORTVERSION%%/scm/document-backend.scm %%DATADIR%%/%%PORTVERSION%%/scm/document-context-mods.scm %%DATADIR%%/%%PORTVERSION%%/scm/document-functions.scm %%DATADIR%%/%%PORTVERSION%%/scm/document-identifiers.scm %%DATADIR%%/%%PORTVERSION%%/scm/document-markup.scm %%DATADIR%%/%%PORTVERSION%%/scm/document-music.scm %%DATADIR%%/%%PORTVERSION%%/scm/document-translation.scm %%DATADIR%%/%%PORTVERSION%%/scm/document-type-predicates.scm %%DATADIR%%/%%PORTVERSION%%/scm/documentation-generate.scm %%DATADIR%%/%%PORTVERSION%%/scm/documentation-lib.scm %%DATADIR%%/%%PORTVERSION%%/scm/editor.scm %%DATADIR%%/%%PORTVERSION%%/scm/encoding.scm %%DATADIR%%/%%PORTVERSION%%/scm/file-cache.scm %%DATADIR%%/%%PORTVERSION%%/scm/flag-styles.scm %%DATADIR%%/%%PORTVERSION%%/scm/font.scm %%DATADIR%%/%%PORTVERSION%%/scm/framework-eps.scm %%DATADIR%%/%%PORTVERSION%%/scm/framework-null.scm %%DATADIR%%/%%PORTVERSION%%/scm/framework-ps.scm %%DATADIR%%/%%PORTVERSION%%/scm/framework-scm.scm %%DATADIR%%/%%PORTVERSION%%/scm/framework-socket.scm %%DATADIR%%/%%PORTVERSION%%/scm/framework-svg.scm %%DATADIR%%/%%PORTVERSION%%/scm/fret-diagrams.scm %%DATADIR%%/%%PORTVERSION%%/scm/graphviz.scm %%DATADIR%%/%%PORTVERSION%%/scm/guile-debugger.scm %%DATADIR%%/%%PORTVERSION%%/scm/harp-pedals.scm %%DATADIR%%/%%PORTVERSION%%/scm/layout-beam.scm %%DATADIR%%/%%PORTVERSION%%/scm/layout-slur.scm %%DATADIR%%/%%PORTVERSION%%/scm/lily-library.scm %%DATADIR%%/%%PORTVERSION%%/scm/lily-sort.scm %%DATADIR%%/%%PORTVERSION%%/scm/lily.scm %%DATADIR%%/%%PORTVERSION%%/scm/ly-syntax-constructors.scm %%DATADIR%%/%%PORTVERSION%%/scm/markup-macros.scm %%DATADIR%%/%%PORTVERSION%%/scm/markup.scm %%DATADIR%%/%%PORTVERSION%%/scm/memory-trace.scm %%DATADIR%%/%%PORTVERSION%%/scm/midi.scm %%DATADIR%%/%%PORTVERSION%%/scm/modal-transforms.scm %%DATADIR%%/%%PORTVERSION%%/scm/music-functions.scm %%DATADIR%%/%%PORTVERSION%%/scm/output-lib.scm %%DATADIR%%/%%PORTVERSION%%/scm/output-ps.scm %%DATADIR%%/%%PORTVERSION%%/scm/output-socket.scm %%DATADIR%%/%%PORTVERSION%%/scm/output-svg.scm %%DATADIR%%/%%PORTVERSION%%/scm/page.scm %%DATADIR%%/%%PORTVERSION%%/scm/paper-system.scm %%DATADIR%%/%%PORTVERSION%%/scm/paper.scm %%DATADIR%%/%%PORTVERSION%%/scm/parser-clef.scm %%DATADIR%%/%%PORTVERSION%%/scm/parser-ly-from-scheme.scm %%DATADIR%%/%%PORTVERSION%%/scm/part-combiner.scm %%DATADIR%%/%%PORTVERSION%%/scm/predefined-fretboards.scm %%DATADIR%%/%%PORTVERSION%%/scm/ps-to-png.scm %%DATADIR%%/%%PORTVERSION%%/scm/safe-lily.scm %%DATADIR%%/%%PORTVERSION%%/scm/safe-utility-defs.scm %%DATADIR%%/%%PORTVERSION%%/scm/scheme-engravers.scm %%DATADIR%%/%%PORTVERSION%%/scm/script.scm %%DATADIR%%/%%PORTVERSION%%/scm/skyline.scm %%DATADIR%%/%%PORTVERSION%%/scm/song-util.scm %%DATADIR%%/%%PORTVERSION%%/scm/song.scm %%DATADIR%%/%%PORTVERSION%%/scm/standalone.scm %%DATADIR%%/%%PORTVERSION%%/scm/stencil.scm %%DATADIR%%/%%PORTVERSION%%/scm/tablature.scm %%DATADIR%%/%%PORTVERSION%%/scm/text.scm %%DATADIR%%/%%PORTVERSION%%/scm/time-signature-settings.scm +%%DATADIR%%/%%PORTVERSION%%/scm/time-signature.scm %%DATADIR%%/%%PORTVERSION%%/scm/titling.scm %%DATADIR%%/%%PORTVERSION%%/scm/to-xml.scm %%DATADIR%%/%%PORTVERSION%%/scm/translation-functions.scm %%DATADIR%%/%%PORTVERSION%%/scm/x11-color.scm %%DATADIR%%/%%PORTVERSION%%/tex/lilypond-tex-metrics.tex %%DATADIR%%/%%PORTVERSION%%/vim/compiler/lilypond.vim %%DATADIR%%/%%PORTVERSION%%/vim/ftdetect/lilypond.vim %%DATADIR%%/%%PORTVERSION%%/vim/ftplugin/lilypond.vim %%DATADIR%%/%%PORTVERSION%%/vim/indent/lilypond.vim %%DATADIR%%/%%PORTVERSION%%/vim/syntax/lilypond-words %%DATADIR%%/%%PORTVERSION%%/vim/syntax/lilypond-words.vim %%DATADIR%%/%%PORTVERSION%%/vim/syntax/lilypond.vim %%DATADIR%%/current -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 %%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