bug-lilypond
[Top][All Lists]
Advanced

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

Re: Bug in whichBar?


From: Trevor Daniels
Subject: Re: Bug in whichBar?
Date: Tue, 29 Apr 2008 23:45:57 +0100


Of course! Timing (and bar lines) are handled in the Score context by default. Setting Score.whichBar works fine. Thanks, Neil.

Trevor

----- Original Message ----- From: "Neil Puttock" <address@hidden>
To: "Trevor Daniels" <address@hidden>
Cc: "Bug-Lilypond" <address@hidden>
Sent: Tuesday, April 29, 2008 5:47 PM
Subject: Re: Bug in whichBar?


Hi Trevor,

2008/4/29 Trevor Daniels <address@hidden>:
There seems to be a bug in \set whichBar. Rather than setting the type of
barline to print at the end of the bars it prints a barline after every
following note.  Surely this isn't correct?  Here's a short example:

 \version "2.11.44"
 \relative c' {
  d d d d
  \set Staff.whichBar = "||"
  e8 e e e
  \unset Staff.whichBar
  f f f f
 }

I think this needs the Timing alias to work properly:

\set Timing.whichBar = "||" works.

Regards,
Neil






reply via email to

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