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?

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

Reply via email to