lilypond-user
[Top][All Lists]
Advanced

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

Re: two beginners questions


From: mj
Subject: Re: two beginners questions
Date: Wed, 6 Apr 2016 11:10:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Hi Phil, list,

On 04/05/2016 05:12 PM, Phil Holmes wrote:

\context { \ChordNames
  \override ChordName #'font-size = #-1
}

to your layout block.


That works, and now I'd like the fret diagrams to be reduced as well. Below is an exerpt from my include file, which works for everything, except for the FretBoard.size:

\layout {
  indent = 0\cm

  \context { \ChordNames
    \override ChordName #'font-size = #-2
  }

  \context { \FretBoards
    \override FretBoards.FretBoard.size = #0.8
  }

  \context { \Score
    \remove "Bar_number_engraver"
  }

}

Is my logic wrong?



reply via email to

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