From: Han-Wen Nienhuys Date: Tue, 5 Apr 2005 19:38:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.5.19~62 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ee831d1368f453ce399a4dece1653831898b013b;hp=72d07bbb4984e7ee3de279c4aae94ab38409f6ff;p=lilypond.git *** empty log message *** --- diff --git a/Documentation/user/introduction.itely b/Documentation/user/introduction.itely index cdd3292b74..69361f899a 100644 --- a/Documentation/user/introduction.itely +++ b/Documentation/user/introduction.itely @@ -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 diff --git a/lily/midi-stream.cc b/lily/midi-stream.cc index 185287732d..7651b3fe6f 100644 --- a/lily/midi-stream.cc +++ b/lily/midi-stream.cc @@ -6,6 +6,9 @@ (c) 1997--2005 Jan Nieuwenhuizen */ + +#include + #include "midi-stream.hh" #include "stream.hh" diff --git a/scm/framework-tex.scm b/scm/framework-tex.scm index 4ad34baa80..be72b57981 100644 --- a/scm/framework-tex.scm +++ b/scm/framework-tex.scm @@ -337,7 +337,7 @@ (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)))