the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: biabconverter
Version: 0.6.6
Revision: 1
Maintainer: Matthias Neeracher
Suggests: lilypond | lilypond-unstable, mma
Source: http://brenzi.ch/data/%n-%v.tar.gz
Source-MD5: 008cecbbbd4296164c3b09b0cc41511b
Patch: %n.patch
CompileScript: <<
#!/bin/sh -ev
echo No compilation required. Installing...
<<
InstallScript: <<
mkdir %i/bin
cp %n %i/bin
mkdir -p %i/share/%n/templates
cp *.pm %i/share/%n
cp *.lyt %i/share/%n/templates
<<
DocFiles: README
Description: Band-In-A-Box to MMA / Lilypond converter
DescDetail: <<
Biabconverter is a perl script that reads most Band-In-A-Box files and
produces MMA and Lilypond output.
<<
DescPort: <<
Right now, biabconverter is still under very active development, so
versions might produce a considerable number amount of warnings and/or
diagnostic output.
<<
License: GPL
Homepage: http://brenzi.ch/builder.php?content=projects_biabconverter&lang=de
diff -ru biabconverter-0.6.4-orig/lilywrite.pm biabconverter-0.6.4/lilywrite.pm
--- biabconverter-0.6.4-orig/lilywrite.pm 2006-10-07 22:49:48.000000000 -0700
+++ biabconverter-0.6.4/lilywrite.pm 2006-10-07 22:50:58.000000000 -0700
@@ -40,7 +40,7 @@
$currentNote=-1;
$lastNoteProcessed=0;
$lilyTargetVersion = "2.2.4";
-$useConvertLy = 0; #causes trouble, when version stays the same (convert-ly bug)
+$useConvertLy = 1; #causes trouble, when version stays the same (convert-ly bug)
local $barDur;
sub new {
Package: biabconverter
Version: 0.6.8
Revision: 1
Maintainer: Matthias Neeracher
Suggests: lilypond | lilypond-unstable, mma
Source: http://brenzi.ch/data/%n-%v.tar.gz
Source-MD5: fcd2774467af9742d3aab8edddf20ba4
Patch: %n.patch
CompileScript: <<
#!/bin/sh -ev
echo No compilation required. Installing...
<<
InstallScript: <<
mkdir %i/bin
cp %n %i/bin
mkdir -p %i/share/%n/templates
cp *.pm %i/share/%n
cp *.lyt %i/share/%n/templates
<<
DocFiles: README
Description: Band-In-A-Box to MMA / Lilypond converter
DescDetail: <<
Biabconverter is a perl script that reads most Band-In-A-Box files and
produces MMA and Lilypond output.
<<
DescPort: <<
Right now, biabconverter is still under very active development, so
versions might produce a considerable number amount of warnings and/or
diagnostic output.
<<
License: GPL
Homepage: http://brenzi.ch/builder.php?content=projects_biabconverter&lang=de
diff -ru biabconverter-0.6.4-orig/lilywrite.pm biabconverter-0.6.4/lilywrite.pm
--- biabconverter-0.6.4-orig/lilywrite.pm 2006-10-07 22:49:48.000000000 -0700
+++ biabconverter-0.6.4/lilywrite.pm 2006-10-07 22:50:58.000000000 -0700
@@ -40,7 +40,7 @@
$currentNote=-1;
$lastNoteProcessed=0;
$lilyTargetVersion = "2.2.4";
-$useConvertLy = 0; #causes trouble, when version stays the same (convert-ly bug)
+$useConvertLy = 1; #causes trouble, when version stays the same (convert-ly bug)
local $barDur;
sub new {