Re: FretBoards chordChanges

2013-01-05 Thread David Kastrup
Marc Hohl m...@hohlart.de writes:

 Am 04.01.2013 22:44, schrieb Phil Holmes:
 - Original Message - From: Marc Hohl m...@hohlart.de

 If you don't have compiled lilypond from source, it would be
 probably the best to wait for 2.17.11 to be released.

 If you want to give it a try, though, have a look at

 http://lilypond.org/doc/v2.17/Documentation/contributor/compiling


 It should be in 2.17.10 when I release that.
 Oh, yes, silly me – I *always* work with self-compiled binaries and
 forgot that
 their version numbers are those about to be released.

It is not just that.  Phil's message also is that he is not going to
release 2.17.10 for about a week, the time it takes until a proposed
patch that is not self-evidently the best and correct approach will take
to make it through reviews, countdown, and pushing.

-- 
David Kastrup


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


Re: FretBoards chordChanges

2013-01-05 Thread Phil Holmes
- Original Message - 
From: EmilLask laske...@gmail.com

To: lilypond-user@gnu.org
Sent: Saturday, January 05, 2013 7:13 AM
Subject: Re: FretBoards chordChanges



Thanks Marc and thanks Phil.

Is there an easy guide, step by step, to compiling Lilypond in mac os x 
and

add .cc patch without get in trouble ?


There's a lot about compiling lilypond at

http://lilypond.org/doc/v2.17/Documentation/contributor/compiling

Unless you have a lot of experience, it would probably be easier to use a 
virtual machine and LilyDev.



Phil, when do you think will be ready the new release?


I was a little optimistic when I said it _would_ be in 2.17.10.  The truth 
it it _could_ be in that build.  As David says, the proposed change needs 
reviewing (a process docmented in 
http://lilypond.org/doc/v2.17/Documentation/contributor/commits-and-patches 
and which he as already started).  If it passes review and he pushed it to 
git, it would be in the release following that.  I typically make a release 
every 2 weeks.


--
Phil Holmes 



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


FretBoards chordChanges

2013-01-04 Thread EmilLask
Hi, I'm still here. Be patients, please.

FretBoard now supports chordChanges
ie:\set chordChanges = ##t.

But ..

only when the chords are the same with same duration,
ie: 

\header{
  
  texidoc = FretBoards can be set to display only when the chord changes
or at the beginning of a new line.

}
  
  \version 2.14.0

myChords = \chordmode {
  c1 c1 \break
  c1 c1 \break
  \set chordChanges = ##t
  c1 c1 \break
}


  \new ChordNames { \myChords }
  \new FretBoards { \myChords }
  \new Staff { \myChords }



If I change the duration, doesn't work more
ie: c2 c4 c4 

Thanks in advance

Emil



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/FretBoards-chordChanges-tp138821.html
Sent from the User mailing list archive at Nabble.com.

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


Re: FretBoards chordChanges

2013-01-04 Thread EmilLask
Maybe in Bug?

Sorry


Emil



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/FretBoards-chordChanges-tp138821p138827.html
Sent from the User mailing list archive at Nabble.com.

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


Re: FretBoards chordChanges

2013-01-04 Thread David Kastrup
EmilLask laske...@gmail.com writes:

 Hi, I'm still here. Be patients, please.

 FretBoard now supports chordChanges
 ie:\set chordChanges = ##t.

 But ..

 only when the chords are the same with same duration,

Issue 3083: Patch: Chord change detection in fretboards should depend on
placements, not notes

URL:http://code.google.com/p/lilypond/issues/detail?id=3083

-- 
David Kastrup


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


Re: FretBoards chordChanges

2013-01-04 Thread EmilLask
Thank you again, David.

How have I installing the patch file .cc?

Emil



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/FretBoards-chordChanges-tp138821p138831.html
Sent from the User mailing list archive at Nabble.com.

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


Re: FretBoards chordChanges

2013-01-04 Thread Marc Hohl

Am 04.01.2013 22:22, schrieb EmilLask:

Thank you again, David.

How have I installing the patch file .cc?
If you don't have compiled lilypond from source, it would be probably 
the best

to wait for 2.17.11 to be released.

If you want to give it a try, though, have a look at

http://lilypond.org/doc/v2.17/Documentation/contributor/compiling

HTH,

Marc


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


Re: FretBoards chordChanges

2013-01-04 Thread Phil Holmes
- Original Message - 
From: Marc Hohl m...@hohlart.de

To: lilypond-user@gnu.org
Sent: Friday, January 04, 2013 9:30 PM
Subject: Re: FretBoards chordChanges



Am 04.01.2013 22:22, schrieb EmilLask:

Thank you again, David.

How have I installing the patch file .cc?
If you don't have compiled lilypond from source, it would be probably 
the best

to wait for 2.17.11 to be released.

If you want to give it a try, though, have a look at

http://lilypond.org/doc/v2.17/Documentation/contributor/compiling



It should be in 2.17.10 when I release that.

--
Phil Holmes

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


Re: FretBoards chordChanges

2013-01-04 Thread EmilLask
Thanks Marc and thanks Phil.

Is there an easy guide, step by step, to compiling Lilypond in mac os x and
add .cc patch without get in trouble ?

Phil, when do you think will be ready the new release?


Emil



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/FretBoards-chordChanges-tp138821p138855.html
Sent from the User mailing list archive at Nabble.com.

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


Re: FretBoards chordChanges

2013-01-04 Thread Marc Hohl

Am 04.01.2013 22:44, schrieb Phil Holmes:

- Original Message - From: Marc Hohl m...@hohlart.de
To: lilypond-user@gnu.org
Sent: Friday, January 04, 2013 9:30 PM
Subject: Re: FretBoards chordChanges



Am 04.01.2013 22:22, schrieb EmilLask:

Thank you again, David.

How have I installing the patch file .cc?
If you don't have compiled lilypond from source, it would be probably 
the best

to wait for 2.17.11 to be released.

If you want to give it a try, though, have a look at

http://lilypond.org/doc/v2.17/Documentation/contributor/compiling



It should be in 2.17.10 when I release that.
Oh, yes, silly me – I *always* work with self-compiled binaries and 
forgot that

their version numbers are those about to be released.

Marc


--
Phil Holmes




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


Re: FretBoards chordChanges

2013-01-04 Thread Marc Hohl

Am 05.01.2013 08:13, schrieb EmilLask:

Thanks Marc and thanks Phil.

Is there an easy guide, step by step, to compiling Lilypond in mac os x and
add .cc patch without get in trouble ?

I can't speak for MacOS X but I remember that at least in the past this was
not a trivial task to get LilyPond compiled – but I hope some MacOS X users
chime in and prove me wrong ;-)

Marc

Phil, when do you think will be ready the new release?


Emil



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/FretBoards-chordChanges-tp138821p138855.html
Sent from the User mailing list archive at Nabble.com.

___
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