]> git.donarmstrong.com Git - lilypond.git/commitdiff
A whole bunch of minor fixes from mailist.
authorGraham Percival <graham@percival-music.ca>
Fri, 31 Mar 2006 00:45:25 +0000 (00:45 +0000)
committerGraham Percival <graham@percival-music.ca>
Fri, 31 Mar 2006 00:45:25 +0000 (00:45 +0000)
ChangeLog
Documentation/user/advanced-notation.itely
Documentation/user/changing-defaults.itely
Documentation/user/instrument-notation.itely
Documentation/user/invoking.itely
Documentation/user/music-glossary.tely

index b93ac82719206d73f629923a1c4b3ccc55003f13..a2f1fa58b79347a5c5ab1cc6cf8ad7f4d993efdc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
 
        * lily/music.cc: add double quotes to failed octave check.
 
+       * Documentation/user/ advanced-notation, changing-defaults,
+       instrument-notation, invoking, music-glossary: whole bunch of minor
+       fixes from mailist.
+
 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * lily/pango-font.cc (pango_item_string_stencil): more robustness.
index f766be73c6abe0cb92eeb48d89bc420c94c5683d..95ece143e720536e241a5760d8a9ba68e2add0bb 100644 (file)
@@ -544,6 +544,12 @@ with dynamics.  Use @code{make-dynamic-script} to create these
 marks.  Note that the dynamic font only contains the characters
 @code{f,m,p,r,s} and @code{z}.
 
+Some situations (such as dynamic marks) have preset font-related
+properties.  If you are creating text in such situations, it
+is advisable to cancel those properties with
+@code{normal-text}.  See @ref{Overview of text markup commands}
+for more details.
+
 @cindex make-dynamic-script
 
 @lilypond[quote,verbatim,ragged-right]
index 5b073113bde036773ddfb009c4db4c55f070778b..70ba3ad66addf8276109019939151d5ba46e9ff5 100644 (file)
@@ -1047,13 +1047,20 @@ This engraver creates the following layout objects: @internalsref{Fingering}.
 
 In other words, once the @code{FingerEvent}s are interpreted, the
 @code{Fingering_engraver} plug-in will process them.
+
+@ignore
+@c  I can't figure out what this is supposed to mean.  -gp
+
 The @code{Fingering_engraver} is also listed to create
 @internalsref{Fingering} objects,
 
-
-Lo and behold, that is also the
+@c  old info?  it doesn't make any sense to me with our current docs.
+This is also the
 second bit of information listed under @b{See also} in the Notation
-manual.  By clicking around in the program reference, we can follow the
+manual.
+@end ignore
+
+By clicking around in the program reference, we can follow the
 flow of information within the program, either forward (like we did
 here), or backwards, following links like this:
 
@@ -1283,7 +1290,7 @@ an @internalsref{event} from the input, for example
 @end itemize
 
 It notably does not work for stems and accidentals (these are caused
-by note heads, not by music events), clefs (these are not caused by
+by note heads, not by music events) or clefs (these are not caused by
 music inputs, but rather by the change of a property value).
  
 In a similar vein, objects may be parenthesized by prefixing
index 8254fadbe4ad2bf4352cb44a83df2b32d4b5216e..c859f70812dbcc07bff6e23a7fa297c5669a784f 100644 (file)
@@ -753,7 +753,7 @@ d d e d | c1 |
 
 text = \lyricmode {
 \set stanza = "1." Ma- ry had a lit- tle lamb,
-it's fleece was white as snow.
+its fleece was white as snow.
 }
 
 \book{
index 96095a9a680e9c45bf6bc65264336bc09d64378d..9cfb8b18d972a8bb9af09a9d6ac8b8e96aa0b51f 100644 (file)
@@ -329,6 +329,19 @@ invoking them directly, e.g.
 @var{path/to}/LilyPond.app/Contents/Resources/bin/convert-ly
 @end example 
 
+Alternatively, you may add this directory to your path.  Modify (or create)
+a file called @code{.profile} in your home directory such that it contains
+
+@example
+export PATH=$PATH:@var{path/to}/LilyPond.app/Contents/Resources/bin
+@end example
+
+@noindent
+This file should end with a blank line.
+
+Note that @var{path/to} will generally be @code{/Applications/}.
+
+
 @node Error messages
 @section Error messages
 
index 9173020019e6f78dde2ad48610aa817c340c8700..08f03e9c142feec82d23c150bbb21cb6044ce668 100644 (file)
@@ -2367,7 +2367,7 @@ variants of the base chords.
 \context Voice \relative c'' {
   <g e c >1 < a f d > < b g e >
   <c a f > < d b g > < e c a > < f d b > }
-\context Lyrics \lyrics { T Sp Dp S D Tp "\ \ D{\\kern-5pt}$\\mid$" }
+\context Lyrics \lyrics { T Sp Dp S D Tp \markup{ D\translate #(cons -2 0) {"|"}  } }
 @end lilypond
 
 @node G