lilypond-user
[Top][All Lists]
Advanced

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

Re: Parenthesis/bracket/brace questions


From: Thomas Morley
Subject: Re: Parenthesis/bracket/brace questions
Date: Thu, 24 May 2018 23:23:11 +0200

2018-05-21 17:09 GMT+02:00 Thomas Morley <address@hidden>:
> 2018-05-21 15:03 GMT+02:00 Brent Annable <address@hidden>:

>> On a side note, in my searches I noticed it's now possible to define
>> different barline types, and the bracket type looks like it would also do
>> the job very well here... [...]
>> (there seems to be some weird spanning behaviour
>> too):
>>
>> \version "2.19.65"
>>
>> \defineBarLine "[" #'("" "[" ".")
>> \defineBarLine "]" #'("]" "" ".")
>>
>> upper = {
>>   c''4 \bar "[" 4 4 \bar "]" 4
>> }
>>
>> lower = {
>>   \clef bass
>>   c4 4 4 4
>> }
>>
>> \score {
>>   \new PianoStaff <<
>>     \new Staff {
>>       \upper
>>     }
>>     \new Staff {
>>       \lower
>>     }
>>   >>
>> }
>>
>> Any ideas? I'm stumped.
>>
>> Brent.
>
> Hi Brent,
>
> (1)
> thanks for spotting a bug in the definition of `make-bracket-bar-line'.
> It will need further testings, before I can think of putting up a
> patch, but I propose the fix below:
>

patch is up:
https://sourceforge.net/p/testlilyissues/issues/5329/

Cheers,
  Harm



reply via email to

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