]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 5 Apr 2005 19:38:53 +0000 (19:38 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 5 Apr 2005 19:38:53 +0000 (19:38 +0000)
Documentation/user/introduction.itely
lily/midi-stream.cc
scm/framework-tex.scm

index cdd3292b7435e458ce9d712a8d697fbad0c53aac..69361f899a110d212afc0bfe99c8b44540bb9675 100644 (file)
@@ -109,17 +109,7 @@ exact mathematical spacing, and once with corrections.  Can you
 spot which fragment is which?
 
 @cindex optical spacing
-@lilypond[quote,noindent,fragment]
-{
-   \override Staff.NoteSpacing #'stem-spacing-correction = #0.6
-   c'4 e''4 e'4 b'4 |
-   \stemDown b'8[ e'' a' e''] | \bar "||"
-   \override Staff.NoteSpacing #'stem-spacing-correction = #0.0
-   \override Staff.StaffSpacing #'stem-spacing-correction = #0.0
-   \stemNeutral c'4 e''4 e'4 b'4 |
-   \stemDown b'8[ e'' a' e''] |
-}
-@end lilypond
+@lilypondfile[quote,noindent]{spacing-optical.ly}
 
 @cindex regular rhythms
 @cindex regular spacing
index 185287732d20563c0253b5f5e096ff5ae280c230..7651b3fe6f3e161cf01e86c9e26d9626649364cd 100644 (file)
@@ -6,6 +6,9 @@
   (c) 1997--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
+
+#include <errno.h>
+
 #include "midi-stream.hh"
 
 #include "stream.hh"
index 4ad34baa80e9bd6f12b2fc056423f38128e4171a..be72b57981c15df10deedc75c039b60d4c0d23bb 100644 (file)
     (if (not (ly:get-option 'verbose))
        (begin
          (format (current-error-port)
-                 (_ "Converting to `~a'...") (string-append base ".dvi"))
+                 (_ "Converting to `~a'...") (string-append base ".psbl"))
          (newline (current-error-port))))
     (ly:system cmd)))