]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/chord-name-major7.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / chord-name-major7.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.16.0"
8
9 \header {
10   lsrtags = "chords, specific-notation"
11
12   texidoc = "
13 The layout of the major 7 can be tuned with @code{majorSevenSymbol}.
14
15 "
16   doctitle = "chord name major7"
17 } % begin verbatim
18
19
20 \chords {
21   c:7+
22   \set majorSevenSymbol = \markup { j7 }
23   c:7+
24 }