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