X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fslides-in-tablature.ly;h=d1068720a8c3e2e23806a6e9eebd8be98128ee23;hb=c4b122bf88e2aff20df5f85130e67aab73f7c5bf;hp=a336b0bd4b82b11b52dfd006b70d96d742846bc5;hpb=3ef893f1fe182e9f6cf5841cbff0706789bd3361;p=lilypond.git diff --git a/Documentation/snippets/slides-in-tablature.ly b/Documentation/snippets/slides-in-tablature.ly index a336b0bd4b..d1068720a8 100644 --- a/Documentation/snippets/slides-in-tablature.ly +++ b/Documentation/snippets/slides-in-tablature.ly @@ -1,57 +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.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.18.0" \header { -%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb - 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: 40bf2b38d674c43f38058494692d1a0993fad0bd - texidocfr = " -Un glissando s'indique dans un @code{TabStaff} tout comme dans un -@code{Staff}. - -" - - doctitlefr = "Glissando et tablature" - - 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 } @@ -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 } } }