On Fri, 2015-04-24 at 20:48 -0400, Stephen MacNeil wrote: > no problem > > > Stephen > > > On Fri, Apr 24, 2015 at 8:41 PM, Shirish Kulhari > <kulhari.shir...@gmail.com> wrote: > Yes, that's precisely what I was looking for! Thanks a lot > man! > > On Sat, Apr 25, 2015 at 6:10 AM, Shirish Kulhari > <kulhari.shir...@gmail.com> wrote: > Yes, that's precisely what I was looking for! Thanks a > lot man! > > On Sat, Apr 25, 2015 at 3:50 AM, Stephen MacNeil > <classicalja...@gmail.com> wrote: > like this ? > > > > \bendOn > > \bendGrace e8(f8)(e8) (g4~)g2 | > > \bendOff > > \bendOn > > e8 (f)(e)(g~) g2 > > \bendOff > > > > if not have an example? > > > %%%%%%%%%%%%%% cut > > \version "2.18.2" > > \include "definitions.ily" > > \paper { > > indent = 0 > > } > > \layout { > > \context { > > \Staff > > \override StringNumber #'stencil = ##f > > \override VerticalAxisGroup > #'default-staff-staff-spacing = > > #'((basic-distance . 15) > > (minimum-distance . 15) > > (padding . 1)) > > } > > } > > > gtr = \relative c''{ > > \bendOn > > \bendGrace e8(f8)(e8) (g4~)g2 | > > \bendOff > > \bendOn > > e8 (f)(e)(g~) g2 > > \bendOff > > } > > \score { > > << > > \new Staff { > > \new Voice { > > \clef "G_8" > > \gtr > > } > > } > > \new TabStaff { > > \new TabVoice { > > \clef "tab" > > \gtr > > } > > } > > >> > > } > > > > > > > > > > > _______________________________________________ > lilypond-user mailing list > lilypond-user@gnu.org > https://lists.gnu.org/mailman/listinfo/lilypond-user
This example gives me several error messages. I have always used :lcd %:p:h to work out of the directory of the source file. One of the messages logically is then that definitions.ily can't be found. Where do I find definitions.ily? Guitar bends are something I will need in the future. Can Lilypond create these as beautifully as the other stuff without the user having to be a power user? Is there documentation about how to do this? Namaste, Kevin Tough _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user