lilypond-user
[Top][All Lists]
Advanced

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

Re: Producing a small bar...


From: Kieren MacMillan
Subject: Re: Producing a small bar...
Date: Mon, 17 Aug 2009 10:27:08 -0400

Hi Alberto,

I saw it more like a double barline that is not shown complete,

Then use something like:

\version "2.13"
shortDB = {
  \once \override Staff.BarLine #'bar-size = #2
  \once \override Staff.BarLine #'Y-offset = #1
  \bar "||"
}
shortBarMusic = \relative c' {
    c2 b4 r8 \shortDB a   |
    a1
}
\score { \shortBarMusic }

Hope this helps!
Kieren.




reply via email to

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