]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-line.cc
Make chord repeats q ignore <>
[lilypond.git] / lily / bar-line.cc
index cee5f222430220f906f1120dfb6ff7660673406d..0cd0339235b41c307459670210ea35c27f69d66d 100644 (file)
@@ -287,7 +287,11 @@ Bar_line::compound_barline (Grob *me, string str, Interval const &extent,
   else if (str == "'")
     m = tick_bar_line (me, extent.at (UP), rounded);
   else if (str == "kievan")
+   {
+    me->set_property ("layer", scm_from_int (1));
     m.add_stencil (Font_interface::get_default_font (me)->find_by_name ("scripts.barline.kievan"));
+    m = *unsmob_stencil (scm_call_1 (ly_lily_module_constant ("stencil-whiteout"), m.smobbed_copy ()));
+   }
   return m;
 }