]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Top): add note about new
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 10 Jul 2004 10:40:09 +0000 (10:40 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 10 Jul 2004 10:40:09 +0000 (10:40 +0000)
emacs electric-|

ChangeLog
Documentation/topdocs/NEWS.texi

index 6c472b9399c6ab1e644316fcf4aa4612b5c78a30..b8a93af40854ba07b3461ab4ea6769aae39fe2d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,14 @@
 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * Documentation/topdocs/NEWS.texi (Top): add note about new
+       emacs electric-|
+
        * scm/*.scm: adapt ly:warn calls.
 
        * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
 
        * lily/repeat-acknowledge-engraver.cc (process_music): look at
        main timing, not grace timing. Fixes volta-repeat-grace.
-       
 
        * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
        remove ly:kpathsea-gulp-file.
@@ -64,7 +66,7 @@
 
        * lily/main.cc (dir_info): Print variables in sh format.
 
-       * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
+2      * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
 
        * mf/SConscript: Update multiple target rules.
 
        * scm/stencil.scm (fontify-text-white) : Adjust to better center, properly
        scale white text
 
-       * scm/fret-diagrams.scm (make-fret-diagram): change default dot position for numbered dots so dot will
-       touch fret.
-       (various routines): move to font-metric interface, rather than name, size interface.
-       Clean up comments.
+       * scm/fret-diagrams.scm (make-fret-diagram): change default dot
+       position for numbered dots so dot will touch fret.
+       (various routines): move to font-metric interface, rather than
+       name, size interface.  Clean up comments.
 
        * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
        size and offset to better center white text.
index 11cbda4cd467c43587bce2917a76178bb7fbd4df..032d8adb6fc5b9c00aa592fadfd5f903d5c83044 100644 (file)
@@ -8,6 +8,9 @@
 
 @itemize @bullet
 
+@item In the LilyPond  emacs mode, the @code{|} will now display the
+  current beat within the measure. 
+
 @item Colliding notes are now correctly aligned relative to notes in other staves.
 
 @item An experimental GNOME output backend is available for developers.