From: fred Date: Tue, 26 Mar 2002 22:42:04 +0000 (+0000) Subject: lilypond-1.2.15 X-Git-Tag: release/1.5.59~2044 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=44592bd2bf6081a0aab93de6815d1a31b857f652;p=lilypond.git lilypond-1.2.15 --- diff --git a/Documentation/index.texi b/Documentation/index.texi index f308cfe45b..31afd58918 100644 --- a/Documentation/index.texi +++ b/Documentation/index.texi @@ -8,33 +8,29 @@ @unnumberedsubsec Introduction @itemize -@item @uref{../topdocs/out-www/README.html, README} -@item @uref{../topdocs/out-www/INSTALL.html, Installation Instructions} -@item @uref{../topdocs/out-www/AUTHORS.html,The Authors} +@item @uref{DEDICATION.txt,Dedication} +@item @uref{../topdocs/out-www/AUTHORS.html, Authors} +@item @uref{../topdocs/out-www/README.html, Readme file} +@item @uref{../topdocs/out-www/INSTALL.html, Installation instructions} @end itemize - - @unnumberedsubsec Documentation @itemize @bullet -@item @uref{faq.html,FAQs} +@item @uref{faq.html,Frequently asked questions}, with answers @item @uref{programs.html,`Manual pages'} @item @uref{../user/out-www/index.html,User documentation} @item @uref{../metadoc/out-www/index.html,Hacker documentation} @item @uref{../bibliography/out-www/,Bibliography} +@item @uref{../misc/out-www/index.html,Miscellaneous texts} @end itemize -@unnumberedsubsec Miscellaneous blurbs - - -@itemize @bullet -@item @uref{TODO.txt, TODO list} -@item @uref{CHANGES.txt,Change log} -@item @uref{DEDICATION.html,DEDICATION} -@item @uref{AIMS.txt,Why?} +@unnumberedsubsec{Status} +@itemize +@item @uref{TODO.txt, Thing to do} +@item @uref{CHANGES.txt, Things recently done} @end itemize diff --git a/Documentation/user/properties.itely b/Documentation/user/properties.itely index c750b3af9c..f5ead31c6c 100644 --- a/Documentation/user/properties.itely +++ b/Documentation/user/properties.itely @@ -1,4 +1,4 @@ -@node Properties, , , Top +@node Properties, , , Reference Manual @cindex properties!Lyrics diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index 1ba86f3112..bea07dc13d 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -1295,17 +1295,16 @@ chords can be expressed in two different ways: @mudela[fragment,verbatim,center] \notes \context Staff { \cadenza 1; - - <{a b c'}{c' d' e'}> + + < { a b c' } { c' d' e' } > } @end mudela @cindex context selection -@keyindex{context} +@c @keyindex{context} @example - \context - @var{contexttype} [= @var{contextname}] @var{musicexpr} + \context @var{contexttype} [= @var{contextname}] @var{musicexpr} @end example Interpret @var{musicexpr} within a context of type @var{contexttype}. diff --git a/VERSION b/VERSION index 03cfb77373..a29c25c1b1 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=2 -PATCH_LEVEL=14 +PATCH_LEVEL=15 MY_PATCH_LEVEL= # use the above to send patches: MY_PATCH_LEVEL is always empty for a