lilypond-user
[Top][All Lists]
Advanced

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

Polymetric math


From: David Santamauro
Subject: Polymetric math
Date: Sat, 19 Nov 2022 22:45:41 +0000

Hi,

I’m typesetting an ensemble piece in 4/4 where one instrument goes to 6/4 – basically short-hand for not having to write two groups of quarter note triples for a longer duration. If I follow the documentation, it should be (according to the math): 2/3 * 6/4 = 12/12 (4/4). But the following doesn’t work:

 

\version "2.22.2"

 

\include "english.ly"

 

\relative <<

  \new Staff {

    \time 4/4

    c'4 c c c |

    c4  c c c  |

  }

  \new Staff {

    \time 4/4

    \set Staff.timeSignatureFraction = 6/4

    \scaleDurations 2/3

    c4 c c c c c

  }

>> 

 

This is my first sojourn into polymetrics with lilpond, so any rudimentary help would be appreciated.

 

Thanks

 

 

 


reply via email to

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