Re: openLilyLib website

2020-02-22 Thread Urs Liska
Am Freitag, den 21.02.2020, 18:52 -0800 schrieb ma...@masonhock.com: > On 02/20, Urs Liska wrote: > > What I really *want* to have but have no idea so far how to achieve > > is > > additional code/API documentation retrieved from the actual source > > files. There should be a tool to retrieve that

Chord options in leadsheets

2020-02-22 Thread hendry.mich...@gmail.com
I use Lilypond to prepare jazz leadsheets. Most of the time, this is straightforward, but the screenshot illustrates three additions I'd like to be able to include. 1. The ability to provide alternative chords (shown

Re: Chord options in leadsheets

2020-02-22 Thread Wols Lists
On 22/02/20 09:11, hendry.mich...@gmail.com wrote: > > > > I use Lilypond to prepare jazz leadsheets. Most of the time, this is > straightforward, but the screenshot illustrates three additions I'd like to > be able t

Re: Chord options in leadsheets

2020-02-22 Thread Jacques Menu
Hello Hendry, You can have several ChordNames contexts and use \parenthesize in the corresponding \chordmode definitions. What I don’t know is how to have only a single pair of parentheses around the two harmonies in the attached. HTH! JM AlternateHarmoniesAttempt.ly Description: Binary

Re: Chord options in leadsheets

2020-02-22 Thread Michael Hendry
> On 22 Feb 2020, at 10:39, Wols Lists wrote: > > On 22/02/20 09:11, hendry.mich...@gmail.com wrote: >> >> >> >> I use Lilypond to prepare jazz leadsheets. Most of the time, this is >> straightforward, but the scree

Re: Chord options in leadsheets

2020-02-22 Thread Michael Hendry
> On 22 Feb 2020, at 11:01, Jacques Menu wrote: > > Hello Hendry, > > You can have several ChordNames contexts and use \parenthesize in the > corresponding \chordmode definitions. > > What I don’t know is how to have only a single pair of parentheses around the > two harmonies in the attached

Re: How can I shorten the space for a final single note

2020-02-22 Thread Thomas Morley
Am Sa., 22. Feb. 2020 um 13:27 Uhr schrieb Robert Blackstone : > > I have attached a picture of “original” and what I have made of it in case > you are curious what it is all about. > Hi Robert, your code would be helpful ;) Anyway I've set parts of the exercise. I don't really get what's wron

Re: How can I shorten the space for a final single note

