diff options
author | David Kastrup <dak@gnu.org> | 2014-10-03 00:01:40 +0200 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2014-10-09 13:27:03 +0200 |
commit | af941ebfc956af0a47341e29552d21af153ca961 (patch) | |
tree | cc88c73e4a9ff5365a54c293576e6de1e608e5db | |
parent | 99a85ca39f3a7a6f717ba06a48ef0ba70f842177 (diff) |
Issue 630/5: Reinstate acciaccatura in tablature example
This was removed with commit 2817ef1228cecd8b275fd666e0b5ba1bbd9406ce in
version 2.15.38 since issue 630 was just too hard to work around.
-rw-r--r-- | Documentation/ly-examples/tab-example.ly | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/ly-examples/tab-example.ly b/Documentation/ly-examples/tab-example.ly index 36615cf0db..8abc60d4ef 100644 --- a/Documentation/ly-examples/tab-example.ly +++ b/Documentation/ly-examples/tab-example.ly @@ -1,4 +1,4 @@ -\version "2.19.2" +\version "2.19.16" #(define (glissando::calc-extra-dy grob) (let* ((original (ly:grob-original grob)) @@ -18,7 +18,7 @@ upper= \relative c' { \set Staff.midiInstrument = #"acoustic guitar (steel)" \set fingeringOrientations = #'(left) - \partial 4. cis8 e4 + \partial 4. \acciaccatura c16 \glissando cis8 e4 < cis-1 g'-3 >2 s8 \grace a16 ( \glissando < b-2 >8\3 ) < d-1 > ( b ) < e-3 >\2 ( <d-1> b ) \grace < ais-2 >16 ( \glissando a8 g ) s4. s4. < d'\3 g\2 >8 < gis,\4 d'\3 fis\2 >2\arpeggio ~ |