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 <tobias.haged...@gmx.net>:
> 
>> 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?

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

Reply via email to