]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/slides-in-tablature.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / slides-in-tablature.ly
index c85065de859e92dc0bdbd6852f91a220636822f5..760135cda9a0180aa34d08e3dbebf7353b8156f8 100644 (file)
@@ -1,47 +1,32 @@
-% 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.14.0
-\version "2.14.0"
+%% 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.17.6"
 
 \header {
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  texidoces = "
-
-Los deslizamientos se pueden componer tipográficamente tanto en los
-contextos de @code{Staff} como en los de @code{TabStaff}:
-
-"
-
-  doctitlees = "Deslizamientos en tablatura"
-
-%% Translation of GIT committish: f86f00c1a8de0f034ba48506de2801c074bd5422
-  texidocde = "
-Gleiten kann sowohl in normalem Notensystem als auch in Tabulaturen notiert werden:
-"
-  doctitlede = "Gleiten (Glissando) in Tabulatur"
-
   lsrtags = "fretted-strings"
+
   texidoc = "
-Slides can be typeset in both @code{Staff} and @code{TabStaff} contexts:
+Slides can be typeset in both @code{Staff} and @code{TabStaff}
+contexts:
+
 "
   doctitle = "Slides in tablature"
 } % begin verbatim
 
-
 slides = {
   c'8\3(\glissando d'8\3)
   c'8\3\glissando d'8\3
   \hideNotes
-  \grace { g16\3\glissando }
+  \grace { g16\glissando }
   \unHideNotes
   c'4\3
   \afterGrace d'4\3\glissando {
   \stemDown \hideNotes
-  g16\3 }
+  g16 }
   \unHideNotes
 }
 
@@ -53,10 +38,10 @@ slides = {
   \layout {
     \context {
       \Score
-      \override Glissando #'minimum-length = #4
-      \override Glissando #'springs-and-rods =
+      \override Glissando.minimum-length = #4
+      \override Glissando.springs-and-rods =
                           #ly:spanner::set-spacing-rods
-      \override Glissando #'thickness = #2
+      \override Glissando.thickness = #2
     }
   }
 }