X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspan-bar.cc;h=c514ade664c26bad434e622ed79a42ad1a9febe8;hb=da73acff78a9f9b625f995ddf990d6c99657a73a;hp=48a1df4f3acddb26fb2284fc5e63a9a014aadb8a;hpb=de451af43aef0220738bfdd5329f0685bdaba3d2;p=lilypond.git diff --git a/lily/span-bar.cc b/lily/span-bar.cc index 48a1df4f3a..c514ade664 100644 --- a/lily/span-bar.cc +++ b/lily/span-bar.cc @@ -1,9 +1,20 @@ /* - span-bar.cc -- implement Span_bar + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1997--2009 Han-Wen Nienhuys - (c) 1997--2007 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 "span-bar.hh" @@ -190,6 +201,8 @@ Span_bar::calc_glyph_name (SCM smob) type = "|.|"; else if (type == ":|.:") type = "|."; + else if (type == "'") + type = ""; return ly_string2scm (type); }