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: Mike Dean
Subject: Re: Is there a better way of assigning an instrument name to Voice?
Date: Tue, 4 Apr 2017 13:46:54 -0400

Somewhere in the LSR is a snippet to shrink the size of the melody line

Mike Dean

On Tue, Apr 4, 2017 at 1:39 PM, Mike Dean <address@hidden> wrote:
After trial by errors and caagr98's (thanks much!!!) help:

<< 
    \new Staff = "mel" { \melody }
    <<  \set Staff.instrumentName = "Melody" >>
     \new PianoStaff <<
    \set PianoStaff.instrumentName = #"Piano  "
    \new Staff = "upper" \upper
    \new Staff = "lower" \lower
  >>
>>

(

Mike Dean

On Tue, Apr 4, 2017 at 12:56 PM, Mike Dean <address@hidden> 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



reply via email to

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