Re: Changing the car or cdr of a pair

2017-12-25 Thread Jacques Menu Muzhic
Hello David and Malte, Thanks for the alternatives, I now have what I needed! JM > Le 25 déc. 2017 à 20:21, Malte Meyn a écrit : > > > > Am 25.12.2017 um 19:01 schrieb David Kastrup: >> David Kastrup writes: >>> \once \override

Re: Changing the car or cdr of a pair

2017-12-25 Thread Malte Meyn
Am 25.12.2017 um 19:01 schrieb David Kastrup: David Kastrup writes: \once \override Staff.LigatureBracket.edge-height = #(grob-transformer 'edge-height (lambda (grob original) (cons 0.3 (cdr original For example. Malte's suggestion to use \offset does something

Re: Changing the car or cdr of a pair

2017-12-25 Thread David Kastrup
David Kastrup writes: > Menu Jacques writes: > >> Hello folks, >> >> The edge-height pair can be given a value with: >> >> \once \override Staff.LigatureBracket.edge-height = #'(0 . +0.7) >> >> but how can I change only one of the members of the pair,

Re: Changing the car or cdr of a pair

2017-12-25 Thread David Kastrup
Menu Jacques writes: > Hello folks, > > The edge-height pair can be given a value with: > > \once \override Staff.LigatureBracket.edge-height = #'(0 . +0.7) > > but how can I change only one of the members of the pair, leaving the > other one as it is? \once \override

Re: Changing the car or cdr of a pair

2017-12-25 Thread Malte Meyn
Am 25.12.2017 um 17:48 schrieb Menu Jacques: The edge-height pair can be given a value with: \once \override Staff.LigatureBracket.edge-height = #'(0 . +0.7) but how can I change only one of the members of the pair, leaving the other one as it is? There are two options: Either use

Changing the car or cdr of a pair

2017-12-25 Thread Menu Jacques
Hello folks, The edge-height pair can be given a value with: \once \override Staff.LigatureBracket.edge-height = #'(0 . +0.7) but how can I change only one of the members of the pair, leaving the other one as it is? Thanks for your help! JM