ertical-spacing
Cheers,
-Paul
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/scheme-function-that-conditionally-sets-several-variables-in-paper-tp168580p169254.html
Sent from the User mailing list archive at Nabble.com.
___
lilypo
re is probably
> something more to think of.
> It's beyond my current depth, though.
Ok, thanks again, I will have to look into it some more. (Curious about
using this approach for layout as well as paper.)
Cheers,
-Paul
--
View this message in context:
http://lilypond.1069038
2014-11-16 16:31 GMT+01:00 Paul Morris :
> Thomas Morley-2 wrote
>> Hi Paul,
>>
>> maybe something at the lines of:
>>
>> my-paper-settings =
>> #'((system-system-spacing . (padding . 10))
>> ;(score-system-spacing . (padding . 0))
>> ;(markup-system-spacing . (padding . 0))
>> ;(score
'$defaultpaper)
Did you look at the source code, or somewhere in the documentation, or the
LSR? I didn't find anything on these output definitions in the internals
reference. It looks like the following will work for layout:
(ly:parser-loo
2014-11-09 18:36 GMT+01:00 Paul Morris :
> Greetings all,
>
> Is there currently a way to get the scheme function below (a minimal
> example) to do what it's trying to do, namely return a paper block with
> several parts that are conditionally added or omitted?
>
> I have tried various combinations
x27; { \global \somenotes }
\score {
<<
<<
\new ChordNames \chordNames
\new Staff { \melody }
\addlyrics { \verse }
>>
\new PianoStaff <<
\new Staff = "right" { \right }
\new Staff = "left" { \clef bass \left }