CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: Changes by: Graham Percival <[EMAIL PROTECTED]> 05/05/12 08:15:42
Modified files: . : ChangeLog Documentation/user: instrument-notation.itely introduction.itely lilypond.tely tutorial.itely Log message: Misc changes. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3596&tr2=1.3597&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/instrument-notation.itely.diff?tr1=1.28&tr2=1.29&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/introduction.itely.diff?tr1=1.137&tr2=1.138&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/lilypond.tely.diff?tr1=1.126&tr2=1.127&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/tutorial.itely.diff?tr1=1.255&tr2=1.256&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.3596 lilypond/ChangeLog:1.3597 --- lilypond/ChangeLog:1.3596 Thu May 12 07:29:56 2005 +++ lilypond/ChangeLog Thu May 12 08:15:42 2005 @@ -1,3 +1,13 @@ +2005-05-12 Graham Percival <[EMAIL PROTECTED]> + + * Documentation/user/instrument-notation.itely: add guitar + position. + + * Documentation/user/introduction.itely, + Documentation/user/lilypond.tely, + Documentation/user/tutorial.itely: begin pruning + unused (duplicated) cindex entries and misc cleanup. + 2005-05-12 Mats Bengtsson <[EMAIL PROTECTED]> * input/test/volta-chord-names.ly: Bring the explanation up to Index: lilypond/Documentation/user/instrument-notation.itely diff -u lilypond/Documentation/user/instrument-notation.itely:1.28 lilypond/Documentation/user/instrument-notation.itely:1.29 --- lilypond/Documentation/user/instrument-notation.itely:1.28 Mon May 9 21:08:38 2005 +++ lilypond/Documentation/user/instrument-notation.itely Thu May 12 08:15:42 2005 @@ -1845,7 +1845,18 @@ @node Other guitar issues @subsection Other guitar issues -FIXME: insert guitar fret number example here. +This example demonstrates how to include guitar position and +barring indications. + [EMAIL PROTECTED],raggedright,fragment,verbatim,relative=0] +\clef "G_8" +b16 d16 g16 b16 e16 +\textSpannerDown +\override TextSpanner #'edge-text = #'("XII " . "") + g16\startTextSpan + b16 e16 g16 e16 b16 g16\stopTextSpan +e16 b16 g16 d16 [EMAIL PROTECTED] lilypond @node Ancient notation @@ -2061,7 +2072,7 @@ @node Ancient rests @subsection Ancient rests [EMAIL PROTECTED] rests [EMAIL PROTECTED] rests, ancient Use the @code{style} property of grob @internalsref{Rest} to select Index: lilypond/Documentation/user/introduction.itely diff -u lilypond/Documentation/user/introduction.itely:1.137 lilypond/Documentation/user/introduction.itely:1.138 --- lilypond/Documentation/user/introduction.itely:1.137 Fri May 6 10:54:40 2005 +++ lilypond/Documentation/user/introduction.itely Thu May 12 08:15:42 2005 @@ -641,9 +641,6 @@ users should start here. @item [EMAIL PROTECTED] -The [EMAIL PROTECTED] ifhtml @[EMAIL PROTECTED] templates}} provides templates of LilyPond pieces. Just cut and paste a template into a file, add notes, and you're done! @@ -653,76 +650,41 @@ demonstrates practical uses of LilyPond. @item [EMAIL PROTECTED] -The chapter [EMAIL PROTECTED] ifhtml [EMAIL PROTECTED]@ref{Running LilyPond}} shows how to run LilyPond and its helper [EMAIL PROTECTED]@ref{Running LilyPond}} +shows how to run LilyPond and its helper programs. In addition, this section explains how to upgrade input files from previous versions of LilyPond. @item [EMAIL PROTECTED] -The [EMAIL PROTECTED] ifhtml @[EMAIL PROTECTED] notation}} [EMAIL PROTECTED] -chapter [EMAIL PROTECTED] ifhtml discusses topics grouped by notation construct. This section gives details about basic notation that will be useful in almost any notation project. @item [EMAIL PROTECTED] -The [EMAIL PROTECTED] ifhtml @[EMAIL PROTECTED] notation}} [EMAIL PROTECTED] -chapter [EMAIL PROTECTED] ifhtml discusses topics grouped by notation construct. This section gives details about special notation that will only be useful for particular instrument (or vocal) groups. @item [EMAIL PROTECTED] -The [EMAIL PROTECTED] ifhtml @[EMAIL PROTECTED] notation}} [EMAIL PROTECTED] -chapter [EMAIL PROTECTED] ifhtml discusses topics grouped by notation construct. This section gives details about complicated or unusual notation. @item [EMAIL PROTECTED] -The [EMAIL PROTECTED] ifhtml @[EMAIL PROTECTED] issues}} [EMAIL PROTECTED] -chapter [EMAIL PROTECTED] ifhtml discusses issues which affect the whole lilypond file. @item [EMAIL PROTECTED] -The [EMAIL PROTECTED] ifhtml @[EMAIL PROTECTED] defaults}} explains how to fine tune layout. @item [EMAIL PROTECTED] -The chapter [EMAIL PROTECTED] ifhtml @[EMAIL PROTECTED] explains the details behind creating documents with in-line music examples, like this manual. @item [EMAIL PROTECTED] -The chapter [EMAIL PROTECTED] ifhtml @[EMAIL PROTECTED] from other formats}} explains how to run the conversion programs. These programs are supplied with the LilyPond package, and convert a variety of music @@ -857,12 +819,9 @@ @cindex internal documentation @cindex Scheme @cindex extending lilypond [EMAIL PROTECTED] bug report @cindex index Finally, this and all other manuals, are available online both as PDF files and HTML from the web site, which can be found at @uref{http://@/www@/.lilypond@/.org/}. [EMAIL PROTECTED] website [EMAIL PROTECTED] URL Index: lilypond/Documentation/user/lilypond.tely diff -u lilypond/Documentation/user/lilypond.tely:1.126 lilypond/Documentation/user/lilypond.tely:1.127 --- lilypond/Documentation/user/lilypond.tely:1.126 Mon May 9 02:55:15 2005 +++ lilypond/Documentation/user/lilypond.tely Thu May 12 08:15:42 2005 @@ -241,6 +241,7 @@ @end ifhtml @cindex web site [EMAIL PROTECTED] URL A further source of information is the website, which can be found at @uref{http://@/www@/.lilypond@/.org/}. The website contains on-line copies Index: lilypond/Documentation/user/tutorial.itely diff -u lilypond/Documentation/user/tutorial.itely:1.255 lilypond/Documentation/user/tutorial.itely:1.256 --- lilypond/Documentation/user/tutorial.itely:1.255 Mon May 9 02:55:15 2005 +++ lilypond/Documentation/user/tutorial.itely Thu May 12 08:15:42 2005 @@ -6,6 +6,9 @@ @c compiling/viewing (emacs?) @c * where to go from First steps+More basics? [EMAIL PROTECTED] wherever possible, do not include index entries here; the [EMAIL PROTECTED] index should point to stuff in the reference manual. -gp + @c Your first LilyPond score in 10 minutes? @node Tutorial @@ -86,9 +89,7 @@ a1 a2 a4 a16 a32 @end example [EMAIL PROTECTED] FIXME: have NOTIME also remove Score.timing? @lilypond[fragment,quote,notime,relative=2] -\set Score.timing = ##f \set Staff.autoBeaming = ##f { a1 a2 a4 a16 a32 s16_" " } @end lilypond @@ -102,20 +103,17 @@ @end example @lilypond[fragment,quote,notime,relative=2] -\set Score.timing = ##f { a a8 a a2 a s16_" " } @end lilypond A @rglos{rest} is entered just like a note, but with the name @samp{r} [EMAIL PROTECTED] rests @example r2 r4 r8 r16 @end example @lilypond[fragment,quote,notime] -\set Score.timing = ##f r2 r4 r8 r16 s16_" " @end lilypond @@ -126,7 +124,6 @@ @end example @lilypond[fragment,quote,notime,relative=1] -\set Score.timing = ##f { a2. a4 a8. a16 s16_" " } @end lilypond @@ -160,7 +157,6 @@ @end example @lilypond[fragment,quote,notime] -\set Score.timing = ##f \clef treble s4_" " \clef bass _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs