lilypond-user
[Top][All Lists]
Advanced

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

Re: Irrational time signature and tuplets


From: David Kastrup
Subject: Re: Irrational time signature and tuplets
Date: Thu, 12 Jun 2014 11:54:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Hans Aberg <address@hidden> writes:

> How might one display the time signature 8 + 2 sqrt(5) over 8, and the
> tuplet 1:1 + sqrt(5), where “sqrt" is the square root sign? - It is
> for experimenting with a popular meter in 12 [1-2].
>
> 1. https://en.wikipedia.org/wiki/Leventikos
> 2. https://www.youtube.com/watch?v=vYR_pvRWO_g

\documentclass{article}
\usepackage[active,textmath,displaymath,tightpage]{preview}
\begin{document}
$8+2\sqrt{5}\over8$
$1\over1+\sqrt{5}$
\end{document}

run through LaTeX, run
dvips -E -i -Pwww

on the resulting DVI file, work with the resulting EPS files.  It might
be cute to integrate something like that into LilyPond like
preview-latex <URL:http://www.gnu.org/software/auctex/preview-latex>
integrates it into Emacs editing, but that would end up to be a bunch of
work for somebody™.



-- 
David Kastrup



reply via email to

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