%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,paper-height=845.047\pt,paper-width=597.508\pt,papersize='(cons (* 597.508 pt) (* 845.047 pt))]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

#(ly:set-option 'eps-box-padding 3.000000)



\paper {
  #(set-paper-size '(cons (* 597.508 pt) (* 845.047 pt)))
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "/lilypond-2.27.0/input/regression/chord-name-entry.ly"
\sourcefileline 0
\version "2.16.0"

\header {
  texidoc = "Chords can be created using chord name entries (in
@code{\\chordmode} mode), using a pitch and a suffix."
}

Suffixes = \lyrics {
  "(nothing)"
  ":7"
  ":m"
  ":m7"

  ":aug"
  ":maj7"
  ":dim"
  ":dim7"

  ":sus4"
  ":sus2"
  ":6"
  ":m6"

  ":7sus4"
  ":3-"
  ":3+"
  ":5+.3-"

  ":7"
  ":9"
  ":11"
  ":13"

  ":m13"
  ":7^5"
  "^3"
  "/g"

  "/gis"
  "/a"
  "/+f"
  "/+g"
}

Chords = \chordmode {
  c
  c:7
  c:m
  c:m7

  c:aug
  c:maj7
  c:dim
  c:dim7 \break

  c:sus4
  c:sus2
  c:6
  c:m6

  c:7sus4
  c:3-
  c:3+
  c:5+.3- \break

  c:7
  c:9
  c:11
  c:13

  c:m13
  c:7^5
  c^3
  c/g

  c/gis
  c/a
  c/+f
  c/+g
}

<<
  \new ChordNames \Chords
  \new Voice \Chords
  \new Lyrics \Suffixes
>>



% ****************************************************************
% end ly snippet
% ****************************************************************