2020-02-22 Thread David Wright
On Sat 22 Feb 2020 at 13:25:36 (+0100), Robert Blackstone wrote: > > On 21 Feb 2020, at 12:18, Pierre Perol-Schneider > > wrote: > > > > A workaround could be: > > > > { > > a'\breve*1/4 > > \bar "|." > > } > > Thanks. This does work for me but it comes at a cost: Lilypond apparently > d

Re: Partcombine without slurs or ties?

2020-02-22 Thread Thomas Morley
Am Fr., 21. Feb. 2020 um 18:40 Uhr schrieb Richard Shann : > > In the following example: > 8><8><8><8><8><8><8><8><8><8><8><8><8>< > \version "2.18.0" > MI = { \time 3/4 > \override Voice.Slur.stencil = ##f > \override Voice.Tie.stencil = ##f > %comment out the next bar

Re: Partcombine without slurs or ties?

2020-02-22 Thread David Kastrup
Thomas Morley writes: > Am Fr., 21. Feb. 2020 um 18:40 Uhr schrieb Richard Shann > : >> >> In the following example: >> 8><8><8><8><8><8><8><8><8><8><8><8><8>< >> \version "2.18.0" >> MI = { \time 3/4 >> \override Voice.Slur.stencil = ##f >> \override Voice.Tie.stencil = ##f >>

Re: Partcombine without slurs or ties?

2020-02-22 Thread Thomas Morley
Am Sa., 22. Feb. 2020 um 15:45 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > \partcombine may create several Voices. Which may not continue the > > initial one. Thus your overrides are not preserved. > > Same here: > > > > { > > \omit Slur > > b4( b) > > << > > { c'( c')

Re: Partcombine without slurs or ties?

2020-02-22 Thread David Kastrup
Thomas Morley writes: > Am Sa., 22. Feb. 2020 um 15:45 Uhr schrieb David Kastrup : >> >> Thomas Morley writes: > >> > \partcombine may create several Voices. Which may not continue the >> > initial one. Thus your overrides are not preserved. >> > Same here: >> > >> > { >> > \omit Slur >> > b

Re: Partcombine without slurs or ties?

2020-02-22 Thread Richard Shann
On Sat, 2020-02-22 at 15:33 +0100, Thomas Morley wrote: > Am Fr., 21. Feb. 2020 um 18:40 Uhr schrieb Richard Shann > : > > > > In the following example: > > 8><8><8><8><8><8><8><8><8><8><8><8><8>< > > \version "2.18.0" > > MI = { \time 3/4 > >  \override Voice.Slur.stencil = ##f > >   

Using showStaffSwitch only for non-beamed notes

2020-02-22 Thread Gilberto Agostinho
Hi all, Would anyone have an idea of how could I use \showStaffSwitch only for non-beamed notes? I think these switch lines tend to be omitted when notes are beamed, since the voicing is obvious in those cases. Right now I can manually create them using \glissando lines, but would there be a more

Re: Using showStaffSwitch only for non-beamed notes

2020-02-22 Thread Aaron Hill
On 2020-02-22 10:47 am, Gilberto Agostinho wrote: Would anyone have an idea of how could I use \showStaffSwitch only for non-beamed notes? I think these switch lines tend to be omitted when notes are beamed, since the voicing is obvious in those cases. Something like this might work: \v

Re: Chord options in leadsheets

2020-02-22 Thread Robin Bannister
Jacques Menu wrote: What I don’t know is how to have only a single pair of parentheses around the two harmonies in the attached. This is discussed here and in the linked threads: https://lists.gnu.org/archive/html/lilypond-user/2018-12/msg2.html Cheers, Robin

Multi Measure Rest with a following leading cue note

2020-02-22 Thread Dave Higgins
Is there a more elegant solution to this problem? \version "2.19.84" \relative c' { \compressFullBarRests R1*2 \bar "" \cadenzaOn \once \omit Score.TimeSignature \time 1/4 << { s4 } \new CueVoice { c4 } >> \cadenzaOff \bar "|" | \once \omit Score.TimeSignature \time 4/

box-stencil (was: Drawing boxes around grobs)

2020-02-22 Thread Paolo Prete
(This is for Aaron (and anyone who shows interest...) Hi Aaron, I need a little fix on the wonderful function you implemented. As you can see, in case of dynamic, the box has a little unwanted overlay. How we could avoid this? Thanks, Best P \version "2.19.83" #(define (box-stencil stenci

Re: box-stencil (was: Drawing boxes around grobs)

2020-02-22 Thread Paolo Prete
I just checked that this unwanted behavior happens in the default make-stencil-boxer function too. Is there a fix for this? Thanks { \override DynamicText.stencil = #(make-stencil-boxer 0.4 0 ly:text-interface::print) c'_\mf } On Sun, Feb 23, 2020 at

Arbitrary MIDI

2020-02-22 Thread Cam
Is there any way to inject arbitrary bytes of data into the stream of generated MIDI? There are times this would be convenient. Thanks Cam

Re: Arbitrary MIDI

2020-02-22 Thread David Kastrup
Cam writes: > Is there any way to inject arbitrary bytes of data into the stream of > generated MIDI? No. > There are times this would be convenient. You'll probably need a Midi sequencer or processor to get this done with LilyPond output. -- David Kastrup My replies have a tendency to cause

Re: Arbitrary MIDI

2020-02-22 Thread Cam
David, Thanks for the quick reply. At least your answer is clear and unequivocal :) I will work around. Cheers Cam On 2020-02-22 9:22 p.m., David Kastrup wrote: Cam writes: Is there any way to inject arbitrary bytes of data into the stream of generated MIDI? No. There are times this w