bug-lilypond
[Top][All Lists]
Advanced

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

Issue 34 in lilypond: Grace synchronization


From: codesite-noreply
Subject: Issue 34 in lilypond: Grace synchronization
Date: Tue, 14 Jul 2009 10:55:56 +0000


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




reply via email to

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