]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/making-slurs-with-complex-dash-structure.ly
New version of LSR upgrade
[lilypond.git] / Documentation / snippets / making-slurs-with-complex-dash-structure.ly
index 225821c384efd4e07c625bcd9a2f76c7d6a0cbd2..d2f33cfa752d57b330c39ba0e9369a5deb25adfc 100644 (file)
@@ -1,13 +1,14 @@
-% DO NOT EDIT this file manually; it is automatically
-% generated from Documentation/snippets/new
-% Make any changes in Documentation/snippets/new/
-% and then run scripts/auxiliar/makelsr.py
-%
-% This file is in the public domain.
-%% Note: this file works from version 2.14.0
-\version "2.14.0"
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.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.2"
 
 \header {
+  lsrtags = "rhythms, expressive-marks"
+
 %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
   texidoces = "
 
@@ -79,28 +80,24 @@ trait @code{segment-style} de longueur @code{segment-taille}.
   doctitlefr = "Dessin d'une liaison d'articulation au trait discontinu"
 
 
-  lsrtags = "rhythms, expressive-marks"
   texidoc = "
-Slurs can be made with complex dash patterns by defining
-the @code{dash-definition} property.  @code{dash-definition}
-is a list of @code{dash-elements}.  A @code{dash-element} is a
-list of parameters defining the dash behavior for a segment of
-the slur.
-
-The slur is defined in terms of the bezier parameter t
-which ranges from 0
-at the left end of the slur to 1 at the right end of the slur.
+Slurs can be made with complex dash patterns by defining the
+@code{dash-definition} property.  @code{dash-definition} is a list of
+@code{dash-elements}.  A @code{dash-element} is a list of parameters
+defining the dash behavior for a segment of the slur.
+
+The slur is defined in terms of the bezier parameter t which ranges
+from 0 at the left end of the slur to 1 at the right end of the slur.
 @code{dash-element} is a list @code{(start-t stop-t dash-fraction
 dash-period)}.  The region of the slur from @code{start-t} to
-@code{stop-t} will have a fraction @code{dash-fraction}
-of each @code{dash-period} black.  @code{dash-period} is
-defined in terms of staff spaces.  @code{dash-fraction} is
-set to 1 for a solid slur.
+@code{stop-t} will have a fraction @code{dash-fraction} of each
+@code{dash-period} black.  @code{dash-period} is defined in terms of
+staff spaces.  @code{dash-fraction} is set to 1 for a solid slur.
+
 "
   doctitle = "Making slurs with complex dash structure"
 } % begin verbatim
 
-
 \relative c' {
   \once \override
     Slur #'dash-definition = #'((0 0.3 0.1 0.75)