I have a document where I'm discussing the documentation of performances of a specific piece of music. I'm using biblatex-chicago for my bibliography and citations. I have the following line in my preamble:
Code: Select all
\usepackage[notes,natbib,backend=biber,autocite=plain,alldates=edtf,idemtracker=context,ibidtracker=context,dateabbrev=false,language=american]{biblatex-chicago}
For example: I have a radio broadcast of a piece from 1970. A record of the piece was made with the same ensemble in 1985. There's also a video of the televised 1970 performance on Youtube (which was a different production than the radio broadcast). Lastly, there's the score itself.
As far as I can tell, if I put these various sources in citations, after the first instance, they are all abbreviated to "author, title" and there's no way to tell which is which.
Is there a way to tell biblatex to use longer citations (but not necessarily the full citation) in cases where the media type changes? I don't want *all* my citations to be full length, but I do want more information in citations to distinguish different media types (and especially when they're different actual performances).
Thanks for the help,
EE