]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/coloring-notes-depending-on-their-pitch.ly
Add '-dcrop' option to ps and svg backends
[lilypond.git] / Documentation / snippets / coloring-notes-depending-on-their-pitch.ly
index ab09d7ee907ee20eb6e927cc34f5baf5ad3b1d08..23b25a5523d4ff368b9be3e9b3bbccd09ef85229 100644 (file)
@@ -1,10 +1,13 @@
-%% 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 = "pitches, editorial-annotations"
+  lsrtags = "editorial-annotations, pitches, really-cool"
 
   texidoc = "
 It is possible to color note heads depending on their pitch and/or
@@ -52,8 +55,7 @@ to distinguish enharmonics.
 
 \score {
   \new Staff \relative c' {
-    \override NoteHead #'color = #color-notehead
+    \override NoteHead.color = #color-notehead
     c8 b d dis ees f g aes
   }
 }
-