]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/slides-in-tablature.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / slides-in-tablature.ly
index c397795d6355191b3cdd8d1ab7eb871ee4d64ff1..d1068720a8c3e2e23806a6e9eebd8be98128ee23 100644 (file)
@@ -1,39 +1,14 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% 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.14.2"
+\version "2.18.0"
 
 \header {
   lsrtags = "fretted-strings"
 
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-  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"
-
-%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
-  texidocfr = "
-Un glissando s'indique dans un @code{TabStaff} tout comme dans un
-@code{Staff}. 
-
-"
-  doctitlefr = "Glissando et tablature"
-
-
   texidoc = "
 Slides can be typeset in both @code{Staff} and @code{TabStaff}
 contexts:
@@ -46,12 +21,12 @@ 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
 }
 
@@ -63,10 +38,13 @@ 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
+      \omit StringNumber
+      % or:
+      %\override StringNumber.stencil = ##f
     }
   }
 }