Hi Dmytro, 2008/11/28 Dmytro O. Redchuk <[EMAIL PROTECTED]>: > Hello, > > i've run into some problem with 2.11.64: > DynamicsText collide with Hairpins if #'to-barline = ##t. > > As you can see (attached), there is everything ok with 2.11.42.
The comparison is invalid since 2.11.42 uses the context property hairpinToBarline, and it defaults to false. If you run the snippet with \set hairpinToBarline = ##t, it's identical to 2.11.64. The Bar_engraver is responsible for aligning the end points of line spanners with a barline when 'to-barline = ##t; it pays no attention to scripts which directly follow a spanner. Regards, Neil _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
