X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fusing-grace-note-slashes-with-normal-heads.ly;h=4d2898ff32d0d3c11606cbd41e5aac8c39bc988b;hb=2bbacb364aa29041af9cbbbd32cfad2e8e387cb3;hp=8bc8c5e1d47fc540fe35b3950a379b0d13f5e6fb;hpb=579274a935b22567ac15b3651a9d651474f88ec4;p=lilypond.git diff --git a/Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly b/Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly index 8bc8c5e1d4..4d2898ff32 100644 --- a/Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly +++ b/Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly @@ -1,32 +1,14 @@ -%% Do not edit this file; it is automatically -%% 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.16" +\version "2.18.0" \header { lsrtags = "rhythms" -%% Translation of GIT committish: 00ef2ac3dd16e21c9ffdffaa4d6d043a3f1a76e6 - texidoces = " - -Es posible aplicar la barrita que cruza la barra de las -acciaccaturas, en otras situaciones. - -" - - doctitlees = "Utilizar la barra que tacha las notas de adorno con notas normales" - - - -%% Translation of GIT committish: 21c8461ea87cd670a35a40b91d3ef20de03a0409 - texidocfr = " -Le trait que l'on trouve sur les hampes des acciaccatures peut -être appliqué dans d'autres situations. - -" - - doctitlefr = "Utilisation de hampe barrée pour une note normale" - texidoc = " The slash through the stem found in acciaccaturas can be applied in other situations. @@ -36,7 +18,6 @@ other situations. } % begin verbatim \relative c'' { - \override Stem #'stroke-style = #"grace" + \override Flag.stroke-style = #"grace" c8( d2) e8( f4) } -