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: Malte Meyn
Subject: Re: Irrational time signature and tuplets
Date: Thu, 12 Jun 2014 13:21:47 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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