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