lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

\revertBeamSettings not reverting


From: address@hidden
Subject: \revertBeamSettings not reverting
Date: Fri, 18 Jun 2010 17:23:34 +0000 (GMT)

In the example below the second used of \revertBeamSettings appears to have no 
effect.  Have I missed something in the docs or should I send this to 
bug-lilypond?

-David


%%%%% BEGIN LILYPOND %%%%%

\version "2.13.17"

\score {
  \relative c' {
    \time 3/8
    c16 c c c c c % default beam
    \overrideBeamSettings #'Staff #'(3 . 8) #'end #'((* . ( 1 1 1)))
    c16 c c c c c % overridden beams 2+2+2
    \revertBeamSettings #'Staff #'(3 . 8) #'end
    c16 c c c c c % back to default beam
    \overrideBeamSettings #'Staff #'(3 . 8) #'end #'((* . ( 1 1 1)))
    c16 c c c c c % overridden again 2+2+2
    \revertBeamSettings #'Staff #'(3 . 8) #'end
    c16 c c c c c % NOT default beams as above
    
  }
}

%%%%% END LILYPOND %%%%%



reply via email to

[Prev in Thread] Current Thread [Next in Thread]