]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/faking-a-hammer-in-tablatures.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / faking-a-hammer-in-tablatures.ly
index 887260d5d3802dd736915f6c63e0bc01bee6e9d7..9a4a8fcc171c59b95cda6f06827458928b598393 100644 (file)
@@ -1,12 +1,16 @@
-%% 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.di.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.18.0"
 
 \header {
-  lsrtags = "fretted-strings"
+  lsrtags = "fretted-strings, specific-notation, workaround"
 
   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"
@@ -15,10 +19,9 @@ A hammer in tablature can be faked with slurs.
 \score {
   \new TabStaff {
     \relative c'' {
+      \tabFullNotation
       c4( d) d( d)
       d2( c)
     }
   }
 }
-
-