]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-interval-of-lines-on-the-stave.ly
Doc-es: various updates.
[lilypond.git] / Documentation / snippets / changing-the-interval-of-lines-on-the-stave.ly
index a8ebc77299f211adcc7416f2c5feed42c1602f7e..9e5b0c7ef014aec9e5c08a4e39b0a7290f28e7f0 100644 (file)
@@ -1,24 +1,14 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% 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.14.2"
+\version "2.18.0"
 
 \header {
   lsrtags = "pitches"
 
-%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002
-  texidocfr = "
-@code{staffLineLayoutFunction} permet de changer le positionnement des
-notes.  Dans cet exemple, la valeur qui lui est attribuée --
-@code{ly:pitch-semitones} -- génère une gamme chromatique où l'écart
-entre chaque ligne et interligne de la portée est ramené au demi ton.
-
-"
-  doctitlefr = "Modification de l'intervalle des lignes de la portée"
-
   texidoc = "
 @code{staffLineLayoutFunction} is used to change the position of notes.
 This snippet shows setting its value to @code{ly:pitch-semitones} in
@@ -29,7 +19,6 @@ and line of the stave equal to one semitone.
   doctitle = "Changing the interval of lines on the stave"
 } % begin verbatim
 
-
 scale = \relative c' {
   a4 ais b c
   cis4 d dis e
@@ -50,4 +39,3 @@ scale = \relative c' {
     }
   >>
 }
-