lilypond-devel
[Top][All Lists]
Advanced

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

Re: TimeSignature with note in denominator


From: Kieren MacMillan
Subject: Re: TimeSignature with note in denominator
Date: Sat, 13 Nov 2021 17:04:23 -0500

Hi David,

> What duration is equal to 1/20th of a whole note in LilyPond?


This works as expected:

{
  \time 1/4
  \tuplet 5/4 { c''16 16 16 16 16 }
  \time 1/20
  \tuplet 5/4 { c''16 }
  \time 1/4
  \tuplet 5/4 { c''16 16 16 16 16 }
}

The denominator of a #'note-denom time signature would look like this:

Hope that helps!
Kieren.


reply via email to

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