lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Chord Names Between Piano Staff Treble and Bass Clefs


From: Éditions IN NOMINE
Subject: Re: Chord Names Between Piano Staff Treble and Bass Clefs
Date: Thu, 09 Sep 2010 11:52:34 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2

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 { <a c e>2 <c e g> }
    \new Staff \relative a { \clef bass a4 b c d }
  >>
}

\markup \fill-line { "" }

\score {
  \new PianoStaff <<
    \new Staff \relative a' { a4 b c d }
    \new ChordNames { <a c e>2 <c e g> }
    \new Staff \relative a { \clef bass a4 b c d }
  >>
  \layout { \context { \PianoStaff \accepts ChordNames } }
}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]