lilypond-user
[Top][All Lists]
Advanced

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

Re: How to increase space between chord names and the fret diagram?


From: Mats Bengtsson
Subject: Re: How to increase space between chord names and the fret diagram?
Date: Sun, 03 Dec 2006 20:09:34 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

This is described in the section "Vertical spacing inside a system"
in the manual. You could either increase the vertical extent of the ChordNames context downwards or of the Lyrics context upwards.

  /Mats

Quoting Stephen Torri <address@hidden>:

How can I increase the space between the chord names and the fret
diagrams? At present the names are nearly right on top of the muted or
open string symbols.

Stephen

-----------

\score{
<<
 \new ChordNames \chordmode {
   d
   g
   a
   a:7
 }
 \new Lyrics \lyricmode {
   \markup {\fret-diagram-terse #"x;x;o;2;3;2;" }
   \markup {\fret-diagram-terse #"3;2;o;o;o;3;" }
   \markup {\fret-diagram-terse #"x;o;2;2;2;o;" }
   \markup {\fret-diagram-terse #"x;o;2;o;2;o;" }
 }
>>
 \layout{
   ragged-right = ##t
   \context{
     \Lyrics
     \override LyricSpace #'minimum-distance = #2.0
   }
 }
}



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








reply via email to

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