]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/positioning-grace-note-beams-at-the-height-of-normal-note-beams.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / positioning-grace-note-beams-at-the-height-of-normal-note-beams.ly
index d651d1fbb7950350f4692dc0187729f2ed2586dc..7f13ed5280e83903011d9c4ac16cc33682e23d19 100644 (file)
@@ -1,25 +1,14 @@
-%% Do not edit this file; it is automatically
+%% 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.12.2"
+\version "2.16.0"
 
 \header {
   lsrtags = "rhythms"
 
-%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
-  texidoces = "
-
-Cuando se colocan figuras sobre líneas adicionales, sus barras se
-sitúan generalmente en medio del pentagrama.  La barra de las notas de
-adorno es más corta y las notas de adorno sobre líneas adicionales
-podrían tener la barra fuera del pentagrama.  Podemos corregir este
-barrado para las notas de adorno.
-
-"
-  doctitlees = "Colocar las barras de las notas de adorno a la misma altura que las barras de notas normales"
-
-
-
   texidoc = "
 When notes are placed on ledger lines, their beams are usually centred
 on the stave.  Grace notes beams are shorter and grace notes on ledger
@@ -30,6 +19,7 @@ beaming for grace notes.
   doctitle = "Positioning grace note beams at the height of normal note beams"
 } % begin verbatim
 
+
 \relative c {
   f8[ e]
   \grace {
@@ -40,4 +30,3 @@ beaming for grace notes.
   }
   f8[ e]
 }
-