bug-lilypond
[Top][All Lists]
Advanced

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

regressions: property-nested-reverted.ly


From: Stan Sanderson
Subject: regressions: property-nested-reverted.ly
Date: Sun, 9 Mar 2008 17:05:33 -0500

2.11.42 regressions: property-nested-reverted.ly

problem: reversion not complete- is there missing code?

current code:
==========
\version "2.11.15"

\relative {
  f2 \glissando c
  \override Glissando #'bound-details #'right #'Y = #4
  f2 \glissando c |
  \override Glissando #'bound-details #'left #'Y = #-6
  f2 \glissando c
  \revert Glissando #'(bound-details right Y)
  f2 \glissando c
}


\paper {
  ragged-right = ##t
}
===========

suggest adding

   \revert Glissando #'(bound-details left Y)
to the fourth measure

 \revert Glissando #'(bound-details right Y)
  f2 \glissando c

which results in a "normal" f2 - c glissando as in the first measure and illustrates reversion.


Stan






reply via email to

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