From 802798d3d0643f2947f082ed2e137eaf271e39d9 Mon Sep 17 00:00:00 2001 From: hanwen Date: Tue, 5 Apr 2005 19:38:53 +0000 Subject: [PATCH] *** empty log message *** --- Documentation/user/introduction.itely | 12 +----------- lily/midi-stream.cc | 3 +++ scm/framework-tex.scm | 2 +- 3 files changed, 5 insertions(+), 12 deletions(-) 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))) -- 2.39.5