Re: Jazz chords above slash notation

2021-03-25 Thread Kieren MacMillan
Hi Robin, > If you need to do a lot of these polychords, you may be better off using two > ChordNames contexts. Oof… Is that really the state of things? Let’s get some syntactic sugar for polychords so nobody has to go through all that (not to mention how it abuses contexts)! Any reason why w

Re: Jazz chords above slash notation

2021-03-25 Thread Robin Bannister
Calvin Ransom wrote: I ran across a chord that I am not able to write the following chord, If anyone has any ideas on how I can write this I would greatly appreciate it. If you need to do a lot of these polychords, you may be better off using two ChordNames contexts. Cheers, Robin \versi

Re: Jazz chords above slash notation

2021-03-25 Thread Tim McNamara
Are you thinking of this as a polychord (one chord above another, rather than a chord over a bass note as is usually with a “slash” chord)? Here is a snippet intended to be used as an \include, if I recall correctly, to denote poly chords in \chordmode I haven’t had occasion to use it in years,

Re: Jazz chords above slash notation

2021-03-25 Thread Kevin Barry
On Wed, Mar 24, 2021 at 04:50:22PM -0700, Calvin Ransom wrote: > I was able to get the chords to work but I ran across a chord that I am not > able to write the following chord, If anyone has any ideas on how I can > write this I would greatly appreciate it. > This is what my attempt got me so far:

Re: Jazz chords above slash notation

2021-03-24 Thread Calvin Ransom
Thank you Aaron, I had to sleep on it and when I woke up it clicked instantly. I was able to get the chords to work but I ran across a chord that I am not able to write the following chord, If anyone has any ideas on how I can write this I would greatly appreciate it. This is what my attempt got me

Re: Jazz chords above slash notation

2021-03-23 Thread Aaron Hill
On 2021-03-23 9:26 pm, Calvin Ransom wrote: I am trying to write something like the image below. I was able to typeset the more normal chords ok but I don’t know how to place parts of them in parentheses or how to type the maj9 Review chordNameExceptions and the associated snippet [1] in the N

Re: Jazz chords layout question

2019-12-08 Thread Robin Bannister
Thomas Morley wrote: meanwhile a snippet arrived at LSR caring about indenting individual lines, reflecting the discussion in this thread. Now approved as http://lsr.di.unimi.it/LSR/Item?id=1098 Thanks to the author, You're welcome. Also, feedback welcome! Cheers, Robin

Re: Jazz chords layout question

2019-12-08 Thread Thomas Morley
Am So., 14. Juli 2019 um 17:46 Uhr schrieb Jacques Menu : > > Thnks Robin and Harm. > > Here: > > % \showLeftEdge > \pseudoIndent #'(-8 . 0) #55 > > works fine, I attach the results. > > JM > > > Le 14 juil. 2019 à 16:39, Robin Bannister a écrit : > > Oh dear, that recommendation was fo

Re: Jazz chords layout question

2019-07-14 Thread Robin Bannister
Oh dear, that recommendation was for your first code. The bass clef code needs a LeftEdge.Y-offset of -5 Cheers, Robin On 14.07.2019 12:10, Robin Bannister wrote: Jacques Menu wrote: Didn’t find a way to hide the empty part of the staff to the left of it, stopStaff/startStaff didn’t help.

Re: Jazz chords layout question

2019-07-14 Thread Robin Bannister
Jacques Menu wrote: Didn’t find a way to hide the empty part of the staff to the left of it, stopStaff/startStaff didn’t help. Sorry. This simplistic pseudoIndent is too fragile for general use. It needs to be made robust re vertical extents. In your case you need a LeftEdge.Y-offset of -4

Re: Jazz chords layout question

2019-07-14 Thread Thomas Morley
Hi Jacques, Am So., 14. Juli 2019 um 01:30 Uhr schrieb Jacques Menu : > > Hello Robin, > > Thanks, the result is already better, with the seconda volta at the right > place after adjusting the parameter of \pseudoIndent. > > Didn’t find a way to hide the empty part of the staff to the left of it

Re: Jazz chords layout question

2019-07-14 Thread Michael Hendry
> On 14 Jul 2019, at 00:30, Jacques Menu wrote: > > Hello Robin, > > Thanks, the result is already better, with the seconda volta at the right > place after adjusting the parameter of \pseudoIndent. > > Didn’t find a way to hide the empty part of the staff to the left of it, > stopStaff/start

Re: Jazz chords layout question

