lilypond-user
[Top][All Lists]
Advanced

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

Re: Is there a better way of assigning an instrument name to Voice?


From: caagr98
Subject: Re: Is there a better way of assigning an instrument name to Voice?
Date: Tue, 4 Apr 2017 19:00:37 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

You can use a \with block:

\new Voice = "mel" \with { instrumentName = "Melody" } { \melody }

On 04/04/17 18:56, Mike Dean wrote:
< < \new Voice = "mel" { \melody }
   *\set Voice.instrumentName = #"Melody"*
     \new PianoStaff <<
    \set PianoStaff.instrumentName = #"Piano  "
    \new Staff = "upper" \upper
    \new Staff = "lower" \lower
  >>

Mike Dean


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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