X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fskyline.hh;h=3ca05e0ff2cc4866c536648b2c2fe6d347c573ac;hb=bf898a6f737ebdd6a749ea0a14d1056a3566a10e;hp=458a2f7cb09ae2b16152f53e931776b75231fcfe;hpb=58bcc84c9480dae1b21bc24d8396b91fe19e0131;p=lilypond.git diff --git a/lily/include/skyline.hh b/lily/include/skyline.hh index 458a2f7cb0..3ca05e0ff2 100644 --- a/lily/include/skyline.hh +++ b/lily/include/skyline.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2002--2005 Han-Wen Nienhuys + (c) 2002--2006 Han-Wen Nienhuys */ #ifndef SKYLINE_HH @@ -33,5 +33,9 @@ Real skyline_meshing_distance (Array const &buildings, Array const &clouds); +Real +skyline_height (Array const &buildings, + Real airplane, Direction sky_dir); + #endif /* SKYLINE_HH */