Comment #4 on issue 34 by gpermus: Grace synchronization
http://code.google.com/p/lilypond/issues/detail?id=34

Whenever anybody looks at this, here's another fun case:

% order of commands can result in beamed or unbeamed material

\version "2.13.2"
\relative c' {
  % these 3 lines result in no beaming later
  \partial 8
  \grace ais8
  b8

  % these 3 lines would result in proper beams
  %\grace ais8
  %\partial 8
  %b8

  % has no effect; here just for show.
  \autoBeamOn
  c c s2.
}


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to