]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-guile.hh
Doc-de: changes to notation manual
[lilypond.git] / lily / include / lily-guile.hh
index c153aeb4dc66625bf23be8ef228aea9818dc8745..5bcd235e2753f027caf8e9128f28f766b2ba96ee 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1998--2011 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1998--2012 Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -26,7 +26,6 @@
 
 #include <libguile.h>
 #include <string.h>
-#include <vector>
 
 /*
   Hack for various MacOS incarnations.
@@ -39,6 +38,7 @@
 #include "interval.hh"
 #include "lily-guile-macros.hh"
 #include "ly-module.hh"
+#include "std-vector.hh"
 
 /** Conversion functions follow the GUILE naming convention, i.e.
     A ly_B2A (B b);  */
@@ -72,6 +72,7 @@ char *ly_scm2str0 (SCM str);
 
 Real robust_scm2double (SCM, double);
 int robust_scm2int (SCM, int);
+vsize robust_scm2vsize (SCM, vsize);
 Direction robust_scm2dir (SCM, Direction);
 Drul_array<Real> robust_scm2drul (SCM, Drul_array<Real>);
 Drul_array<bool> robust_scm2booldrul (SCM, Drul_array<bool>);