lilypond-user
[Top][All Lists]
Advanced

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

Re: Hammer-on and pull-off


From: Noeck
Subject: Re: Hammer-on and pull-off
Date: Fri, 22 Dec 2017 22:39:00 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

Hi Jacques,

judging from the other answers, I am used to a "semi-classical" notation:

 * slurs in the normal staff as the manual says
 * additional H and P in the tab notation
   (and S for slide on glissandi, but I consider that as redundant)


Here is an example:

\version "2.19.65"

music = \relative {
  a c(^"  P" b)(^"  H" c) \glissando d1
}
<<
  \new Staff \with { \omit TextScript } \music
  \new TabStaff \with { \tabFullNotation } \music
>>


Cheers,
Joram



reply via email to

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