X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpositioning-grace-notes-with-floating-space.ly;h=ab8bc4eef1a997eae28e3549ea827f1e7ec37ac9;hb=549033b9a02ebe4be5e3f5afae93a838d3bc912f;hp=59f33fad4d8a278ef1230fa5c35b3edc1644bbce;hpb=0d7788bc36b5d98931e9fb5115c38abf9b7d4854;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 59f33fad4d..ab8bc4eef1 100644 --- a/Documentation/snippets/positioning-grace-notes-with-floating-space.ly +++ b/Documentation/snippets/positioning-grace-notes-with-floating-space.ly @@ -1,49 +1,14 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% 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.13.16" +\version "2.18.0" \header { lsrtags = "rhythms" -%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d - 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 @@ -56,10 +21,10 @@ the) graces are put left of the musical columns for the main notes. \relative c'' { << - \override Score.SpacingSpanner #'strict-grace-spacing = ##t + \override Score.SpacingSpanner.strict-grace-spacing = ##t \new Staff \new Voice { \afterGrace c4 { c16[ c8 c16] } - c8[ \grace { b16[ d] } c8] + c8[ \grace { b16 d } c8] c4 r } \new Staff { @@ -67,4 +32,3 @@ the) graces are put left of the musical columns for the main notes. } >> } -