bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1063 in lilypond: Reverting nested property fails to restore defa


From: lilypond
Subject: Issue 1063 in lilypond: Reverting nested property fails to restore default value if preceded by override in same grob
Date: Fri, 23 Apr 2010 21:35:37 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-High

New issue 1063 by n.puttock: Reverting nested property fails to restore default value if preceded by override in same grob
http://code.google.com/p/lilypond/issues/detail?id=1063

\version "2.13.19"

\header {
  texidoc = "
If a nested property revert follows an override in the same grob for
a different property, the nested property's default setting should not
be evicted from the property alist.
"
}

\relative c' {
  c1\startTrillSpan
  c1\stopTrillSpan
  \override TrillSpanner #'color =  #red
  \revert TrillSpanner #'(bound-details left text)
  c1\startTrillSpan
  c1\stopTrillSpan
}

Attachments:
        foo.png  1.6 KB

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