2019-07-13 Thread Robin Bannister
Jacques Menu wrote: - how can I ‘push’ the beginning of the seconda volta to the middle of the line? You could try a recent hack of mine. %% % cheap alternative to \new Score; fragile wrt. Y positioning pseudoIndent = #(define-music-function (parser location

Re: Jazz chords layout question

2019-07-12 Thread Jacques Menu
Another, tricky ‘solution', though musically incorrect since: - it doesn’t use \repeat: the repeat barlines are added manually; - it adds two hidden skip full measures to push the seconda volta to the right.However:  \set Score.repeatCommands = #'((volta ""))  <> ^\markup {    \scale #'(1.5 . 1.5) 

Re: Jazz chords layout question

2019-07-12 Thread Jacques Menu
Hello Robert and Carl,Thanks for your help!To summurize, after checking the docs for marks: - why do the marks appear without a box around them? because using ‘\mark "A"’ precludes the box. Since the AABA scheme is so common in jazz, using: \mark \markup {\box "A" } solves the issue. - why doe

Re: Jazz chords layout question

2019-07-12 Thread Carl Sorensen
On 7/12/19, 12:33 PM, "Jacques Menu" wrote: Hello folks, I’m trying to setup the attached example as in the following, with an added staff containing empty measures as an exercise score: What I currently get is: Questions: -

Re: Jazz chords layout question

2019-07-12 Thread Robert Schmaus
Hi Jaques, I guess I can answer some of your questions .. The box issue: check out the mark formatter settings here: http://lilypond.org/doc/v2.19/Documentation/notation/bars.en.html#rehearsal-marks For the percent repeats to appear in a ChordNames context, you'll need to have it accept percen

Re: Jazz chords

2012-05-22 Thread rosea.grammostola
On 05/22/2012 04:57 PM, Choan Gálvez wrote: On 5/22/12 16:53 , rosea.grammostola wrote: On 05/22/2012 12:47 AM, lilyp...@umpquanet.com wrote: On Mon, May 21, 2012 at 05:51:25PM +0200, rosea.grammostola wrote: Hi, What is the status of this? http://lists.gnu.org/archive/html/lilypond-user/2011

Re: Jazz chords

2012-05-22 Thread rosea.grammostola
On 05/22/2012 04:57 PM, Choan Gálvez wrote: On 5/22/12 16:53 , rosea.grammostola wrote: On 05/22/2012 12:47 AM, lilyp...@umpquanet.com wrote: On Mon, May 21, 2012 at 05:51:25PM +0200, rosea.grammostola wrote: Hi, What is the status of this? http://lists.gnu.org/archive/html/lilypond-user/2011

Re: Jazz chords

2012-05-22 Thread Choan Gálvez
On 5/22/12 16:53 , rosea.grammostola wrote: On 05/22/2012 12:47 AM, lilyp...@umpquanet.com wrote: On Mon, May 21, 2012 at 05:51:25PM +0200, rosea.grammostola wrote: Hi, What is the status of this? http://lists.gnu.org/archive/html/lilypond-user/2011-11/msg00285.html What do you mean by 'stat

Re: Jazz chords

2012-05-22 Thread rosea.grammostola
On 05/22/2012 12:47 AM, lilyp...@umpquanet.com wrote: On Mon, May 21, 2012 at 05:51:25PM +0200, rosea.grammostola wrote: Hi, What is the status of this? http://lists.gnu.org/archive/html/lilypond-user/2011-11/msg00285.html What do you mean by 'status'? It works for me. I've tweaked the mark

Re: Jazz chords

2012-05-21 Thread lilypond
On Mon, May 21, 2012 at 05:51:25PM +0200, rosea.grammostola wrote: > Hi, > > What is the status of this? > http://lists.gnu.org/archive/html/lilypond-user/2011-11/msg00285.html What do you mean by 'status'? It works for me. I've tweaked the markup to suit my tastes, and have added some additio

Re: jazz chords fretboards

2011-07-10 Thread Carl Sorensen
On 7/10/11 2:25 AM, "bart deruyter" wrote: > Hi all, > > I'm starting to learn Jazz guitar on my own, well, with a friend of mine who'd > be singing. I have no teacher, but I've noticed there are many, many resources > on the net. > I've found this pdf >

RE: jazz chords fretboards

2011-07-10 Thread James Lowe
Bart )-Original Message- )From: lilypond-user-bounces+james.lowe=datacore@gnu.org )[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On )Behalf Of bart deruyter )Sent: 10 July 2011 09:25 )To: lilypond-user@gnu.org )Subject: jazz chords fretboards ) )Hi all, ) )I'm starting

Re: jazz chords in LilyPond

