]> git.donarmstrong.com Git - lilypond.git/blob - input/test/monstrous.ly
c9984e3d904fe3063b504893abf15c001837fe07
[lilypond.git] / input / test / monstrous.ly
1 \version "1.5.68"
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 }