CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Graham Percival <[EMAIL PROTECTED]>     05/05/03 08:02:01

Modified files:
        .              : ChangeLog 
        scm            : define-grobs.scm 
        Documentation/user: basic-notation.itely 
                            instrument-notation.itely 
                            advanced-notation.itely 

Log message:
        Minor fixes.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3529&tr2=1.3530&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/define-grobs.scm.diff?tr1=1.194&tr2=1.195&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/basic-notation.itely.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/instrument-notation.itely.diff?tr1=1.21&tr2=1.22&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/advanced-notation.itely.diff?tr1=1.14&tr2=1.15&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3529 lilypond/ChangeLog:1.3530
--- lilypond/ChangeLog:1.3529   Mon May  2 23:49:17 2005
+++ lilypond/ChangeLog  Tue May  3 08:02:00 2005
@@ -1,3 +1,12 @@
+2005-05-03  Graham Percival  <[EMAIL PROTECTED]>
+
+       * scm/define-grobs.scm: remove "remove-first" line, since
+       the absent property is set to #f anyway.
+
+       * Documentation/user/basic-notation.itely,
+       advanced-notation.itely, instrument-notation.itely: minor
+       fixes.
+
 2005-05-03  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
        * scm/framework-ps.scm (write-preamble): extract CFF from OTF
Index: lilypond/Documentation/user/advanced-notation.itely
diff -u lilypond/Documentation/user/advanced-notation.itely:1.14 
lilypond/Documentation/user/advanced-notation.itely:1.15
--- lilypond/Documentation/user/advanced-notation.itely:1.14    Sat Apr 30 
04:50:30 2005
+++ lilypond/Documentation/user/advanced-notation.itely Tue May  3 08:02:01 2005
@@ -933,6 +933,10 @@
 removed from the first system too, set @code{remove-first} to true in
 @internalsref{RemoveEmptyVerticalGroup}.
 
[EMAIL PROTECTED]
+\override Score.RemoveEmptyVerticalGroup #'remove-first = ##t
[EMAIL PROTECTED] example
+
 To remove other types of contexts, use @code{\AncientRemoveEmptyStaffContext}
 or @code{\RemoveEmptyRhythmicStaffContext}.
 
Index: lilypond/Documentation/user/basic-notation.itely
diff -u lilypond/Documentation/user/basic-notation.itely:1.10 
lilypond/Documentation/user/basic-notation.itely:1.11
--- lilypond/Documentation/user/basic-notation.itely:1.10       Tue Apr 26 
08:59:28 2005
+++ lilypond/Documentation/user/basic-notation.itely    Tue May  3 08:02:01 2005
@@ -2266,6 +2266,18 @@
 }
 @end lilypond
 
+Polyphony does not change the relationship of notes within a
[EMAIL PROTECTED] }} block.  Each note is calculated relative
+to the note immediately preceding it.
+
[EMAIL PROTECTED]
+\relative @{ noteA << noteB \\ noteC >> noteD @}
[EMAIL PROTECTED]
+
[EMAIL PROTECTED] is relative to @code{noteB}, not @code{noteA};
[EMAIL PROTECTED] is relative to @code{noteC}, not @code{noteB} or
[EMAIL PROTECTED]
+
 @node Explicitly instantiating voices
 @subsection Explicitly instantiating voices
 
Index: lilypond/Documentation/user/instrument-notation.itely
diff -u lilypond/Documentation/user/instrument-notation.itely:1.21 
lilypond/Documentation/user/instrument-notation.itely:1.22
--- lilypond/Documentation/user/instrument-notation.itely:1.21  Wed Apr 27 
23:45:42 2005
+++ lilypond/Documentation/user/instrument-notation.itely       Tue May  3 
08:02:01 2005
@@ -28,8 +28,6 @@
 Piano staves are two normal staves coupled with a brace.  The staves
 are largely independent, but sometimes voices can cross between the
 two staves.  The same notation is also used for harps and other key
[EMAIL PROTECTED] Is this `harp' or `harpsichord'?
[EMAIL PROTECTED]    both.  -gp
 instruments.  The @internalsref{PianoStaff} is especially built to
 handle this cross-staffing behavior.  In this section we discuss the
 @internalsref{PianoStaff} and some other pianistic peculiarities.
Index: lilypond/scm/define-grobs.scm
diff -u lilypond/scm/define-grobs.scm:1.194 lilypond/scm/define-grobs.scm:1.195
--- lilypond/scm/define-grobs.scm:1.194 Sat Apr 30 04:50:29 2005
+++ lilypond/scm/define-grobs.scm       Tue May  3 08:02:01 2005
@@ -920,7 +920,6 @@
      . (
        (Y-offset-callbacks . 
(,Hara_kiri_group_spanner::force_hara_kiri_callback))
        (Y-extent-callback . ,Hara_kiri_group_spanner::y_extent)
-       (remove-first . #f)
        (axes . (1))
        (meta . ((interfaces . (axis-group-interface
                                vertically-spaceable-interface 
hara-kiri-group-interface


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to