lilypond-user
[Top][All Lists]
Advanced

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

Instrument Name Not Showing...


From: Ben
Subject: Instrument Name Not Showing...
Date: Thu, 30 Nov 2017 19:12:45 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

Hi all,

I am trying to get an instrument name to show beside a staff that begins in the middle of a passage, but I'm not having success.
I've attached a screenshot and here is the code that shows my example:

\version "2.19.80"

\score {
  <<
    \new Staff = "Testing"
    \with { instrumentName = "Top"  }
    \relative c'' { c1 | c | c | c |  }
   
    \new StaffGroup
    \relative c'' {
      \new Staff \with { instrumentName = "Bottom"  }
      { c1 | c <<
      { c1 | d  }
     
      \new Staff \with { instrumentName = "Violin"            
            alignAboveContext = "Testing" }                               
          {  \once \omit Staff.TimeSignature
             c1 | b }
                    >>
      }
    }
  >>
}

Can someone please show me what I am doing wrong, and how I can get the "Violin" instrument name to show up next to the topmost staff?

Thank you!

Attachment: instname.png
Description: PNG image


reply via email to

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