]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/coloring-notes-depending-on-their-pitch.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / coloring-notes-depending-on-their-pitch.ly
index 05fe6f5ea60ab7003c1a153bbb19c69eac0fe62a..16ed079f6e578e48bedf99278136535810aab641 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "editorial-annotations, pitches, really-cool"
@@ -55,7 +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
   }
 }