]> 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 ed7167439e821ac092407888d8e52908f6547007..23b25a5523d4ff368b9be3e9b3bbccd09ef85229 100644 (file)
@@ -1,13 +1,13 @@
 %% 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 = "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
   }
 }
-