I want to simple write a musical quarter note in text. I however know that there is the \textmusicalnode available. But this does not give me a quarter note.
The usage of e.g. the harmony or wasysym package which would give me \Vier or \quarternote as quarter note but produces erros in combination with the amssymb package. What should I do to solve this?
EDIT
This is what I include as packages in my preamble.
\RequirePackage{fix-cm}
\documentclass[a4paper,12pt,bibtotoc,liststotoc,BCOR=16mm,headinclude,numbers=noendperiod]{scrreprt}
\usepackage[ngerman,english]{babel}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{fontspec}
\usepackage{verbatim}
\usepackage[onehalfspacing]{setspace}
\usepackage{chngcntr}
\usepackage{enumerate}
\usepackage[style=alphabetic-verb,bibstyle=alphabetic,hyperref=true]{biblatex}
\usepackage[hang,small]{caption} % small and hanging captions
\usepackage{lmodern} %% Type1 font for non english language
\usepackage{graphicx} %% graphics
\usepackage{subfig} %% to place graphics beside each other
\usepackage{listings} %% to include code listings
\usepackage{xcolor} %% syntax highlight in code listings
\usepackage{amsfonts} %% number-symbols in formulas
\usepackage{mathrsfs}
\usepackage{xfrac} %% slanted fractions with font fixtures
\usepackage[plainpages=false]{hyperref}
\usepackage{fancyhdr} %% fancy headings and footers
\usepackage{harmony} %% musical symbols
I get the following errors if I use the harmony package though:
Latex Error: /usr/local/texlive/2011/texmf-dist/tex/latex/amsfonts/amssymb.sty:231
LaTeX Error: Command `\Finv' already defined.
Latex Error: /usr/local/texlive/2011/texmf-dist/tex/latex/amsfonts/amssymb.sty:232
LaTeX Error: Command `\Game' already defined.
Latex Error: /usr/local/texlive/2011/texmf-dist/tex/latex/amsfonts/amssymb.sty:237
LaTeX Error: Command `\beth' already defined.
Latex Error: /usr/local/texlive/2011/texmf-dist/tex/latex/amsfonts/amssymb.sty:238
LaTeX Error: Command `\gimel' already defined.
Latex Error: /usr/local/texlive/2011/texmf-dist/tex/latex/amsfonts/amssymb.sty:239
LaTeX Error: Command `\daleth' already defined.


\usepackage{wasysym} \usepackage{amssymb}
\begin{document} hello world \end{document}` could you post a MWE that doesn't work for you?
– cmhughes Aug 23 '12 at 15:28wasysymhad problems withamsmathoramssymb. Check that yours is version 2.0 – egreg Aug 23 '12 at 15:33