On 31 May 2011 02:29, Sepand Shahab <[email protected]> wrote:
>
> Thanks very much, Xavier.
>
> After the passage how can I revert the stem length, flag, and direction
> settings to their default values?
>
>
>      % extend the stems to reach the other staff
>      \override Stem #'length = #15
>      % do not print extra flags
>      \override Stem #'flag-style = #'no-flag
>      % stems should be up
>       \stemUp
>
> many thanks,
> Sepand

I suppose you want the beaming to be reverted to default behaviour too.


  \revert Stem #'length
  \revert Stem #'flag-style
  \stemNeutral
  \autoBeamOn

Cheers,
Xavier

-- 
Xavier Scheuer <[email protected]>

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

Reply via email to