]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/coloring-notes-depending-on-their-pitch.ly
LSR updates
[lilypond.git] / Documentation / snippets / coloring-notes-depending-on-their-pitch.ly
index ed7167439e821ac092407888d8e52908f6547007..2687fb54403f7b42d62944bf6d3971fd5c0d1929 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.25"
 
 \header {
-  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
@@ -55,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
   }
 }
-