CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Mats Bengtsson <[EMAIL PROTECTED]>      05/10/04 12:19:00

Modified files:
        .              : ChangeLog 
        Documentation/user: advanced-notation.itely basic-notation.itely 

Log message:
        * Documentation/user/advanced-notation.itely (Polymetric
        notation): Clarify the use of compressMusic.
        
        * Documentation/user/basic-notation.itely (Grace notes): Clarify
        that the grace spacer note in other staves need the same duration
        and document the stroke-style property.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4152&tr2=1.4153&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/advanced-notation.itely.diff?tr1=1.63&tr2=1.64&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/basic-notation.itely.diff?tr1=1.46&tr2=1.47&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4152 lilypond/ChangeLog:1.4153
--- lilypond/ChangeLog:1.4152   Mon Oct  3 12:10:52 2005
+++ lilypond/ChangeLog  Tue Oct  4 12:19:00 2005
@@ -1,3 +1,12 @@
+2005-10-04  Mats Bengtsson  <[EMAIL PROTECTED]>
+
+       * Documentation/user/advanced-notation.itely (Polymetric
+       notation): Clarify the use of compressMusic.
+
+       * Documentation/user/basic-notation.itely (Grace notes): Clarify
+       that the grace spacer note in other staves need the same duration
+       and document the stroke-style property.
+
 2005-10-03  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
        * Documentation/user/global.itely (Vertical spacing): document
Index: lilypond/Documentation/user/advanced-notation.itely
diff -u lilypond/Documentation/user/advanced-notation.itely:1.63 
lilypond/Documentation/user/advanced-notation.itely:1.64
--- lilypond/Documentation/user/advanced-notation.itely:1.63    Mon Sep 26 
23:25:58 2005
+++ lilypond/Documentation/user/advanced-notation.itely Tue Oct  4 12:19:00 2005
@@ -1607,8 +1607,12 @@
 each staff but replacing it manually using
 @code{timeSignatureFraction} to the desired fraction.  Then the printed
 durations in each staff are scaled to the common time signature.
-The latter is done with @code{\compressMusic}, which is similar to
[EMAIL PROTECTED], but does not create a tuplet bracket.
+The latter is done with @code{\compressMusic}, which is used similar
+to @code{\times}, but does not create a tuplet bracket. The syntax is
[EMAIL PROTECTED]
+\compressMusic #'(@var{numerator} . @var{denominator}) @var{musicexpr}
[EMAIL PROTECTED] example
+
 
 
 In this example, music with the time signatures of 3/4, 9/8, and 10/8 are
Index: lilypond/Documentation/user/basic-notation.itely
diff -u lilypond/Documentation/user/basic-notation.itely:1.46 
lilypond/Documentation/user/basic-notation.itely:1.47
--- lilypond/Documentation/user/basic-notation.itely:1.46       Thu Sep  8 
06:54:44 2005
+++ lilypond/Documentation/user/basic-notation.itely    Tue Oct  4 12:19:00 2005
@@ -1872,6 +1872,9 @@
 @code{stopAppoggiaturaMusic}.  More information is in the file
 @file{ly/@/grace@/-init@/.ly}.
 
[EMAIL PROTECTED]
+The slash through the stem in acciaccaturas can be obtained
+in other situations by @code{\override Stem  #'stroke-style = #"grace"}.
 
 @seealso
 
@@ -1894,7 +1897,8 @@
 @end lilypond
 
 @noindent
-This can be remedied by inserting grace skips, for the above example
+This can be remedied by inserting grace skips of the corresponding
+durations in the other staves. For the above example
 
 @example
 \new Staff @{ c4 \bar "|:" \grace s16 d4 @}


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to