]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/positioning-grace-notes-with-floating-space.ly
Web-it: update and fix wrong divs
[lilypond.git] / Documentation / snippets / positioning-grace-notes-with-floating-space.ly
index 51536e9f8617cc20ce2a1dd0aaf8dd9ccc3e612c..ab8bc4eef1a997eae28e3549ea827f1e7ec37ac9 100644 (file)
@@ -1,36 +1,14 @@
-%% Do not edit this file; it is auto-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.1"
+\version "2.18.0"
 
 \header {
   lsrtags = "rhythms"
 
-%% Translation of GIT committish: 5a33019d8b4a837f564eadd4979501ff07e9dfd5
-  texidoces = "
-
-Al establecer la propiedad @code{'strict-grace-spacing} hacemos
-que las columnas musicales para las notas de adorno sean
-'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: 13ac9d1dfbcc297166948ee396e9ade078d2446e
-  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"
-
   texidoc = "
 Setting the property @code{'strict-grace-spacing} makes the musical
 columns for grace notes 'floating', i.e., decoupled from the non-grace
@@ -43,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 {
@@ -54,4 +32,3 @@ the) graces are put left of the musical columns for the main notes.
     }
   >>
 }
-