Hans Aberg <[email protected]> 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

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to