]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-names-lower-case-minor.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / chord-names-lower-case-minor.ly
1 \version "2.14.0"
2
3 \header {
4
5     texidoc = "Minor chords may be printed as lowercase letters,
6   in which case the `m' suffix is omitted in the output."
7
8 }
9
10
11 \chords {
12   d:m
13   \set chordNameLowercaseMinor = ##t
14   d:m
15 }