> I've been trying to persuade some hairpins to sit above a stave rather > than below it, and don't seem to be having any luck (I've tried over-riding > the 'direction' property on Voice.Hairpin, which seems to be the only > plausible thing I can find for the purpose). Any hints as to > a) what I should do
Use \dynamicUp > b) how I should have found this out The dynamicUp macro and many more useful macros are defined in the file ly/property.ly (called ly/property-init.ly in version 1.5.x). There you'll also find out what property you could have used. They should definitely be listed in the documentation. In general, you can find the different properties by browsing the section "Lilypond Internals" in the on-line manual, but in this specific case it's not that intuitive that you should set the direction of DynamicLineSpanner, not on Hairpin. /Mats _______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
