]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/faking-a-hammer-in-tablatures.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / faking-a-hammer-in-tablatures.ly
index 0824de9bcf7eed950a0b3a1b5060c83c57975cf1..fff3fddafb3de5c11f5e2abfb4521cefa11fa18b 100644 (file)
@@ -1,10 +1,13 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.16.0"
 
 \header {
-  lsrtags = "fretted-strings"
+  lsrtags = "fretted-strings, specific-notation, workaround"
 
   texidoc = "
 A hammer in tablature can be faked with slurs.
@@ -13,13 +16,13 @@ A hammer in tablature can be faked with slurs.
   doctitle = "Faking a hammer in tablatures"
 } % begin verbatim
 
+
 \score {
   \new TabStaff {
     \relative c'' {
+      \tabFullNotation
       c4( d) d( d)
       d2( c)
     }
   }
 }
-
-