lilypond-user
[Top][All Lists]
Advanced

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

Re: \compoundMeter


From: Noeck
Subject: Re: \compoundMeter
Date: Fri, 17 Apr 2015 10:04:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

Hi Tobias,

do you really require the \compoundMeter or is it simply the way you
chose to define the beat structure of the measure?

How about this:

\version "2.19.15"

\score {
  \relative {
    \time 11/16
    \set Timing.beatStructure = #'(2 3 3 3)
    c'16 d e c d e c d e f e
  }
  \layout {
    \context {
      \Score
      \consists "Measure_grouping_engraver"
    }
  }
}

Cheers,
Joram

> 2015-04-14 20:14 GMT+02:00 Tobias Hagedorn <address@hidden>:
> 
>> I need some help with „compoundMeter“
>> When i compile my Staff in the lilypondversion 2.19.15, then the
>> compoundMeter is shown like this: 2 + 3 + 3 + 3 /16
>> in the version 2.19.5 it looks like 11/16. How can i change it in the
>> Version 2.19.15 to have 11/16? I need to use „compoundMeter", because I use
>> the „Measure_grouping_engraver“.
>> Can anybody help me?



reply via email to

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