Oops. Forgot to add these two lines to "GroupsOfSix":

  #(revert-auto-beam-setting '(end * * 6 8) 2 8)
 
#(revert-auto-beam-setting '(end * * 6 8) 4 8)

- Mark

-------------------------------------------------
\version "2.11.61-1"

GroupsOfTwo = {
  #(revert-auto-beam-setting '(end * * 6 8) 3 8)
  #(override-auto-beam-setting '(end * * 6 8) 2 8)
  #(override-auto-beam-setting '(end * * 6 8) 4 8)
}
GroupsOfThree = {
  #(revert-auto-beam-setting '(end * * 6 8) 2 8)
  #(revert-auto-beam-setting '(end * * 6 8) 4 8)
  #(override-auto-beam-setting '(end * * 6 8) 3 8)
}
GroupsOfSix = {
  #(revert-auto-beam-setting '(end * * 6 8) 2 8)
  #(revert-auto-beam-setting '(end * * 6 8) 3 8)
  #(revert-auto-beam-setting '(end * * 6 8) 4 8)
}

\relative c'' {
  \time 6/8
  \partial 8*5
  \key e \minor
  \stemUp
  \GroupsOfSix
  b8 c d e fis |
}



      


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

Reply via email to