lilypond-user
[Top][All Lists]
Advanced

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

Re: Reducing the second VoltaBracketSpanner length.


From: Richard Shann
Subject: Re: Reducing the second VoltaBracketSpanner length.
Date: Sun, 27 Apr 2014 19:48:28 +0100

On Sun, 2014-04-27 at 19:31 +0200, Thomas Morley wrote:
> It is a simple typo in bar-line.scm
> replace:
> (define-bar-line ":|]" ":|]" #f " |")
> with
> (define-bar-line ":|]" ":|]" #f " | ")
> and all should work. Note the added space!
> 
> For now you should use 'shorten-pair as shown. 

hmm, does this mean that you could put

#(define-bar-line ":|]" ":|]" #f " | ")

at the head of your file and it would work too (and then need less
changes, or none, when the patch gets into the code)?

Richard





reply via email to

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