David Kastrup wrote
> 
> It is not a "workaround" but rather the only correct (and documented)
> way.  
> 
thanks for clarifying, but /documented/? - among the ~125 \revert commands
or ~165 revert words found in the documentation I didn't see any reverting
of a subproperty!

it may also be confusing that in special cases \revert with two arguments
seems to do what you expect:

here, the 2nd glissando is reverted
\relative c'' {
  \override Glissando #'bound-details #'left #'Y = #2
  c4 \glissando ces2. \revert Glissando #'bound-details c4 \glissando ces2.
}

in the following example, the last \override (padding) is reset but not the
first:
\relative c'' {
  \override Glissando #'bound-details #'left #'Y = #2
  \override Glissando #'bound-details #'left #'padding = #2
  c4 \glissando ces2. \revert Glissando #'bound-details c4 \glissando ces2.
}

same here, where the vertical displacement on the right is reset
\relative c'' {
  \override Glissando #'bound-details #'left #'padding = #2
  \override Glissando #'bound-details #'left #'Y = #2
  \override Glissando #'bound-details #'right #'Y = #-2
  c4 \glissando ces2. \revert Glissando #'bound-details c4 \glissando ces2.
}

http://lilypond.1069038.n5.nabble.com/file/n131192/glissando-minimum_length.png
glissando-minimum_length.png 

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/revert-Glissando-bound-details-left-padding-not-working-tp131180p131192.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to