X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fusing-grace-note-slashes-with-normal-heads.ly;h=c5bcb7e88dc1a8f88346248faa83663a7c2a99ce;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=21d6c7528db84de5ce2c4090eecd7b629fa52626;hpb=4ae30ca20a9dc36bb05a6838318666c2bae16975;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 21d6c7528d..c5bcb7e88d 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,15 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it -%% This file is in the public domain. -\version "2.12.2" +% 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.15.15 +\version "2.16.0" \header { lsrtags = "rhythms" -%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec - 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: 374d57cf9b68ddf32a95409ce08ba75816900f6b - 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. @@ -35,8 +18,8 @@ other situations. doctitle = "Using grace note slashes with normal heads" } % begin verbatim + \relative c'' { - \override Stem #'stroke-style = #"grace" + \override Flag #'stroke-style = #"grace" c8( d2) e8( f4) } -