Hello

I have some troubles to group beams like the following
picture:



I tried several settings without success:

oben = \transpose c  c'' {
  \clef treble
  \global
  %%\set beatLength = #(ly:make-moment 1 8)

  \repeat volta 2 {
     %\set subdivideBeams = ##t

     %\set Score.beatLength = #(ly:make-moment 1 18)
     %\set Score.beatGrouping = #'(3 3 3 3 3 3)
     %%#(set-time-signature 18 16 '(3 3  3  3 3 3))
     #(override-auto-beam-setting '(end * * 18 18) 3 18)
     #(override-auto-beam-setting '(end * * 18 18) 6 18)
     #(override-auto-beam-setting '(end * * 18 18) 9 18)
     #(override-auto-beam-setting '(end * * 18 18) 12 18)
     #(override-auto-beam-setting '(end * * 18 18) 15 18)
     #(override-auto-beam-setting '(end * * 18 18) 18 18)


     \repeat unfold 6 { \times 2/3 { bes16 g es } } |
     \repeat unfold 6 { \times 2/3 { bes16 as es }  } |
  }
}

An other question: Is it possible to achieve the same
behavior in the \times 2/3 part, so that the 3 symbol for triplets
is engraved only once?

Thank you for helping
Best regards Herbert

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

Reply via email to