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=d3c6e90dc9672e68ac62002d576ab7ac929fad50;hb=ca6e130e62a717b99db393f7262c9b34cb3d127d;hp=4f1d596cad1c048bf78397e39e57f97bc1e5cadc;hpb=5694db4f955a21b9cd281388e69230a82f3a9cae;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 4f1d596cad..d3c6e90dc9 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 @@ -4,25 +4,11 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\version "2.17.6" \header { lsrtags = "rhythms" -%% Translation of GIT committish: 615cbf212fdaf0b220b3330da417d0c3602494f2 - 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 @@ -33,14 +19,14 @@ beaming for grace notes. doctitle = "Positioning grace note beams at the height of normal note beams" } % begin verbatim + \relative c { 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] } -