bug-lilypond
[Top][All Lists]
Advanced

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

Issue 457 in lilypond: general problem with \override and \once \overrid


From: codesite-noreply
Subject: Issue 457 in lilypond: general problem with \override and \once \override
Date: Sat, 08 Sep 2007 07:10:53 -0700

Issue 457: general problem with \override and \once \override
http://code.google.com/p/lilypond/issues/detail?id=457

New issue report by lemzwerg:
\version "2.11.31"

\header { texidoc = "
@code{\once \override} must restore the value previously
set with @code{\override}.

Here's a counterexample.  I consider this a serious
bug in the @code{\override} mechanism since it prevents
the user from setting up new default values.
" }

\relative c' {
  \override TupletBracket #'padding = #10

  \times 2/3 { r8 e[ d] }
  \once \override TupletBracket #'padding = #5
  \times 2/3 { r8 e[ d] }
  \times 2/3 { r8 e[ d] }
}

\paper {
  ragged-right = ##t
}

% EOF


Attachments:
        once-override.png  4.8 KB 


Issue attributes:
        Status: Accepted
        Owner: lemzwerg
        Labels: Type-Defect Priority-High

-- 
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]