Urs Liska <ul <at> openlilylib.org> writes: > > Do separate \score blocks with page breaks between help you?
Maybe I missed something, but I didn't have success with \score blocks. I seem to have more success with \book blocks, but now I have a lot of white space around the fretboard symbol and I want to eliminate that. Can you help with that? \version "2.19.15" %#(set-global-staff-size 30) \include "english.ly" %\include "predefined-plectrum-banjo-fretboards.ly" \include "predefined-guitar-fretboards.ly" \include "lilypond-book-preamble.ly" \paper { oddFooterMarkup = ##f } %arabic = \override FretBoard.fret-diagram-details.number-type = #'arabic %plec = \set Staff.stringTunings = #plectrumTuning plec = \set Staff.stringTunings = #guitarTuning fretprop = \override FretBoard.fret-diagram-details.finger-code = #'in-dot chordC = \chordmode { c } \book { << \new ChordNames { \chordC } \new FretBoards { \plec \fretprop \chordC } >> } chordCm = \chordmode { c:m } \book { << \new ChordNames { \chordCm } \new FretBoards { \plec \fretprop \chordCm } >> } _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user