From: Graham Percival Date: Fri, 31 Mar 2006 00:45:25 +0000 (+0000) Subject: A whole bunch of minor fixes from mailist. X-Git-Tag: release/2.9.2~22 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2831bf0efa83d07954e8c1f130402d95f161941b;p=lilypond.git A whole bunch of minor fixes from mailist. --- diff --git a/ChangeLog b/ChangeLog index b93ac82719..a2f1fa58b7 100644 --- 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 * lily/pango-font.cc (pango_item_string_stencil): more robustness. diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index f766be73c6..95ece143e7 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -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] diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index 5b073113bd..70ba3ad66a 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -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 diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index 8254fadbe4..c859f70812 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -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{ diff --git a/Documentation/user/invoking.itely b/Documentation/user/invoking.itely index 96095a9a68..9cfb8b18d9 100644 --- a/Documentation/user/invoking.itely +++ b/Documentation/user/invoking.itely @@ -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 diff --git a/Documentation/user/music-glossary.tely b/Documentation/user/music-glossary.tely index 9173020019..08f03e9c14 100644 --- a/Documentation/user/music-glossary.tely +++ b/Documentation/user/music-glossary.tely @@ -2367,7 +2367,7 @@ variants of the base chords. \context Voice \relative c'' { 1 < a f d > < b g e > < 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