X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbar-line.cc;h=1f2d9b2963401327cc49a04ffe3920c937eba6ac;hb=55d9ad39acee4288ee0d36230f70110b02546ab3;hp=bfd79363934f058a082eedcb8288f5a547156208;hpb=0c61221b46addec50e2406e04af44a7d460443d4;p=lilypond.git diff --git a/lily/bar-line.cc b/lily/bar-line.cc index bfd7936393..1f2d9b2963 100644 --- a/lily/bar-line.cc +++ b/lily/bar-line.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2011 Han-Wen Nienhuys + Copyright (C) 1997--2012 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 @@ -286,7 +286,8 @@ Bar_line::compound_barline (Grob *me, string str, Interval const &extent, m = dashed_bar_line (me, extent, hair); else if (str == "'") m = tick_bar_line (me, extent.at (UP), rounded); - + else if (str == "kievan") + m.add_stencil (Font_interface::get_default_font (me)->find_by_name("scripts.barline.kievan")); return m; }