X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpositioning-grace-note-beams-at-the-height-of-normal-note-beams.ly;h=c05f2592a688cb835265d006413b1347f7655bea;hb=730d4eb3e0328e8ba0b376f8191a5bb6ae7f904c;hp=9f6a70ad85b1e1a40442caa09e4cf6de8bc5b96a;hpb=2055f35c47a045a50a01ff4dba8524322cfc3b48;p=lilypond.git diff --git a/Documentation/snippets/positioning-grace-note-beams-at-the-height-of-normal-note-beams.ly b/Documentation/snippets/positioning-grace-note-beams-at-the-height-of-normal-note-beams.ly index 9f6a70ad85..c05f2592a6 100644 --- a/Documentation/snippets/positioning-grace-note-beams-at-the-height-of-normal-note-beams.ly +++ b/Documentation/snippets/positioning-grace-note-beams-at-the-height-of-normal-note-beams.ly @@ -1,28 +1,14 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.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" +\version "2.18.0" \header { lsrtags = "rhythms" -%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d - 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 @@ -37,10 +23,9 @@ beaming for grace notes. f8[ e] \grace { f8[ e] - \override Stem #'no-stem-extend = ##f + \override Stem.no-stem-extend = ##f f8[ e] - \revert Stem #'no-stem-extend + \revert Stem.no-stem-extend } f8[ e] } -