lilypond-user
[Top][All Lists]
Advanced

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

Re: drawing a range reguardless of transposition


From: Sandro Santilli
Subject: Re: drawing a range reguardless of transposition
Date: Fri, 15 Nov 2019 12:09:27 +0100
User-agent: Mutt/1.9.4 (2018-02-28)

On Fri, Nov 15, 2019 at 12:00:09PM +0100, Michael Käppler wrote:

> \score {
>   <<
>     \new Staff \with {
>       instrumentName = #"Voice"
> 
>     } {
>       \new Voice = "vocal" \with {
>         \override NoteHead.color = \highlightOutOfRange e' b'
>       } { \notes }
> 
>     }
> 
>     \new Staff \with {
>       instrumentName = #"Alto"
>     } {
>       \new Voice = "sax" \with {
>         \override NoteHead.color = \highlightOutOfRange a e'
>       } { \transpose c g, \notes }
>     }
> 
>     \new Staff \with {
>       instrumentName = #"Trumpet"
>     } {
>       \new Voice = "trp" \with {
>         \override NoteHead.color = \highlightOutOfRange g' f''
>       } { \transpose c b \notes }
>     }
>   >>

The thing is I'm writing multiple scores with the same parts
replicated (some with all 3 voices, some with just 2 voices)
so I'd like to avoid the duplication of ranges. A range is
specific to an instrument so I'd like to specify that in the
header for each instrument, reguardless of score...

--strk;



reply via email to

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