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 11:25:50 +0100
User-agent: Mutt/1.9.4 (2018-02-28)

On Fri, Nov 15, 2019 at 10:45:45AM +0100, Michael Käppler wrote:
> While I would strongly suggest that you update to the latest development
> version, which can regarded
> as very stable, this would work with 2.18.2:

Thanks, this works!
Can I specify a different override for different
voices by name ? Ie: I have these voices:

      \new Staff \with {
        instrumentName = #"Voice"
      } {
        \new Voice = "vocal" { \melody }
      }

      \new Staff \with {
        instrumentName = #"Alto"
      } {
        \transpose c a
        \new Voice = "sax" { \melody_alto }
      }

      \new Staff \with {
        instrumentName = #"Trumpet"
      } {
        \transpose c d
        \new Voice = "trp" { \melody_trp }
      }

--strk;



reply via email to

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