CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/07/21 16:33:28

Modified files:
        .              : ChangeLog 
        Documentation/topdocs: NEWS.tely 
        lily           : accidental-engraver.cc 

Log message:
        * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
        
        * Documentation/topdocs/NEWS.tely (Top): add new feature.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3908&tr2=1.3909&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/NEWS.tely.diff?tr1=1.47&tr2=1.48&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/accidental-engraver.cc.diff?tr1=1.105&tr2=1.106&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3908 lilypond/ChangeLog:1.3909
--- lilypond/ChangeLog:1.3908   Thu Jul 21 16:20:24 2005
+++ lilypond/ChangeLog  Thu Jul 21 16:33:27 2005
@@ -1,5 +1,7 @@
 2005-07-21  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
+
        * Documentation/user/basic-notation.itely (Barnumber check): add 
section.
 
        * scm/music-functions.scm (skip-to-last): new function. Show only
Index: lilypond/Documentation/topdocs/NEWS.tely
diff -u lilypond/Documentation/topdocs/NEWS.tely:1.47 
lilypond/Documentation/topdocs/NEWS.tely:1.48
--- lilypond/Documentation/topdocs/NEWS.tely:1.47       Thu Jul 21 14:53:42 2005
+++ lilypond/Documentation/topdocs/NEWS.tely    Thu Jul 21 16:33:27 2005
@@ -33,6 +33,16 @@
 
 @itemize @bullet
 @item
+The current bar number may be checked with @code{\barNumberCheck}, eg.
+
[EMAIL PROTECTED]
+\barNumberCheck #22
[EMAIL PROTECTED] verbatim
+
[EMAIL PROTECTED]
+will print a warning if it doesn't happen in measure 22.
+ 
[EMAIL PROTECTED]
 If @code{skipLastLength} is set, only the last few measures of a piece
 are rendered, which speeds up correcting scores. For example, setting
 
@@ -44,8 +54,6 @@
 @noindent
 will render only the last five measures (assuming 4/4 time signature)
 of a piece.
-
-
 
 @item
 Melismata can be specified simply in the lyrics now, eg.
Index: lilypond/lily/accidental-engraver.cc
diff -u lilypond/lily/accidental-engraver.cc:1.105 
lilypond/lily/accidental-engraver.cc:1.106
--- lilypond/lily/accidental-engraver.cc:1.105  Thu Jul 21 14:45:55 2005
+++ lilypond/lily/accidental-engraver.cc        Thu Jul 21 16:33:27 2005
@@ -372,7 +372,7 @@
   Pitch *pitch = unsmob_pitch (note->get_property ("pitch"));
   
   
-  bool as_suggestion = to_boolean (get_property ("suggestAccidentals"));
+  bool as_suggestion = to_boolean (entry->origin_->get_property 
("suggestAccidentals"));
   Grob *a = 0;
   if (as_suggestion)
     a = make_suggested_accidental (note, support, entry->origin_engraver_);


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

Reply via email to