]> git.donarmstrong.com Git - lilypond.git/commitdiff
Small reminders and formatting tweaks.
authorGraham Percival <graham@percival-music.ca>
Fri, 29 Feb 2008 07:37:54 +0000 (23:37 -0800)
committerGraham Percival <graham@percival-music.ca>
Fri, 29 Feb 2008 07:37:54 +0000 (23:37 -0800)
Documentation/user/fundamental.itely
Documentation/user/input.itely
Documentation/user/macros.itexi
Documentation/user/tutorial.itely
Documentation/user/working.itely

index 1e56b0e4f250f3d2d11292d75891b65d8fdbf93f..89a0d051cdce21a6236a3f18eff14b396534a684 100644 (file)
@@ -40,7 +40,7 @@ description of the input format, see @ruser{File structure}.
 A basic example of a lilypond input file is
 
 @example
-\version "2.11.38"
+\version "@version{}"
 \score @{
   @var{...compound music expression...}  % all the music goes here!
   \header @{ @}
@@ -1589,7 +1589,7 @@ engraver is removed from a context it can no longer produce its
 output.  This is a crude way of modifying the output, but it
 can sometimes be useful.
 
-@subsubsection Changing a single context
+@subsubheading Changing a single context
 
 To remove an engraver from a single context we use the
 @code{\with} command placed immediately after the context creation 
@@ -1670,7 +1670,7 @@ the notes in all the voices on that staff:
 >>
 @end lilypond
 
-@subsubsection Changing all contexts of the same type
+@subsubheading Changing all contexts of the same type
 
 The examples above show how to remove or add engravers to
 individual contexts.  It is also possible to remove or add 
index 0a02af5d3790178f8492aa4b943aae9866ee245d..9ad929c4af04164d44322f831cdec95a2bcb30fd 100644 (file)
@@ -548,6 +548,11 @@ Also mention \override Foo #'direction = #'DOWN.
 
 also mention the typical \fooDown, \fooNeutral predefined commands.
 
+also mention that some directions are (without other tweaking)
+always up or always down (like dynamics or fermata), while other
+things can alternate between up or down based on the stem direction
+(like slurs or accents).
+
 
 @node Distances and measurements MAYBE MOVE
 @subsection Distances and measurements MAYBE MOVE
index b0dafefd956fec1f0b9e23fb6598f69758ddaf93..cf268fafb3eefa84708ff1f49f5d8e3f084b1d3f 100644 (file)
@@ -6,8 +6,9 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
-@macro version
+@c FIXME: will deal with later.
 @c @value{version}
+@macro version
 2.11.41
 @end macro
 
index c4681c27cc11961f7b24fb9ca2618a6d5a735962..e8600174514de25fd5bb44644ce2288fc72bffde 100644 (file)
@@ -1585,7 +1585,7 @@ The @code{\version} statement records the version of LilyPond that
 was used to write the file:
 
 @example
-\version "2.11.38"
+\version "@version{}"
 @end example
 
 @noindent
@@ -1607,7 +1607,7 @@ main music expression; the @code{\header} block is usually placed
 underneath the @ref{Version number}.
 
 @example
-\version "2.11.38"
+\version "@version{}"
 \header @{
   title = "Symphony"
   composer = "Me"
index 36e8e0140cbeed330a6ecba0845fb3cbcc4fb8a3..59e2ff3fc3a0056683797483e490a90434c2d5c4 100644 (file)
@@ -536,7 +536,7 @@ file with @code{\include "../global.ly"}, which contains
 
 @example
 %%%   global.ly
-\version "2.11.38"
+\version "@version{}"
 #(ly:set-option 'point-and-click #f)
 \include "../init/init-defs.ly"
 \include "../init/init-layout.ly"