]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ly-examples/tab-example.ly
Imported Upstream version 2.19.45
[lilypond.git] / Documentation / ly-examples / tab-example.ly
index fbccc1f5585f627428c04821041a71a2136ede7e..1d954efbc6875c025912fec0b80a9a1d324a7778 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.30"
+\version "2.19.21"
 
 #(define (glissando::calc-extra-dy grob)
    (let* ((original (ly:grob-original grob))
@@ -18,21 +18,21 @@ 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 ~
   < gis\4 d'\3 fis\2 >2 < b'\2\harmonic e\harmonic >2\fermata
 }
 
-lower= \relative {
+lower= \relative {
   \set fingeringOrientations = #'(left)
 
   \partial 4. s4.
   s4 e,4 s2
   s2 s8 < e'-3 >4. ~
   e4 \hideNotes \grace { b8 \glissando s4 } \unHideNotes < e-2 >4\5 e,2 ~
-  e2 < e'\6\harmonic >
+  2 < e'\6\harmonic >
 }
 
 \score {