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




_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to