forked from GitHub/gf-core
9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
incomplete concrete MusicI of Music = open Grammar, MusicLex in {
|
|
lincat
|
|
Kind = CN ;
|
|
Property = AP ;
|
|
lin
|
|
PropKind k p = AdjCN p k ;
|
|
Song = UseN song_N ;
|
|
American = PositA american_A ;
|
|
} |