This can be done in LilyPond without using LaTeX:

\version "2.19.6"

{
  \override Staff.TimeSignature.stencil = #ly:text-interface::print
  \override Staff.TimeSignature.text =
  \markup \override #'(baseline-skip . 0) \center-column \number {
    \concat {
      "8+2"
      \tiny "√"
      \hspace #-0.2
      \override #'(offset . -25)
      \override #'(thickness . 1.6)
      \underline "5"
    }
    "8"
  }
  c'1
  \once \override TupletNumber.text =
  \markup \concat {
    "1:1+"
    \tiny "√"
    \hspace #-0.15
    \override #'(offset . -16)
    \override #'(thickness . 1.6)
    \underline "5"
  }
  \tuplet 1/1 {
    c'4 4 4 4
  }
}

Malte

On 12.06.2014 11:11, Hans Aberg wrote:
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



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to