]> git.donarmstrong.com Git - lilypond.git/commitdiff
Small fixes from mailist.
authorGraham Percival <graham@percival-music.ca>
Tue, 24 Apr 2007 20:36:10 +0000 (13:36 -0700)
committerGraham Percival <graham@percival-music.ca>
Tue, 24 Apr 2007 20:36:10 +0000 (13:36 -0700)
Documentation/user/basic-notation.itely
Documentation/user/changing-defaults.itely

index a105e4a242b9df89740f303345be465c5ea3a05b..10b7161f7c8e9ae8623ae2304ced35d5f4b60c0a 100644 (file)
@@ -3203,8 +3203,8 @@ c1
 
 In the following example, the first ending is not a complete
 bar (it only had 3 beats).  The beginning of the second ending
-contains the 4th beat from the first ending.  This @q{extra}
-beat in the second ending is due to the first time ending,
+contains the 4th beat from the first ending.  This @q{extra} beat
+in the second ending is due to the first time ending,
 and has nothing to do with the @code{\partial} at the
 beginning of the example.
 
index a07c7df60d301bd7c1a6f33c1efe268a3c103788..fb480d6d2a66f372b8d8c5389a41160e227d6844 100644 (file)
@@ -437,6 +437,7 @@ This section describes what contexts are, and how to modify them.
 * Changing context default settings::  
 * Defining new contexts::       
 * Aligning contexts::           
+* Vertical grouping of grobs::  
 @end menu
 
 
@@ -1240,6 +1241,16 @@ ossia = { f4 f f f }
 @end lilypond
 
 
+@node Vertical grouping of grobs
+@subsection Vertical grouping of grobs
+
+The VerticalAlignment and VerticalAxisGroup grobs work together.
+VerticalAxisGroup groups together different grobs like Staff, Lyrics,
+etc. VerticalAlignment then vertically aligns the different grobs
+grouped together by VerticalAxisGroup. There is usually only one
+VerticalAlignment per score but every Staff, Lyrics, etc. has its own
+VerticalAxisGroup. 
+
 
 @node The \override command
 @section The @code{\override} command
@@ -1263,7 +1274,7 @@ which is a member of the @var{context}, to the @var{value}.
 * Determining the grob property::  
 * Objects connected to the input::  
 * Using Scheme code instead of \tweak::  
-* \set versus \override::          
+* \set versus \override::       
 * Difficult tweaks::            
 @end menu