lilypond-user
[Top][All Lists]
Advanced

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

Instrument name in magnified staff


From: Chris Yate
Subject: Instrument name in magnified staff
Date: Sat, 9 Jan 2016 11:57:01 +0000

Hi,

As per the documentation*, I'm using \magnifyStaff to reduce the size of the solo line in a piano accompaniment.

\version "2.19.35"

\score { 
  <<
    \new Staff \with { instrumentName = "Example 1"
                       \magnifyStaff #4/7
    }    
    << \relative c{ a b c d } >>
    \new Staff \with { instrumentName = "Example 2"                       
    }
    << \relative c{ a b c d } >>
  >>
  \layout{}
}

Unfortunately the instrument name is _also_ magnified (negatively). (See attached)

Is this really the intended result? How would I make the instrument name text full size?

Thanks,

Chris

http://www.lilypond.org/doc/v2.19/Documentation/notation/setting-the-staff-size

Attachment: temp.png
Description: PNG image


reply via email to

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