]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/chord-name-major7.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / lsr / chord-name-major7.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.12.0"
4
5 \header {
6   lsrtags = "chords"
7
8   texidoc = "
9 The layout of the major 7 can be tuned with @code{majorSevenSymbol}. 
10
11 "
12   doctitle = "chord name major7"
13 } % begin verbatim
14
15 \chords {
16   c:7+
17   \set majorSevenSymbol = \markup { j7 }
18   c:7+
19 }