lilypond-user
[Top][All Lists]
Advanced

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

Re: how to get half-bar used in Bach Music?


From: Ted Stanion
Subject: Re: how to get half-bar used in Bach Music?
Date: Sat, 20 Nov 2010 22:14:30 -0800

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 <address@hidden> 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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user


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


reply via email to

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