X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcoloring-notes-depending-on-their-pitch.ly;h=23b25a5523d4ff368b9be3e9b3bbccd09ef85229;hb=2fef7b7eb7ac5d7a2ed237bf22a6ec6fe5d946d9;hp=05fe6f5ea60ab7003c1a153bbb19c69eac0fe62a;hpb=32a34dcef0c0041c6d62677487a380b5c8b85712;p=lilypond.git diff --git a/Documentation/snippets/coloring-notes-depending-on-their-pitch.ly b/Documentation/snippets/coloring-notes-depending-on-their-pitch.ly index 05fe6f5ea6..23b25a5523 100644 --- a/Documentation/snippets/coloring-notes-depending-on-their-pitch.ly +++ b/Documentation/snippets/coloring-notes-depending-on-their-pitch.ly @@ -1,10 +1,10 @@ %% 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.16.0" +\version "2.18.0" \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 } }