lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Edition Engraver: apply tweak to all editions


From: Jan-Peter Voigt
Subject: Re: Edition Engraver: apply tweak to all editions
Date: Wed, 6 Sep 2017 13:20:27 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

Hi Caagr98 ;-)

I already received a feature request from Kieren for pattern based context selection. I am going to implement something like:
\editionMod tweaks 2 0/4 "*".Staff \override NoteHead.color = #green

Until the end of September I am very busy (compare to quite busy). So I will work on it in October.

Jan-Peter


Am 04.09.2017 um 21:13 schrieb Caagr98:
\version "2.19.64"

\include "oll-core/package.ily"
\loadPackage edition-engraver
\consistToContexts #edition-engraver Staff

\addEdition tweaks
\editionMod tweaks 1 0/4 "A".Staff \override NoteHead.color = #red
\editionMod tweaks 1 0/4 "B".Staff \override NoteHead.color = #blue
\editionMod tweaks 2 0/4 Staff \override NoteHead.color = #green

<<
   \new Staff \with \editionID "A" { c'1 d'1 }
   \new Staff \with \editionID "B" { e'1 f'1 }
 >>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]