lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fixing height of Kievan bar line


From: Aleksandr Andreev
Subject: Re: Fixing height of Kievan bar line
Date: Sun, 8 Apr 2012 19:39:47 -0400

> Thanks. That seems to be a good approach. I've uploaded
> a new patch. The results are here:
> http://code.google.com/p/lilypond/issues/detail?id=2344#c12
>

Looks like the trick with stencil-whiteout does not work in all cases.
Here are two examples.

1.
\new KievanStaff  {
    \new KievanVoice
     {
        c' \bar "kievan"
     }
  }

2.
\new KievanStaff  {
    \new KievanVoice
     {
        c' b \bar "kievan"
     }
  }

In the second example, the bar line is whited out. But in the first
example, it isn't. Anyone have any pointers as to how to debug this?

Aleksandr



reply via email to

[Prev in Thread] Current Thread [Next in Thread]