%% 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 "snippets/chord-name-major7.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from the LilyPond Wiki
%% (https://wiki.lilypond.community).
%%
%% Make any changes in the Wiki itself, or in
%% `Documentation/snippets/new/`, then run
%% `scripts/auxiliar/makelsr.pl`.
%%
%% This file is in the public domain.

\version "2.24.0"

\header {
%% Translation of GIT committish: a8a85e19654e46d725563e6deba44083ef137a2c
  texidocja = "
メジャー セブンスのレイアウトは @code{majorSevenSymbol} で調整することが@c
できます。
"
  doctitleja = "メジャー セブンスのコード ネーム"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
La formattazione dell'accordo di settima maggiore può essere regolata
con la proprietà @code{majorSevenSymbol}.

"
  doctitleit = "Nome dell'accordo di settima maggiore"

%% Translation of GIT committish: 1abe87de51b9b00a391da1be4cf4b5ebe4021ca9
  texidocfr = "
La représentation d'un accord de septième majeure se gère par la
propriété de contexte @code{majorSevenSymbol}.
"

  doctitlefr = "Chiffrage d'un maj7"

%% Translation of GIT committish: 35d4cc1b78c4105643ca5fdcb44cb717578d6d4a
  texidoces = "
La presentación del acorde de séptima mayor se puede ajustar
mediante la propiedad de contexto @code{majorSevenSymbol}.

"
  doctitlees = "Nombre de acorde maj7"

%% Translation of GIT committish: 134d9cb2e14ae624aec6fa2dd1630e284807dc42
 texidocde = "
Das Aussehen des großen Septakkords kann mit @code{majorSevenSymbol} verändert werden.

"

  doctitlede = "Akkordbezeichnung maj7"



%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
La presentació de l'acord de sèptima major es pot ajustar mitjançant
majorSevenSymbol.

"
  doctitleca = "Nom d'acord maj7"

  categories = "Chords, Specific notation"

  texidoc = "
The layout of the major@tie{}7 can be tuned with the
@code{majorSevenSymbol} context property.
"

  doctitle = "Chord name major7"
} % begin verbatim


\chords {
  c:7+
  \set majorSevenSymbol = \markup { j7 }
  c:7+
}



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