]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/using-grace-note-slashes-with-normal-heads.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / using-grace-note-slashes-with-normal-heads.ly
index b3c8d605a6f09d51f2055acf3def096b30fcbc3d..c5bcb7e88dc1a8f88346248faa83663a7c2a99ce 100644 (file)
@@ -1,35 +1,15 @@
-%% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
-%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
-%% and then run scripts/auxiliar/makelsr.py
-%%
-%% This file is in the public domain.
-\version "2.14.0"
+% 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.16.0"
 
 \header {
   lsrtags = "rhythms"
 
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  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.
@@ -38,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)
 }
-