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