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.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to