lilypond-user
[Top][All Lists]
Advanced

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

Re: \revert Glissando #'bound-details #'left #'padding not working


From: eluze
Subject: Re: \revert Glissando #'bound-details #'left #'padding not working
Date: Fri, 24 Aug 2012 04:30:09 -0700 (PDT)

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.



reply via email to

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