lilypond-user
[Top][All Lists]
Advanced

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

voiceOneStyle etc.


From: Noeck
Subject: voiceOneStyle etc.
Date: Sun, 01 Feb 2015 17:00:04 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi,

the voiceOneStyle is defined in ly/property-init.ly.
It only overrides the NoteHead, Stem and Beam.
Is there a particular reason for this?

I wrote my own definitions for a project, including Rests (!), TextScript,
Script, Slur and Tie:

voiceStyleFour = {
  \override NoteHead.style = #'harmonic-mixed
  \override NoteHead.color = #(x11-color 'OrangeRed)
  \override Stem.color = #(x11-color 'OrangeRed)
  \override Beam.color = #(x11-color 'OrangeRed)
  \override Rest.color = #(x11-color 'OrangeRed)
  \override TextScript.color = #(x11-color 'OrangeRed)
  \override Script.color = #(x11-color 'OrangeRed)
  \override Slur.color = #(x11-color 'OrangeRed)
  \override Tie.color = #(x11-color 'OrangeRed)
}
There are more, like Fingerings etc.
Would that be interesting to add to property-init.ly or not?

In addition (separated from the first proposal and clearly more subjective), I
find it rather old-fashioned to use the standard four colours for this (red
green blue magenta). How about a change here?
My personal settings are: firebrick RoyalBlue ForestGreen OrangeRed
for voice 1-4.

Cheers,
Joram



reply via email to

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