lilypond-user
[Top][All Lists]
Advanced

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

Re: Chord chart layout


From: Johannes Schöpfer
Subject: Re: Chord chart layout
Date: Wed, 09 Aug 2006 12:29:38 +0200

hi,

try this:

<<
        { \repeat unfold 8 {  s1*4 \break  } }
        \new ChordNames \with 
        {
             \override BarLine #'bar-size = #4
             voltaOnThisStaff = ##t
             \consists Bar_engraver
             \consists "Volta_engraver"
        }

        \chordmode
        {
          r4 f1:maj7 ees:maj7 d2:7.9- d2:7 d1:7 
          g:m7 g:m7 bes:m7 ees:7
          a:m7 d:m7 g:m7 c:7
          e2:m7.5- a:7.9- d:m7 g:7 g1:m7 c:7 
          f1:maj7 ees:7 d2:7.9- d:7 d1:7 
          g:m7 g:m7 bes:m7 ees:7 
          a:m7 d:m7 b:m7.5- bes:7 
          a2:m7 d:m7 g:m7 c:7 f2:6 bes:6 g2:m7 c:7 f1:6
        }
>>

> Hi,
> 
> Did anyone worked on a good layout structure for chord charts (only
> chords)
> ?
> I followed the instructions of the documentation (
> http://lilypond.org/doc/v2.8/Documentation/user/lilypond/Printing-chord-names.html#Printing-chord-names),
> but two of my big issues right now are :
> 
> - Line breaks does work with \break. For a jazz chord chart, I want
> exactly
> 4 mesures on each line, and equally spaced. Does anyone know how to obtain
> that ? I'm not much familiar with the contexts.
> - I would like to have the lines closer. I tried :
> \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(-2 . 2)
> but this make appear the key (which I don't want) and a staff of length
> one
> pixel.
> 
> What I have written at present is attached.
> 
> Thanks for any help !
> 
> Thibaut

-- 
http://www.johannes-schoepfer.de

"Feel free" – 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail




reply via email to

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