Re: Overlapping chords

2015-05-03 Thread D'Arcy J.M. Cain
On Sat, 2 May 2015 04:51:34 + (UTC)
Keith OHara k-ohara5...@oco.net wrote:
 In this case, I think it is a bug fixed soon after version 2.16
 https://code.google.com/p/lilypond/issues/detail?id=1700

Yes.  My NetBSD box running 2.18.2 does not have that issue.  I guess
as soon as Ubuntu updates their version the problem will go away there
as well.  Thanks.

-- 
D'Arcy J.M. Cain da...@druid.net |  Democracy is three wolves
http://www.druid.net/darcy/|  and a sheep voting on
+1 416 788 2246 (DoD#0082)(eNTP)   |  what's for dinner.
IM: da...@vex.net, VoIP: sip:da...@druid.net

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Overlapping chords

2015-05-03 Thread D'Arcy J.M. Cain
On Sun, 03 May 2015 13:27:52 +0200
Simon Albrecht simon.albre...@mail.de wrote:
  Yes.  My NetBSD box running 2.18.2 does not have that issue.  I
  guess as soon as Ubuntu updates their version
 … or you update manually yourself, which is explained /in extenso/ on 
 the lily website.

In fact, as soon as I sent that I looked it up and did that.

-- 
D'Arcy J.M. Cain da...@druid.net |  Democracy is three wolves
http://www.druid.net/darcy/|  and a sheep voting on
+1 416 788 2246 (DoD#0082)(eNTP)   |  what's for dinner.
IM: da...@vex.net, VoIP: sip:da...@druid.net

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Overlapping chords

2015-05-03 Thread Simon Albrecht

Am 03.05.2015 um 10:47 schrieb D'Arcy J.M. Cain:

On Sat, 2 May 2015 04:51:34 + (UTC)
Keith OHara k-ohara5...@oco.net wrote:

In this case, I think it is a bug fixed soon after version 2.16
https://code.google.com/p/lilypond/issues/detail?id=1700

Yes.  My NetBSD box running 2.18.2 does not have that issue.  I guess
as soon as Ubuntu updates their version
… or you update manually yourself, which is explained /in extenso/ on 
the lily website.


Yours, Simon

  the problem will go away there
as well.  Thanks.




___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Overlapping chords

2015-05-01 Thread Keith OHara
D'Arcy J.M. Cain darcy at druid.net writes:

 GNU LilyPond 2.16.2
 Linux imp 3.13.0-51-generic #84-Ubuntu SMP
 Ubuntu 14.04.2 LTS
 
   ef2.:maj13 c4:9.5-
 
 Not sure how to make it any tinier.  Did you mean that you needed more
 context?
 

'tiny example' is jargon for a complete example that demonstrates the
difficulty, and can be put into LilyPond to get output.

\version 2.16.2
\language english
 \new ChordNames \chordmode {ef2.:maj13 c4:9.5-}
   \new Staff {ef'2 g'4 g'} 

People who read the email list are likely to think I use chordnames like 
this all the time and get nice output but if they try themselves to use 
LilyPond to do what you are trying, it will likely work for them.

In this case, I think it is a bug fixed soon after version 2.16
https://code.google.com/p/lilypond/issues/detail?id=1700


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Overlapping chords

2015-05-01 Thread Thomas Morley
2015-05-01 14:56 GMT+02:00 D'Arcy J.M. Cain da...@druid.net:
 I wonder if someone has a suggestion to fix this.  I have a sequence in
 my .ly like this:

 ef2.:maj13 c4:9.5-

 Which creates the attached output.  First of all, I am not 100% sure
 that the Eb chord is rendered correctly.  Why can't it just render as
 EbMaj13?

 In any case, the overlap is a big problem.  Is there any way to force
 more space there?

 --
 D'Arcy J.M. Cain da...@druid.net |  Democracy is three wolves
 http://www.druid.net/darcy/|  and a sheep voting on
 +1 416 788 2246 (DoD#0082)(eNTP)   |  what's for dinner.
 IM: da...@vex.net, VoIP: sip:da...@druid.net



Wrapping your line of code into the needed context for compile, I get
the attached output.
No problem.

1. http://lilypond.org/tiny-examples.html
2. I added a Staff to display the chord there. Are this the chords you
wanna have?

Cheers,
  Harm
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Overlapping chords

2015-05-01 Thread D'Arcy J.M. Cain
On Fri, 1 May 2015 14:35:35 +0100
Phil Holmes m...@philholmes.net wrote:

 Version?  Operating system? Tiny example?

GNU LilyPond 2.16.2
Linux imp 3.13.0-51-generic #84-Ubuntu SMP
Ubuntu 14.04.2 LTS

  ef2.:maj13 c4:9.5-

Not sure how to make it any tinier.  Did you mean that you needed more
context?

 bf2:min13 ef:7 f d:min7 g:7 c f bf |
 df2:7.11+ c:7.5- f1 ef2.:maj13 c4:9.5- bf1 |
 bf2:min ef:7 f d:min g4:9 f g:9 c:7 r1 |

-- 
D'Arcy J.M. Cain da...@druid.net |  Democracy is three wolves
http://www.druid.net/darcy/|  and a sheep voting on
+1 416 788 2246 (DoD#0082)(eNTP)   |  what's for dinner.
IM: da...@vex.net, VoIP: sip:da...@druid.net

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Overlapping chords

2015-05-01 Thread Phil Holmes
- Original Message - 
From: D'Arcy J.M. Cain da...@druid.net

To: Phil Holmes m...@philholmes.net
Cc: lilypond-user@gnu.org
Sent: Friday, May 01, 2015 2:49 PM
Subject: Re: Overlapping chords



On Fri, 1 May 2015 14:35:35 +0100
Phil Holmes m...@philholmes.net wrote:


Version?  Operating system? Tiny example?


GNU LilyPond 2.16.2
Linux imp 3.13.0-51-generic #84-Ubuntu SMP
Ubuntu 14.04.2 LTS


 ef2.:maj13 c4:9.5-


Not sure how to make it any tinier.  Did you mean that you needed more
context?

bf2:min13 ef:7 f d:min7 g:7 c f bf |
df2:7.11+ c:7.5- f1 ef2.:maj13 c4:9.5- bf1 |
bf2:min ef:7 f d:min g4:9 f g:9 c:7 r1 |



Well- something that compiled to illustrate the problem would be helpful. 
That doesn't compile because it requires english language.  Then there's all 
manner of stuff (which I don't normally play with) around chordnames and 
chordmode.


If you could post a standalone compilable example, I'll test it on other, 
more up-to-date versions.


--
Phil Holmes 



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Overlapping chords

2015-05-01 Thread Kieren MacMillan
Hi D’Arcy,

 Why can't it just render as EbMaj13”?

See 
http://lilypond.org/doc/v2.19/Documentation/notation/displaying-chords#customizing-chord-names.

 In any case, the overlap is a big problem.  Is there any way to force more 
 space there?

I believe

\override ChordName.extra-spacing-width = #’(-0.5 . 0.5)

will do what you want.

Hope this helps!
Kieren.


Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Overlapping chords

2015-05-01 Thread Phil Holmes

Version?  Operating system? Tiny example?

--
Phil Holmes


- Original Message - 
From: D'Arcy J.M. Cain da...@druid.net

To: lilypond-user@gnu.org
Sent: Friday, May 01, 2015 1:56 PM
Subject: Overlapping chords



I wonder if someone has a suggestion to fix this.  I have a sequence in
my .ly like this:

ef2.:maj13 c4:9.5-

Which creates the attached output.  First of all, I am not 100% sure
that the Eb chord is rendered correctly.  Why can't it just render as
EbMaj13?

In any case, the overlap is a big problem.  Is there any way to force
more space there?

--
D'Arcy J.M. Cain da...@druid.net |  Democracy is three wolves
http://www.druid.net/darcy/|  and a sheep voting on
+1 416 788 2246 (DoD#0082)(eNTP)   |  what's for dinner.
IM: da...@vex.net, VoIP: sip:da...@druid.net








___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user




___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user