]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly
Merge branch 'stable/2.16' into staging
[lilypond.git] / Documentation / snippets / using-grace-note-slashes-with-normal-heads.ly
index f2bc237e8c62e3e0b6002bcaabdbf1a7af387f7d..c5bcb7e88dc1a8f88346248faa83663a7c2a99ce 100644 (file)
@@ -5,30 +5,9 @@
 %
 % This file is in the public domain.
 %% Note: this file works from version 2.15.15
-\version "2.15.15"
+\version "2.16.0"
 
 \header {
-%% Translation of GIT committish: 8b93de6ce951b7b14bc7818f31019524295b990f
-  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"
-
   lsrtags = "rhythms"
 
   texidoc = "
@@ -39,9 +18,8 @@ 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
-
-
+}