]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-name-entry-11.ly
b48307fc37d33af5bb35a5e2fcb7763dbdcab3ca
[lilypond.git] / input / regression / chord-name-entry-11.ly
1 \version "2.1.22" 
2
3 \header {
4
5     texidoc = "The 11 is only added to natural-3 if it
6  is mentioned explicitly."
7
8 }
9
10 \score {
11       \chords { c:13 c:13.11 c:m13 }
12       \paper { raggedright = ##t } 
13 }
14