]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/faking-a-hammer-in-tablatures.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / faking-a-hammer-in-tablatures.ly
index 887260d5d3802dd736915f6c63e0bc01bee6e9d7..8d82ec345904f0c81ab1947f02aba42aaf2c5786 100644 (file)
@@ -1,24 +1,38 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% 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.1"
+\version "2.14.2"
 
 \header {
-  lsrtags = "fretted-strings"
+  lsrtags = "specific-notation, workaround, fretted-strings"
+
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
+
+  texidoces = "
+Se puede simular un @qq{hammer} o ligado ascendente con ligaduras de
+expresión.
+
+"
+
+  doctitlees = "Simular un hammer o ligado ascendente en una tablatura"
 
   texidoc = "
-A hammer in tablature can be faked with slurs.  
+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)
     }
   }
 }
-
-