X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flily-guile.hh;h=5bcd235e2753f027caf8e9128f28f766b2ba96ee;hb=3ea291c21ce16aeaf00b6a6f500bf0a3a9b790d9;hp=c153aeb4dc66625bf23be8ef228aea9818dc8745;hpb=3cfcd0df1125efe0eddc1f361f9bf24243ed12b7;p=lilypond.git diff --git a/lily/include/lily-guile.hh b/lily/include/lily-guile.hh index c153aeb4dc..5bcd235e27 100644 --- a/lily/include/lily-guile.hh +++ b/lily/include/lily-guile.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1998--2011 Jan Nieuwenhuizen + Copyright (C) 1998--2012 Jan Nieuwenhuizen 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 #include -#include /* 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 robust_scm2drul (SCM, Drul_array); Drul_array robust_scm2booldrul (SCM, Drul_array);