]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / using-grace-note-slashes-with-normal-heads.ly
index 21d6c7528db84de5ce2c4090eecd7b629fa52626..009e45bd59b3294b88ecd26ee26099fc9651b2de 100644 (file)
@@ -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.15.15"
 
 \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)
 }
-