From: Han-Wen Nienhuys Date: Sun, 16 Mar 2003 14:24:54 +0000 (+0000) Subject: (Invoking midi2ly): add X-Git-Tag: release/1.7.15~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b695260174219043bddbbaf79b2affed8b8aa108;p=lilypond.git (Invoking midi2ly): add track/channel notice. --- diff --git a/ChangeLog b/ChangeLog index de875117ec..3ebd4ba3bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-03-16 Han-Wen Nienhuys + + * Documentation/user/converters.itely (Invoking midi2ly): add + track/channel notice. + 2003-03-15 Han-Wen Nienhuys * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes diff --git a/Documentation/user/converters.itely b/Documentation/user/converters.itely index 233c5f4df3..71f6f207e2 100644 --- a/Documentation/user/converters.itely +++ b/Documentation/user/converters.itely @@ -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 diff --git a/make/lilypond.redhat.spec.in b/make/lilypond.redhat.spec.in index a383ac56a6..07176b3d8e 100644 --- a/make/lilypond.redhat.spec.in +++ b/make/lilypond.redhat.spec.in @@ -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@