[EMAIL PROTECTED] writes:
> 
> How can I rotate hairpins?  This is needed quite often for piano
> music...


No. The responsible code is in hairpin.cc, and it's easy to add a
vertical offset to either endpoint

  Stencil mol;
  mol  = Line_interface::line (me, Offset (0, starth), Offset (width, endh));
  mol.add_stencil (Line_interface::line (me,
                                         Offset (0, -starth),
                                         Offset (width, -endh)));


I don't know what a sensible method of computing or setting the offset
is, though.

-- 

 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to