lilypond-user
[Top][All Lists]
Advanced

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

Re: Create one png image per pageBreak?


From: Stan Mulder
Subject: Re: Create one png image per pageBreak?
Date: Mon, 22 Dec 2014 20:20:31 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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 } >> }





reply via email to

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