]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-outputter-scheme.cc
(all-grob-descriptions): set thickness to
[lilypond.git] / lily / paper-outputter-scheme.cc
index 9c753f9b493eed6b00175557b275068078f012e2..706ef0a1f7329009bebe6faf9e3aa5d37901fc31 100644 (file)
@@ -10,8 +10,6 @@
 #include "warn.hh"
 #include "stencil.hh"
 
-
-
 LY_DEFINE (ly_make_paper_outputter, "ly:make-paper-outputter",
           2, 0, 0, (SCM port, SCM format),
           "Create an outputter that evaluates within "
@@ -25,11 +23,11 @@ LY_DEFINE (ly_make_paper_outputter, "ly:make-paper-outputter",
   String f = ly_scm2string (format);
 
   String output_name = "<unknown>";
-  
+
   SCM port_name = scm_port_filename (port);
   if (scm_is_string (port_name))
     output_name = ly_scm2string (port_name);
-  
+
   message (_f ("Layout output to `%s'...",
               output_name.to_str0 ()));