X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fusing-grace-note-slashes-with-normal-heads.ly;h=3bea1acfa9f0ccd4c10fc76128c49774cb03c976;hb=13da8b2;hp=6238b039a8f439c3b015b3d3489c404dd826b28a;hpb=b503d2c54e1c3c6bf1677226b2c2aaab94e8aba8;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 6238b039a8..3bea1acfa9 100644 --- a/Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly +++ b/Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly @@ -1,35 +1,15 @@ -%% 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.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.16.0 +\version "2.17.6" \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. @@ -38,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) } -