]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / using-grace-note-slashes-with-normal-heads.ly
index 676c37c8a7aa0c4379175cef2cc22f84b228a780..47d5dcfc62887d53a666108acdb3fbe2beb31be5 100644 (file)
@@ -8,7 +8,7 @@
 \version "2.15.15"
 
 \header {
-%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 
 Es posible aplicar la barrita que cruza la barra de las
@@ -20,13 +20,12 @@ acciaccaturas, en otras situaciones.
 
 
 
-%% Translation of GIT committish: 374d57cf9b68ddf32a95409ce08ba75816900f6b
+%% 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"
@@ -39,9 +38,9 @@ other situations.
   doctitle = "Using grace note slashes with normal heads"
 } % begin verbatim
 
+
 \relative c'' {
   \override Flag #'stroke-style = #"grace"
   c8( d2) e8( f4)
-} % begin verbatim
-
+}