]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Invoking midi2ly): add
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 16 Mar 2003 14:24:54 +0000 (14:24 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 16 Mar 2003 14:24:54 +0000 (14:24 +0000)
track/channel notice.

ChangeLog
Documentation/user/converters.itely
make/lilypond.redhat.spec.in

index de875117ec7c8c7b5105ea9e7c91ee470357ce56..3ebd4ba3bcca7f33fa7aa410f0a5427856df91d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/converters.itely (Invoking midi2ly): add
+       track/channel notice.
+
 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
index 233c5f4df35c9cfb8eb713d95f2ea4dea2975430..71f6f207e2467fcf999fde586f28fe03cbe6544f 100644 (file)
@@ -75,6 +75,9 @@ from other programs, so this capability may come in useful when you want
 to import files from a program that has no converter for its native
 format.
 
+@file{midi2ly} will convert tracks into @internalsref{Staff} and
+channels into @internalsref{Voice} contexts.
+
 It is possible to record a MIDI file using a digital keyboard, and then
 convert it to @file{.ly}. However, human players are not rhythmically
 exact enough to make a MIDI to LY conversion trivial.  midi2ly tries to
index a383ac56a631a1e9cc8b2bd684c499928ac6c9a7..07176b3d8ea35e6b99feb769916886c459d87bf7 100644 (file)
@@ -95,13 +95,17 @@ rm `find /var/lib/texmf -name 'feta*pk' -or -name 'feta*tfm' -or -name 'parmesan
 
 chkfontpath --add=%{_datadir}/lilypond/@TOPLEVEL_VERSION@/fonts/type1/
 
-scrollkeeper-update
-
 echo 'Please logout first before using LilyPond.'
 
 %preun
+
+%post documentation
 scrollkeeper-update
 
+%preun documentation
+scrollkeeper-update
+
+
 %if %{info}
 if [ $1 = 0 ]; then
     /sbin/install-info --delete %{_infodir}/lilypond.info.gz %{_infodir}/dir 
@@ -146,15 +150,15 @@ chkfontpath --remove=%{_datadir}/share/lilypond/@TOPLEVEL_VERSION@/fonts/type1/
 %{_datadir}/lilypond/@TOPLEVEL_VERSION@/
 %{_datadir}/locale/*/LC_MESSAGES/lilypond.mo
 
-%{docdir}/lilypond/@TOPLEVEL_VERSION@
-%{_datadir}/omf/lilypond/@TOPLEVEL_VERSION@
 
 /etc/profile.d/lilypond.*
 
 
-# % files documentation
+%files documentation
 
-# % defattr(-, root, root)
+%defattr(-, root, root)
 
+%{docdir}/lilypond/@TOPLEVEL_VERSION@
+%{_datadir}/omf/lilypond/@TOPLEVEL_VERSION@