]> git.donarmstrong.com Git - lilypond.git/blob - input/test/monstrous.ly
d9c8dbf47ecfe9ec18f17a911dc39783bcfefa4d
[lilypond.git] / input / test / monstrous.ly
1
2 %% Chord gurus, is this ok now??
3
4 monstrous= \chords{
5     \property Score.chordInversion = ##t 
6
7     % /c is/was missing:
8     bes:6/+c
9
10     % Cdim7
11     c:dim7
12 }
13
14 \score{
15     <
16         \context ChordNames \monstrous
17         \context Staff \monstrous
18     >
19     \paper{
20         linelength=-1.0\mm;
21     }
22 }