Re: Chord Names Between Piano Staff Treble and Bass Clefs

2010-12-15 Thread James
Hello, On 09/09/2010 09:32, Éditions IN NOMINE wrote: Hi. If you encapsulate right and left hand, I think this is not possible. I've tried this : \version "2.13" right = \relative c'' {c4 c c d e2 d c4 e d d c1 \bar "|."} left = \relative c {\clef bass c2. g4 c2 b c4 f, g g c1 \bar "|."} accor

Re: Chord Names Between Piano Staff Treble and Bass Clefs

2010-09-09 Thread keith Luke
Kieren, Thanks for the solution. It's exactly what I was trying to do. Now I have another great LilyPond technique to use with any PianoStaff chord names. Keith On Wed, Sep 8, 2010 at 11:49 PM, Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > > Well, I've tried it of course, but it

Re: Chord Names Between Piano Staff Treble and Bass Clefs

2010-09-09 Thread D'Arcy J.M. Cain
On Thu, 09 Sep 2010 10:32:45 +0200 Éditions IN NOMINE wrote: > If you encapsulate right and left hand, I think this is not possible. Which makes sense. The piano is one instrument, not two. -- D'Arcy J.M. Cain Big Smoke Music http://BigSmokeMusic.com/ _

Re: Chord Names Between Piano Staff Treble and Bass Clefs

2010-09-09 Thread Éditions IN NOMINE
Bravo Kieren ! I think you gave us the answer to the original question ! Regards. JMarc On 09/09/2010 11:49, Kieren MacMillan wrote: \version "2.13.31" \score { \new PianoStaff<< \new Staff \relative a' { a4 b c d } \new ChordNames {2 } \new Staff \relative a { \clef bass

Re: Chord Names Between Piano Staff Treble and Bass Clefs

2010-09-09 Thread Kieren MacMillan
> Well, I've tried it of course, but it doesn't work : chords are below the > left hand... PianoStaff does not, by default, accept ChordNames. \version "2.13.31" \score { \new PianoStaff << \new Staff \relative a' { a4 b c d } \new ChordNames { 2 } \new Staff \relative a { \clef

Re: Chord Names Between Piano Staff Treble and Bass Clefs

2010-09-09 Thread Éditions IN NOMINE
Well, I've tried it of course, but it doesn't work : chords are below the left hand... On 09/09/2010 11:11, Ole Schmidt wrote: \new PianoStaff << ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Chord Names Between Piano Staff Treble and Bass Clefs

2010-09-09 Thread Ole Schmidt
Learning Manual "2.2.3 Staff groups" first example: \new PianoStaff << \new Staff … \new Staff … >> or in your case: \new PianoStaff << \new Staff … \new ChordNames... \new Staff … >> hth ole Am 09.09.2010 um 10:32 schrieb Éditions IN NOMINE: > Hi. > > If you encapsulate right

Re: Chord Names Between Piano Staff Treble and Bass Clefs

2010-09-09 Thread Éditions IN NOMINE
Hi. If you encapsulate right and left hand, I think this is not possible. I've tried this : \version "2.13" right = \relative c'' {c4 c c d e2 d c4 e d d c1 \bar "|."} left = \relative c {\clef bass c2. g4 c2 b c4 f, g g c1 \bar "|."} accords = \chordmode {c2. g4:7 c1 c4 f g g:7 c1} \score { <

Chord Names Between Piano Staff Treble and Bass Clefs

2010-09-08 Thread keith Luke
I have: Melody = \new PianoStaff << \new Staff { \clef treble ...right hand notes...} \new Staff { \clef bass ...left hand notes...} >> harmonies = { \chordmode { ...chord names...} \score { << \new ChordNames {\harmonies} \Melody >> I can place the chord names above the treble cle