Re: Color noteheads according to their duration

2018-09-27 Thread Federico Bruni
Il giorno gio 27 set 2018 alle 21:29, Tim Meier ha scritto: Hello, unfortunately I'm not that well versed in the lillypond/scheme syntax. What I want to do is basically this (in pseudocode): if (noteDuration is quarter) => make noteHead blue if (noteDuration is half) => make noteHead red

Re: Color noteheads according to their duration

2018-09-28 Thread Aaron Hill
On 2018-09-27 10:54 pm, Federico Bruni wrote: Il giorno gio 27 set 2018 alle 21:29, Tim Meier ha scritto: Hello, unfortunately I'm not that well versed in the lillypond/scheme syntax. What I want to do is basically this (in pseudocode): if (noteDuration is quarter) => make noteHead blue if