bug-lilypond
[Top][All Lists]
Advanced

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

Triple-Hammer-Pull bug


From: bb
Subject: Triple-Hammer-Pull bug
Date: Wed, 31 Jul 2013 10:50:15 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7

\version "2.16.2"


  test = {
 {
      <a\3 b\2 d\1>8 g'\5         %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  %5. quarter note

\times 2/3{gis,^" H " (f)^" P" (g\3)} %6. quarter note - does not work correctly!
      <gis ais d> g %7. quarter note
      <d' b g>8 g\5 %7. quarter note
      % ... etc.
      {g,8^"H" (a)} <d b g>8 [g,\5]
  }
  }


\score {

    \new Staff  {

    \tempo "Thema"
    %\accidentalStyle dodecaphonic
    %\accidentalStyle modern
    \relative c''{
    \test
  }
    }
  }

  \score {
    \new TabStaff {
      %\relative c''
    \set TabStaff.tablatureFormat = #fret-number-tablature-format-banjo
  \set TabStaff.stringTunings = #banjo-open-g-tuning

    \key g \major
    \tabFullNotation
    \stemDown
    \test
  }
  }

  \score {
  <<
    \new TabStaff {
          \key g \major
    \tabFullNotation
    \stemDown
    \test
    }
  >>
}

Please focus your Attention to the Triple-Hammer-Pull construct. It will be shown correctly in the music lines, but not in the tabs, not for guitar and not for banjo!

Regards BB



reply via email to

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