Re: lilypond-user Digest, Vol 220, Issue 40

2021-03-16 Thread Christian Masser
I used a similar workflower earlier, but without Frescobaldi. I coded a small script years ago that would convert MIDI-input to keystrokes, but at some point I lost track of maintaining it (didn't do much with Lilypond for a time then). But I remember using the pitch up/down buttons on my Korg

Three-note tremolo in 4/4

2021-03-16 Thread Dijkhuizen, J.F. van
Hello everyone, I'm trying to fit a three-note tremolo into a 4/4 measure. I've sort of been able to do this as follows: \version "2.22.0" \relative c'' { \repeat tremolo 8 {\tuplet 3/4 { g32 d c }} } (Of course you could hide the tuplet numbers here.) or: \version "2.22.0" \relative

Re: Three-note tremolo in 4/4

2021-03-16 Thread Dijkhuizen, J.F. van
Thanks, Carl! The rule about \repeat tremolo expecting 2 musical arguments is no longer up-to-date; I think 2.13 or 2.14 introduced the possibility of having more than two arguments. But it only works if there's no clash with the time signature. So you can have three arguments in a 3/4 or

Rhythmic expressions and bar repeats in ChordNames

2021-03-16 Thread Louis Guillaume
Hi - I have 2 somewhat related questions here dealing with ChordNames: 1. How would one add rhythmic expressions (such as slashes) For example - in 4/4 I want a:m7 for 6 beats then e:7 for 2 beats, so the ChordNames look like: | A-7| / / E7 | 2. If I "\set ChordChanges = ##f" can

Re: Three-note tremolo in 4/4

2021-03-16 Thread Dijkhuizen, J.F. van
Hi Lukas, Thanks so much for this! It does indeed work (though it does indeed also generate a LilyPond warning about "weird stem size"). I'm fairly new to LP and my experiment with timeSignatureFraction et cetera was essentially an attempt to juggle around with the 3-against-4 problem that I

Re: Three-note tremolo in 4/4

2021-03-16 Thread Lukas-Fabian Moser
Hi Jan, But it only works if there's no clash with the time signature. So you can have three arguments in a 3/4 or 3/2 or 6/8 but not in a 4/4. Conversely, you can have four tremolo pitches in a 4/4 but not 3 -- at least not without the kind of hack devised by Lukas in the first response to

Re: why Kieren is a \relative evangelist [was “Re: Nested transposition"]

2021-03-16 Thread Vaughan McAlley
On Sun, 14 Mar 2021 at 23:54, Kieren MacMillan wrote: > 3. The *single* serious argument against absolute music — that it requires > extra typing [of apostrophes and commas] — is essentially eliminated by using > an IDE like Frescobaldi: using MIDI input means I avoid typing note code >

Re: Three-note tremolo in 4/4

2021-03-16 Thread Carl Sorensen
From: lilypond-user on behalf of "Dijkhuizen, J.F. van" Date: Tuesday, March 16, 2021 at 10:26 AM To: "lilypond-user@gnu.org" Subject: Three-note tremolo in 4/4 Hello everyone, I'm trying to fit a three-note tremolo into a 4/4 measure. I've sort of been able to do this as follows:

Re: Three-note tremolo in 4/4

2021-03-16 Thread Lukas-Fabian Moser
Hi Jan, Am 16.03.21 um 17:19 schrieb Dijkhuizen, J.F. van: Hello everyone, I'm trying to fit a three-note tremolo into a 4/4 measure.  I've sort of been able to do this as follows: \version "2.22.0" \relative c'' { \repeat tremolo 8 {\tuplet 3/4 { g32 d c }} } (Of course you could 

Re: Rhythmic expressions and bar repeats in ChordNames

2021-03-16 Thread Xavier Scheuer
On Tue, 16 Mar 2021 at 21:19, Louis Guillaume wrote: > > Hi - I have 2 somewhat related questions here dealing with ChordNames: > > 1. How would one add rhythmic expressions (such as slashes) > > For example - in 4/4 I want a:m7 for 6 beats then e:7 for 2 beats, so > the ChordNames look like: > >

Re: why Kieren is a \relative evangelist [was “Re: Nested transposition"]

2021-03-16 Thread Paul Scott
On 3/16/21 3:58 PM, David Kastrup wrote: Paul Scott writes: I am a copyist, not a composer. I currently don’t have a MIDI keyboard. I enter everything through Emacs without a mouse for pitch, therefore haven’t considered tools like Frescobaldi so far. I have been using \relative for many

RE: why Kieren is a \relative evangelist [was “Re: Nested transposition"]

2021-03-16 Thread Mogens Lemvig Hansen
I would like to forward another argument for the use of \relative. I have used Lilypond for several years, but I am certainly not a professional musician or music typesetter. The music I set is not overly complicated - usually up to five of six (vocal) voices on up to maybe six pages. I seem

Re: why Kieren is a \relative evangelist [was “Re: Nested transposition"]

2021-03-16 Thread Karlin High
On Tue, Mar 16, 2021 at 7:36 PM Paul Scott wrote: > Any suggestions for small inexpensive MIDI keyboards? > I have an M-AUDIO Keystation 49e. Current version: Also available in 61-key and 88-key versions, entire product family here:

Re: Rhythmic expressions and bar repeats in ChordNames

2021-03-16 Thread Knute Snortum
On Tue, Mar 16, 2021 at 1:45 PM Xavier Scheuer wrote: > > > > On Tue, 16 Mar 2021 at 21:19, Louis Guillaume wrote: > > > > Hi - I have 2 somewhat related questions here dealing with ChordNames: > > > > 1. How would one add rhythmic expressions (such as slashes) > > > > For example - in 4/4 I

Re: Rhythmic expressions and bar repeats in ChordNames

2021-03-16 Thread Carl Sorensen
On 3/16/21, 2:20 PM, "lilypond-user on behalf of Louis Guillaume" wrote: Hi - I have 2 somewhat related questions here dealing with ChordNames: 1. How would one add rhythmic expressions (such as slashes) For example - in 4/4 I want a:m7 for 6 beats then e:7 for 2 beats,

Re: why Kieren is a \relative evangelist [was “Re: Nested transposition"]

2021-03-16 Thread David Kastrup
Kieren MacMillan writes: > Hi David, > >> but Emacs' MIDI input mode deals better with chorded notes. > > It does? > I find Frescobaldi’s “chord mode” works wonderfully. > How does Emacs handle chorded notes, and what makes it better? It doesn't confuse legato with chords. Last time I checked

Re: why Kieren is a \relative evangelist [was “Re: Nested transposition"]

2021-03-16 Thread Paul Scott
> 3. The *single* serious argument against absolute music — that it requires > extra typing [of apostrophes and commas] — is essentially eliminated by using > an IDE like Frescobaldi: using MIDI input means I avoid typing note code > (including octavation symbols) almost entirely, and the

Re: why Kieren is a \relative evangelist [was “Re: Nested transposition"]

2021-03-16 Thread David Kastrup
Paul Scott writes: >> 3. The *single* serious argument against absolute music — that it >> requires extra typing [of apostrophes and commas] — is essentially >> eliminated by using an IDE like Frescobaldi: using MIDI input means >> I avoid typing note code (including octavation symbols) almost

Problem with Mac OS X x86 32-bit: LilyPond 2.23.0-1

2021-03-16 Thread Jacques Menu
Hello, I’m using Mac OS X Mojave 10.14.6 (32 bits), and I get this message when launching this version, which I just download from Lily’s web site at https://lilypond.org/development.html : dyld: Library not loaded: @executable_path/../lib/libintl.8.dylib Referenced from:

Re: why Kieren is a \relative evangelist [was “Re: Nested transposition"]

2021-03-16 Thread Kieren MacMillan
Hi David, > but Emacs' MIDI input mode deals better with chorded notes. It does? I find Frescobaldi’s “chord mode” works wonderfully. How does Emacs handle chorded notes, and what makes it better? Thanks, Kieren. Kieren MacMillan, composer (he/him/his) ‣