Mats Bengtsson <[EMAIL PROTECTED]> writes:
> Why not redefine the Staff context once and for all and get rid of
> all the Scheme functions?

I was just supposing that in longer examples the OP doesn't want to
remove time signatures and bars (what would be the point of his original
function otherwise?). But I'm speculating.

> \layout {
>   indent = 10\mm
>   raggedright = ##t
>   \context{
>     Staff
>     \remove Time_signature_engraver
>     \remove Bar_engraver
>   }
> }
>
> %% A short Example
> { c' d' e' f' }
>
> %% A longer example
> \score {
>   { c' d' e' f' c' d' e' f' }
>   \layout { raggedright = ##f }
> }
>
> %% A short Example
> { c' d' e' f' }
>
>    /Mats


_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to