Comment #41 on issue 3330 by [email protected]: bracketify-stencil moves grob's refpoint
http://code.google.com/p/lilypond/issues/detail?id=3330

@ comment 31. Yes it is essential that the markup commands be _associative_, so that
  \line { \line { x y } \line { z } }
is the same (regarding visual appearance and metrics) as
  \line { \line { x } \line { y z } }

For example,
  \markup \line {Timpani in\concat {B \flat} \concat{ F } }
  \markup \line {Timpani in\concat {B } \concat{ \flat F } }
  \markup \concat { \line {Sonata in E} \line {\flat major} }
  \markup \concat { \line {Sonata in} \line {E \flat major} }
should have the same appearance.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to