]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/fretted-string-harmonics-in-tablature.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / fretted-string-harmonics-in-tablature.ly
index 30b279b7ebc82faba42ddc9590ddf87bcc90a2d8..1878ecf648f9797ddf3ca8df1d22dab472bb2a74 100644 (file)
@@ -1,14 +1,15 @@
-% DO NOT EDIT this file manually; it is automatically
-% generated from Documentation/snippets/new
-% Make any changes in Documentation/snippets/new/
-% and then run scripts/auxiliar/makelsr.py
-%
-% This file is in the public domain.
-%% Note: this file works from version 2.13.49
-\version "2.13.49"
+%% 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.14.2"
 
 \header {
-%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
+  lsrtags = "fretted-strings"
+
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 Armónicos sobre cuerdas pisadas (armónicos artificiales):
 "
@@ -22,14 +23,20 @@ Flageolett für Bundinstrumente:
 "
   doctitlede = "Flageolett von Bundinstrumenten in einer Tabulatur"
 
-  lsrtags = "fretted-strings"
+%% Translation of GIT committish: 40bf2b38d674c43f38058494692d1a0993fad0bd
+  texidocfr = "
+Harmoniques et tablature (harmoniques artificielles)
+"
+  doctitlefr = "Harmoniques et tablature"
+
+
   texidoc = "
-Fretted-string harmonics:
+Demonstrates fretted-string harmonics in tablature
+
 "
   doctitle = "Fretted-string harmonics in tablature"
 } % begin verbatim
 
-
 pinchedHarmonics = {
    \textSpannerDown
    \override TextSpanner #'bound-details #'left #'text =
@@ -46,13 +53,13 @@ pinchedHarmonics = {
 harmonics = {
   %artificial harmonics (AH)
   \textLengthOn
-  <\parenthesize b b''\harmonic>4_\markup{ \teeny "AH 16" }
-  <\parenthesize g g''\harmonic>4_\markup{ \teeny "AH 17" }
-  <\parenthesize d' d'''\harmonic>2_\markup{ \teeny "AH 19" }
+  <\parenthesize b b'\harmonic>4_\markup{ \teeny "AH 16" }
+  <\parenthesize g g'\harmonic>4_\markup{ \teeny "AH 17" }
+  <\parenthesize d' d''\harmonic>2_\markup{ \teeny "AH 19" }
   %pinched harmonics (PH)
   \pinchedHarmonics
   <a'\harmonic>2\startTextSpan
-  <g'\harmonic>4
+  <d''\harmonic>4
   <e'\harmonic>4\stopTextSpan
   %tapped harmonics (TH)
   <\parenthesize g\4 g'\harmonic>4_\markup{ \teeny "TH 17" }
@@ -73,8 +80,8 @@ frettedStrings = {
   \harmonicByFret #7 a4\5
   %tapped harmonics (TH)
   \harmonicByFret #5 d4\4
-  \harmonicByFret #5 d4\4
-  \harmonicByFret #4 g2\3
+  \harmonicByFret #7 d4\4
+  \harmonicByFret #5 g2\3
   %touch harmonics (TCH)
   a4 \harmonicByFret #9 g2.\3
 }