lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: film score example


From: Urs Liska
Subject: Re: film score example
Date: Sat, 30 Nov 2013 00:51:50 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

Am 30.11.2013 00:37, schrieb Urs Liska:
It should be very easy to write commands that combine note names in the default text font with accidentals from LilyPond while having complete control about scaling and placement is provided.

For example, a quick shot

\documentclass{article}
\usepackage{fontspec}
\usepackage{lilyglyphs}
\begin{document}
\fontspec{Linux Libertine O}
\newcommand*{\notesymbol}[2]{#1\hspace{0.25ex}#2[scale=1.1,raise=0.1]{}}
This will be played by a \notesymbol{B}{\flat} clarinet.
\end{document}

gave the attached example.
This is (as said) a quick shot, and it could easily be extended to be made more versatile or parametrical.

Feel free to join and add this as an additional section to lilyglyphs :-)

Urs

Attachment: keysymbol.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]