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: org babel and lilypond

2017-12-25 Thread Henrik Frisk
Hi John Org babel for lilypond would not be a replacement for lilypond mode. It would rather be a complement to lilypond-book. My main interest however, would first and foremost be to use it to organise my lilypond snippets. Whether or not it's good at that I don't know because I can't get it to

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

RE: org babel and lilypond

2017-12-25 Thread John Schlomann
I’m just curious, what would be the advantages of Org Babel over the LilyPond mode that comes with LilyPond? John From: lilypond-user [mailto:lilypond-user-bounces+jschlomann=wideopenwest@gnu.org] On Behalf Of Henrik Frisk Sent: Sunday, December 24, 2017 12:57 PM To:

Re: change regular/staccato/staccatissimo midi duration 2.19.80

2017-12-25 Thread Gianmaria Lari
On 25 December 2017 at 14:42, Malte Meyn wrote: > > > Am 25.12.2017 um 14:22 schrieb Gianmaria Lari: > >> This code generate some 'regular', staccato and staccatissimo notes: >> >> \version "2.19.80" >> \score { >>\fixed c' {c8 d e-. f-. g-! a-! r4} >>

Re: change regular/staccato/staccatissimo midi duration 2.19.80

2017-12-25 Thread Malte Meyn
Am 25.12.2017 um 14:22 schrieb Gianmaria Lari: This code generate some 'regular', staccato and staccatissimo notes: \version "2.19.80" \score {   \fixed c' {c8 d e-. f-. g-! a-! r4}   \midi{}   \layout {} } Is there any way to change the default duration of

change regular/staccato/staccatissimo midi duration 2.19.80

2017-12-25 Thread Gianmaria Lari
This code generate some 'regular', staccato and staccatissimo notes: \version "2.19.80" \score { \fixed c' {c8 d e-. f-. g-! a-! r4} \midi{} \layout {} } Is there any way to change the default duration of 'regular', staccato and staccatissimo notes? Thank you, g. P.S. For instance, with

Re: Vintage Jazz Chords post in 2011 - Howto get it to display on Fresco?

2017-12-25 Thread Blöchl Bernhard
Sorry, a necessary adition. I read the document https://github.com/OpenLilyPondFonts/lilyjazz/blob/master/LilyPond-Fonts-Installation-And-Usage.txt to the end in the meantime and found chapter 3 close to the end 3. INSTALLATION (v2.18.0 - 2.19.11) Am 25.12.2017 11:41, schrieb Blöchl Bernhard:

Re: Vintage Jazz Chords post in 2011 - Howto get it to display on Fresco?

2017-12-25 Thread Blöchl Bernhard
Am 24.12.2017 16:49, schrieb Daryls_Produce: Hi Forum People: Back in 2011 Nathan Ho posted the following code to share code for jazzers so that they can notate chords in their own way. http://lilypond.1069038.n5.nabble.com/Jazz-Chord-Symbols-tt10516.html#a196223 I pasted this into