]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / using-grace-note-slashes-with-normal-heads.ly
index 22374075369a3a4ec89bbcd1d8f02694a4ad4c37..c5bcb7e88dc1a8f88346248faa83663a7c2a99ce 100644 (file)
@@ -5,53 +5,11 @@
 %
 % 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: 2d548a99cb9dba80f2ff035582009477cd37eceb
-  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"
 
-%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb
-  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.
@@ -60,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
-
-
+}