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
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
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/
_
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
> 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
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
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
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 {
<
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