lilypond-user
[Top][All Lists]
Advanced

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

Re: Chord names below staff?


From: Mats Bengtsson
Subject: Re: Chord names below staff?
Date: Thu, 11 Aug 2005 10:24:28 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

Staves, lyrics, chords and all other kind of "contexts" in LilyPond
are typeset in the order they first appear in your \score{...} block.
For example, in the "3.1.3 Notes and chords" example in the manual,
just rewrite the \score{...} block into:
\score {
  <<
    \context Staff = one \melody
    \context ChordNames {
      \set chordChanges = ##t
      \harmonies
    }
  >>
  ...
}

  /Mats


Robin Fairey wrote:
How can I get lilypond to position a row of chord names below the staff instead of above? (I.e where lyrics are normally positioned).

We have a lot of existing music with chords in this position, mostly generated by sibelius or handwritten, and it gets confusing if the chords are in different places.


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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