]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/coloring-notes-depending-on-their-pitch.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / coloring-notes-depending-on-their-pitch.ly
index 6a7ccf9774363d0fa7c1113ad25706129bfeebb7..05fe6f5ea60ab7003c1a153bbb19c69eac0fe62a 100644 (file)
@@ -4,19 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.16.0"
 
 \header {
-%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002
-  texidocfr = "
-Les têtes de note peuvent adopter une couleur différenete selon leur
-hauteur ou leur nom : la fonction utilisée ici fait même la distinction
-entre enharmoniques.
-
-"
-  doctitlefr = "Coloration des notes selon leur hauteur"
-
-  lsrtags = "editorial-annotations, really-cool, pitches"
+  lsrtags = "editorial-annotations, pitches, really-cool"
 
   texidoc = "
 It is possible to color note heads depending on their pitch and/or
@@ -68,4 +59,3 @@ to distinguish enharmonics.
     c8 b d dis ees f g aes
   }
 }
-