]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/chord-name-major7.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / chord-name-major7.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.di.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.18.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 \chords {
20   c:7+
21   \set majorSevenSymbol = \markup { j7 }
22   c:7+
23 }