|
| From: | Nicolas Sceaux |
| Subject: | Re: Scheme error - what am I doing wrong? |
| Date: | Sun, 09 Oct 2005 23:32:07 +0200 |
| User-agent: | Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) |
Mats Bengtsson <address@hidden> 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
| [Prev in Thread] | Current Thread | [Next in Thread] |