summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/publications/mkiv-publications.lua
blob: f6a980f3e076c0dd6dedcc68bc9a5b5a2662876b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
return {
    ["GH0001"] = {
        category  = "book",
        title     = "Rhythmic Illusions",
        subtitle  = "for drums",
        author    = "Gavin Harrison",
        publisher = "Warner",
        isbn      = "1576236870",
        year      = "1996",
        comment   = "plus cd",
    },
    ["GH0002"] = { -- no reference in brittisch library
        category  = "book",
        title     = "Rhythmic Perspectives",
        subtitle  = "a multidimensional study of rhythmic composition",
        author    = "Gavin Harrison",
        publisher = "Alfred Publishing Co., Inc",
        year      = "1999",
        comment   = "plus cd",
    },
    ["GH0003"] = {
        category  = "book",
        title     = "Rhythmic Designs",
        subtitle  = "a study of practical creativity",
        author    = "Gavin Harrison and Terry Branham",
        publisher = "Hudson",
        year      = "2010",
        comment   = "plus dvd",
    },
}