Il 21/01/2013 15:44, Eluze ha scritto:
Federico Bruni-5 wrote
But I need to use that override in a voice context.

in your original example

\relative c'' {
    \repeat unfold 4 { R1*4 \break }
    \override Score.NonMusicalPaperColumn.padding = #20
    R1 R1
}

by the time you override the /Score.NonMusicalPaperColumn.padding/ you *are*
in the Voice context and it works as expected!

try other numbers and you'll see!


Try to raise the value to #30 in the snippet above and you'll see what I mean. I'm experiencing the same issue in a score where the padding is just #15 and _all_ the music in the score (not just the music after the override) stretches so much that it flows off the page - even if the value is as low as #2.

Maybe it's just the wrong workaround for what I'm trying to achieve?

--
Federico

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

Reply via email to