X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fweb.texi;h=e6b077d328972fbea17a9ccbd033c75f5af90bdd;hb=8acad65978d6a5efc174b07d61147028a0c1d3a6;hp=7881e70b4ca6019d74087efbbbeea9df804e203c;hpb=08f9346660b5a8762041f4ce27e0aa4e4e3e338a;p=lilypond.git diff --git a/Documentation/web.texi b/Documentation/web.texi index 7881e70b4c..e6b077d328 100644 --- a/Documentation/web.texi +++ b/Documentation/web.texi @@ -15,7 +15,7 @@ @c `Web' was imported 2009-08-05 with git commit b938d71... @c @macro copyrightDeclare -@c Copyright @copyright{} 2009--2010 by the authors. +@c Copyright @copyright{} 2009--2012 by the authors. @c @end macro @set FDL @@ -23,7 +23,6 @@ @include macros.itexi @include weblinks.itexi -@afourpaper @c don't remove this comment. @ignore @@ -35,7 +34,7 @@ @end ignore @copying -Copyright @copyright{} 2009--2010 by the authors. +Copyright @copyright{} 2009--2012 by the authors. @c next line is necessary for broken pre-4.13 texinfo's @c install-info, so leave it there until we officially @@ -53,6 +52,27 @@ License''. @end copying +@c Info files are no longer installed in a subdirectory, images are +@c expected to be found in lilypond/ subdirectory. +@dircategory GNU LilyPond --- the music typesetter +@direntry +* LilyPond Learning Manual: (lilypond-learning). Start here. +* Music Glossary: (music-glossary). For non-English users. +* LilyPond: (lilypond-notation). LilyPond Notation Reference. +* LilyPond Snippets: (lilypond-snippets). Short tricks, tips, and examples. +* LilyPond Internals Reference: (lilypond-internals). Definitions for tweaking. +* LilyPond Application Usage: (lilypond-usage). Installing and running applications. +* LilyPond Website: (lilypond-web). Preview of new website. +* lilypond: (lilypond-usage)Running lilypond. Invoking the LilyPond program. +* abc2ly: (lilypond-usage)Invoking abc2ly. Importing ABC. +* convert-ly: (lilypond-usage)Updating files with convert-ly. Older LilyPond versions. +* etf2ly: (lilypond-usage)Invoking etf2ly. Importing Finale. +* lilypond-book: (lilypond-usage)lilypond-book. Integrating text and music. +* midi2ly: (lilypond-usage)Invoking midi2ly. Importing MIDI. +* musicxml2ly: (lilypond-usage)Invoking musicxml2ly. Importing MusicXML. +@end direntry + + @c TITLE PAGE @ifnottex @node Top @@ -98,10 +118,11 @@ For LilyPond version @version{} @divId{quickSummary} @subheading What is LilyPond? -LilyPond is an open-source music engraving program, devoted to -producing the highest-quality sheet music possible. This free -software brings the aesthetics of traditionally engraved music to -computer printouts. +LilyPond is a music engraving program, devoted to producing the +highest-quality sheet music possible. It brings the aesthetics of +traditionally engraved music to computer printouts. LilyPond is free +software and part of the @uref{http://gnu.org,GNU Project}. + @divClass{align-right} Read more in our @ref{Introduction}! @@ -127,6 +148,44 @@ Read more in our @ref{Introduction}! @ifclear web_version @c do nothing @end ifclear +@ifset web_version + @c make the box: +@divId{wildCardBox} +@subheading Pondings +@divId{wildCardText} + +@divEnd +@divEnd +@end ifset + +@html + + + +@end html + @ifset web_version @c make the box: @divId{latestVersion} @@ -182,27 +241,6 @@ Distributions will want to install lilypond.info in postinstall, doing: @end ignore -@c Info files are no longer installed in a subdirectory, images are -@c expected to be found in lilypond/ subdirectory. -@dircategory GNU LilyPond --- the music typesetter -@direntry -* LilyPond Learning Manual: (lilypond-learning). Start here. -* Music Glossary: (music-glossary). For non-English users. -* LilyPond: (lilypond-notation). LilyPond Notation Reference. -* LilyPond Snippets: (lilypond-snippets). Short tricks, tips, and examples. -* LilyPond Internals Reference: (lilypond-internals). Definitions for tweaking. -* LilyPond Application Usage: (lilypond-usage). Installing and running applications. -* LilyPond Website: (lilypond-web). Preview of new website. -* lilypond: (lilypond-usage)Running LilyPond. Invoking the LilyPond program. -* abc2ly: (lilypond-usage)Invoking abc2ly. Importing ABC. -* convert-ly: (lilypond-usage)Updating files with convert-ly. Older LilyPond versions. -* etf2ly: (lilypond-usage)Invoking etf2ly. Importing Finale. -* lilypond-book: (lilypond-usage)LilyPond-book. Integrating text and music. -* midi2ly: (lilypond-usage)Invoking midi2ly. Importing MIDI. -* musicxml2ly: (lilypond-usage)Invoking musicxml2ly. Importing MusicXML. -@end direntry - - @c FIXME: this still doesn't solve the broken links in pdf and big @c html; we'll need a bunch of @iftext and stuff in here. -gp @c ****************** SPECIAL MACROS FOR WEB MANUAL ************ @@ -215,30 +253,15 @@ Distributions will want to install lilypond.info in postinstall, doing: @macro docLinkSplit{name,base,webLink} -@ifclear web_version - @uref{../\base\/index.html, \name\ (split HTML)} -@end ifclear -@ifset web_version - \webLink\ -@end ifset + @docLink{\name\ (split HTML),\base\/index.html,\webLink\} @end macro @macro docLinkBig{name,base,webLink} -@ifclear web_version - @uref{../\base\-big-page.html, \name\ (big HTML)} -@end ifclear -@ifset web_version - \webLink\ -@end ifset + @docLink{\name\ (big HTML),\base\-big-page.html,\webLink\} @end macro @macro docLinkPdf{name,base,webLink} -@ifclear web_version - @uref{../\base\.pdf, \base\.pdf} -@end ifclear -@ifset web_version - \webLink\ -@end ifset + @docLink{\base\.pdf,\base\.pdf,\webLink\} @end macro @@ -277,6 +300,33 @@ Distributions will want to install lilypond.info in postinstall, doing: @end macro +@ifhtml +@macro contactUsAbout{topic} + +@divClass{heading-center} +@divClass{contactBox} +If you are aware of any other \topic\ which could be listed here, +please let us know by following the instructions on +@ref{Bug reports}. + +@divEnd +@divEnd + +@end macro +@end ifhtml + +@ifnothtml +@macro contactUsAbout{topic} +@cartouche +If you are aware of any other \topic\ which could be listed here, +please let us know by following the instructions on +@ref{Bug reports}. + +@end cartouche + +@end macro +@end ifnothtml + @include web/introduction.itexi @include web/download.itexi @include web/manuals.itexi