Greetings -

I'm grateful for LilyPond, Frescobaldi, and all the helpful members of this
mailinglist.

I'm running LilyPond 2.23.2 with Frescobaldi 3.0.0 under

Linux-5.4.0-81-generic-x86_64-with-glibc2.29 and Ubuntu 20.04.3 LTS.


I would like to increase the space between the chord names and the highest
notes or top staff lines. I've looked in the LilyPond Snippets and in the
Snippets Repository, and can't find anything that helps. I'm guessing it's
a setting in spacing or padding, but I can't figure out which setting.


I'm attaching an MWE.


All the best,


Ralph

-- 
Ralph Palmer
Seattle
USA
(he, him, his)
palmer.r.vio...@gmail.com
\version "2.23.2"
\language "english"

\paper {
  #(set-paper-size "letter")
  top-margin = 0.5\in
  score-markup-spacing = #'((padding . 2))
  page-count = #1
}

#(set-global-staff-size 20.0)


Tune = 
\relative c'' {
  \clef treble
  \key c \major
  \time 2/2

    a4 b c d |
    e d c b  |
    b4 c d e |
    f g a b |
    c b a g |
    f e d c |
    \break
   d4 d d d |
   d d d d |
   d d d d |
   d d d d |
   d d d d |
   d d d d |
}

Chords = \chordmode {
  a1 b c b a b
  a1 b c b a b
}



\score {
  <<
    \new ChordNames \Chords
    \new Staff \Tune
  >>
}


Attachment: ChordStaffExample.pdf
Description: Adobe PDF document

Reply via email to