Does this do what you want?

\version "2.12.3"

\relative c' {
  \override Staff.BarLine #'bar-size = #2.0
  c4 c c c |
  c c c c |
}


On Sat, Nov 20, 2010 at 9:00 PM, Marc Mouries <m...@mouries.net> wrote:

> thanks Nick. A half-bar is Bach's writing was a bar containing the same
> number notes but only went over the staff from the 2nd to the 4th lines.
>
> On Nov 20, 2010, at 11:20 PM, Nick Payne wrote:
>
> > On 21/11/10 15:10, Marc Mouries wrote:
> >> I searched and checked
> http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Bars
> >> but could not find a way to print a half-bar like Bach used in some of
> his music.
> >> It is not really used often so i'd not be surprised but just wanted to
> check with you guys just in case.
> >
> > \version "2.13.39"
> >
> > \relative c'' {
> >    c4 c c c |
> >    \set Score.measureLength = #(ly:make-moment 2 4)
> >    c c |
> >    \set Score.measureLength = #(ly:make-moment 4 4)
> >    c c c c |
> > }
> >
> > _______________________________________________
> > lilypond-user mailing list
> > lilypond-user@gnu.org
> > http://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to