lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guitar: Bend-release-bend


From: Kevin Tough
Subject: Re: Guitar: Bend-release-bend
Date: Sat, 25 Apr 2015 06:33:57 +0200

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
> <address@hidden> 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
>         <address@hidden> 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
>                 <address@hidden> 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
> address@hidden
> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]