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: bb
Subject: Re: Hammer-on and pull-off
Date: Fri, 22 Dec 2017 15:56:30 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

Here an arbitrary example as I use it
\version "2.19.2"
  test = {
 {
   <a b d>8 g'     %1. quarter note
      \times 2/3{d,^"  P " (c)^" H" (d)} %2. quarter note
      <d g> g %3. quarter note
      d^" P" (c) | %4. quarter note
      <f a c d> g'  %5. quarter note  
      \times 2/3{gis,^"  H " (f)^" P" (g)} %6. quarter note
      <gis ais d> g %7. quarter note 
      <d' b g>8 g %8. quarter note 
     
      {g,8^"  H" (a)} <d b g>8 [g]      
  }  }

\score {
  <<
    \new Staff {
    \tempo "Thema"
    %\accidentalStyle dodecaphonic
    %\accidentalStyle modern
    \relative c''{
    \test
  }  }

    \new TabStaff {
    \key g \major
    \tabFullNotation
    \stemDown
     {
      <a b d>8 g'     %1. quarter note
      \times 2/3{d^" P " (c)^" H" (d)} %2. quarter note
      <d g> g %3. quarter note
      d^" P" (c\5) | %4. quarter note
      <f a c\5 d'> g'  %5. quarter note
     
      \times 2/3{gis,^" H " (f)^" P" (g)} %6. quarter note 
      <gis ais d> g %7. quarter note 
      <d' b g>8 g %8. quarter note
      % ... etc.
      {g,8^"H" (a)} <d b g>8 [g,]
  }
    }
  >>
}

Am 22.12.2017 um 15:19 schrieb Menu Jacques:
Hello folks,

The LPNR states that:

Hammer-on and pull-off can be obtained using slurs.

\new TabStaff {
  \relative c' {
    d4( e\2)
    a( g) 
  }
}


Is that the regular way to write such fretted strings instruments music, or is sometimes an H or P placed between the two notes, as Finales does (see attached image)?

Thanks for your help!

JM




_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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