X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpositioning-grace-notes-with-floating-space.ly;h=ae61dd1a9f1caaf04e747186bebfd0236013ee8c;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=11a71361aaa97aad174bcd5c163d79cbf9706114;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/Documentation/snippets/positioning-grace-notes-with-floating-space.ly b/Documentation/snippets/positioning-grace-notes-with-floating-space.ly index 11a71361aa..ae61dd1a9f 100644 --- a/Documentation/snippets/positioning-grace-notes-with-floating-space.ly +++ b/Documentation/snippets/positioning-grace-notes-with-floating-space.ly @@ -4,51 +4,11 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\version "2.16.0" \header { lsrtags = "rhythms" -%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c - texidoces = " - -Al establecer la propiedad @code{'strict-grace-spacing} hacemos que -las columnas musicales para las notas de adorno sean @q{flotantes}, es -decir, desacopladas de las notas que no son de adorno: primero se -aplica el espaciado de las notas normales, y luego se ponen las -columnas musicales de las notas de adorno a la izquierda de las -columnas musicales de las notas principales. - -" - - doctitlees = "Posicionamiento de las notas de adorno con espacio flotante" - - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Wenn man die Eigenschaft @code{'strict-grace-spacing} aktiviert, -werden die Verzierungsnoten \"fließend\" gemacht, d.h. sie sind -von den normalen Noten los gekoppelt: Zuerst werden die normalen -Noten platziert, dann erst die Verzierungen links von der -Hauptnote gesetzt. - -" - doctitlede = "Positionierung von Verzierungen mit verschiebbarem Platz" - - - -%% Translation of GIT committish: 374d57cf9b68ddf32a95409ce08ba75816900f6b - texidocfr = " -Lorsque vous activez la propriété @code{'strict-grace-spacing}, -l'espacement des notes d'ornement se fera de manière @qq{élastique}. -Autrement dit, elles seront décollées de leur note de rattachement : -LilyPond commence par espacer les notes normales, puis les ornements -sont placés à la gauche de leur note de rattachement. - -" - doctitlefr = "Positionnement des notes d'ornement avec espace flottant" - texidoc = " Setting the property @code{'strict-grace-spacing} makes the musical columns for grace notes 'floating', i.e., decoupled from the non-grace @@ -59,6 +19,7 @@ the) graces are put left of the musical columns for the main notes. doctitle = "Positioning grace notes with floating space" } % begin verbatim + \relative c'' { << \override Score.SpacingSpanner #'strict-grace-spacing = ##t @@ -72,4 +33,3 @@ the) graces are put left of the musical columns for the main notes. } >> } -