]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pango-select-scheme.cc
Lilypond-book: don't crash in linewidth detection in latex mode when latex cannot...
[lilypond.git] / lily / pango-select-scheme.cc
index 643d407820a13ba92f0b719181ee91c2ee749145..e5a33ad67f162abfe671c3863ff30399c9c22f00 100644 (file)
@@ -23,9 +23,9 @@
 #include "pango-font.hh"
 
 LY_DEFINE (ly_make_pango_description_string, "ly:make-pango-description-string",
-          2, 0, 0, (SCM chain, SCM size),
-          "Make a @code{PangoFontDescription} string for the property"
-          " alist @var{chain} at size @var{size}.")
+           2, 0, 0, (SCM chain, SCM size),
+           "Make a @code{PangoFontDescription} string for the property"
+           " alist @var{chain} at size @var{size}.")
 {
   LY_ASSERT_TYPE (scm_is_number, size, 1);
   PangoFontDescription *pfd = properties_to_pango_description (chain, scm_to_double (size));