2007-07-19 Thread Rune Zedeler
PabloZum skrev: but D13 appears as D9/add13. That looks like a bug. I'll report it. For now you can use d:11.13 What to do for A7b9? a:9- There should be a list somewhere, like: I agree. http://lilypond.org/web/devel/participating/documentation-adding :-) -Rune ___

RE: jazz chords in LilyPond

2007-07-19 Thread Ed Ardzinski
Pablo - you can display whatever symbol you want for a chord, and I'm guessing no matter what version you are using there is probably a regression example that shows how.Alas, as is usually the case when I look at me e-mail I'm at work and don't have any source files that have an example of chor

Re: jazz chords in LilyPond

2007-07-19 Thread PabloZum
Thanks, Tao, but that's the Chord Name Chart I just mentioned. A longer chart is here: http://lilypond.org/doc/v1.9/Documentation/user/out-www/lilypond/Chord-name-chart.html However, this chart is misleading. Take the case below. << \new ChordNames { \set chordChanges = ##t

Re: jazz chords in LilyPond

2007-07-19 Thread Tao Cumplido
orensen <[EMAIL PROTECTED]> An: lilypond-user@gnu.org Betreff: Re: jazz chords in LilyPond > PabloZum terra.com.br> writes: > > > > > > > I have developed my own chord name font, "Cifrado", which I use to print > > scores in other programs. With it

Re: jazz chords in LilyPond

2007-07-19 Thread Carl Sorensen
PabloZum terra.com.br> writes: > > > I have developed my own chord name font, "Cifrado", which I use to print > scores in other programs. With it, I'm able to print complex jazz chords with > fewer keystrokes (e.g., "A7#9b13" is input just with "ax;"). If you want to keep the musical meani

Re: jazz chords superscript

2007-05-07 Thread Eyolf Oestrem
On 07.05.2007 (12:51), steve berthiaume wrote: note: i'm still trying to decode the regression test- what's the "ignatzek" thing all about? is that something someone added to lilypond, and the program will know what to do with it? "Ignatzek" is an unfunctional set of chord designations whic

re: jazz chords superscript

2007-05-07 Thread steve berthiaume
mats advice helped; i'll post the code as reference for anyone else. note: i'm still trying to decode the regression test- what's the "ignatzek" thing all about? is that something someone added to lilypond, and the program will know what to do with it? here's the code: \version "2.10.20"

Re: jazz chords superscript

2007-05-07 Thread Mats Bengtsson
What LilyPond version do you use? Please always try to include a complete (but short) example of LilyPond code, that can be run directly through LilyPond, which shows what you have tried, when sending a question to the mailing list. I suspect that the problem is not the \super command, which i

Re: jazz chords

2005-12-16 Thread David Raleigh Arnold
On Thursday 15 December 2005 11:17 pm, Kenneth Teh wrote: > > --- Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > > > > > Kenneth Teh wrote: > > > It seems to me that based on these observations, > > what > > > Lilypond needs is a context for creating chord > > names > > > that > > > > > > (1) do

Re: jazz chords

2005-12-16 Thread Han-Wen Nienhuys
Kenneth Teh wrote: You have a mechanism for defining new contexts. Would it be possible to use this mechanism for this purpose? For the price I set, I will write a new engraver, and also change the syntax slightly. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen Li

Re: jazz chords

2005-12-15 Thread Kenneth Teh
--- Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > > Kenneth Teh wrote: > > It seems to me that based on these observations, > what > > Lilypond needs is a context for creating chord > names > > that > > > > (1) does not try to actually build chords, ie, the > > MIDI output produces nothing. T

Re: jazz chords

2005-12-15 Thread David Raleigh Arnold
On Wednesday 14 December 2005 09:39 pm, Kenneth Teh wrote: > I know this is an old topic and various folks have > discussed this at length on this list. Nonetheless, > I'd like to throw in a few more remarks on the > subject. > > It's true that the jazz chord names printed by > lilypond are weird

Re: jazz chords

2005-12-15 Thread Han-Wen Nienhuys
Kenneth Teh wrote: It seems to me that based on these observations, what Lilypond needs is a context for creating chord names that (1) does not try to actually build chords, ie, the MIDI output produces nothing. This way you avoid all the problems associated with trying to describe a voicing w

Re: Jazz Chords

2005-08-29 Thread VSD
(please always specify which version of lilypond are you using. I can only assure that the following works from version 2.4.2 up to the latest) take a look at chord-name-exceptions.ly in the regression tests. it shows how to customize how the chord names are displayed. you can add as many ch