X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fline-interface.cc;h=3134e04a2a8a1d14303a730dad8469811a29f96f;hb=c5d9ef8c7eaed663fabcd70742ba7a0e56cb337b;hp=3d1bb02d6f3158cf9666541ca1ce6bf0e8b932af;hpb=e344ae579fa1d81fc6c6f3049494697872fd39f9;p=lilypond.git diff --git a/lily/line-interface.cc b/lily/line-interface.cc index 3d1bb02d6f..3134e04a2a 100644 --- a/lily/line-interface.cc +++ b/lily/line-interface.cc @@ -1,9 +1,20 @@ /* - line-interface.cc -- implement Line_interface + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2004--2010 Han-Wen Nienhuys - (c) 2004--2008 Han-Wen Nienhuys + LilyPond is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ #include "line-interface.hh" @@ -38,14 +49,8 @@ Line_interface::make_trill_line (Grob *me, Offset to) { Offset dz = (to-from); - SCM alist_chain = Font_interface::text_font_alist_chain (me); - SCM style_alist = scm_list_n (scm_cons (ly_symbol2scm ("font-encoding"), - ly_symbol2scm ("fetaMusic")), - SCM_UNDEFINED); - - Font_metric *fm = select_font (me->layout (), - scm_cons (style_alist, - alist_chain)); + + Font_metric *fm = Font_interface::get_default_font (me); Stencil elt = fm->find_by_name ("scripts.trill_element"); elt.align_to (Y_AXIS, CENTER);