]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / Documentation / snippets / using-grace-note-slashes-with-normal-heads.ly
index 8bc8c5e1d47fc540fe35b3950a379b0d13f5e6fb..0502f65f706251f1d6efcdce5cf8ef96c3f2bf3b 100644 (file)
@@ -1,12 +1,14 @@
-%% 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.13.16"
+% 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: 00ef2ac3dd16e21c9ffdffaa4d6d043a3f1a76e6
+%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
   texidoces = "
 
 Es posible aplicar la barrita que cruza la barra de las
@@ -18,15 +20,16 @@ acciaccaturas, en otras situaciones.
 
 
 
-%% Translation of GIT committish: 21c8461ea87cd670a35a40b91d3ef20de03a0409
+%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
   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"
 
+  lsrtags = "rhythms"
+
   texidoc = "
 The slash through the stem found in acciaccaturas can be applied in
 other situations.
@@ -35,8 +38,9 @@ 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)
 }