Re: Issue with cross staff beam

2009-01-24 Thread Stefan Waler

Robin Bannister wrote:

A similar problem was discussed recently
http://lists.gnu.org/archive/html/lilypond-user/2009-01/msg00530.html



Thanks - I'll look into this!

Stefan



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Issue with cross staff beam

2009-01-24 Thread Robin Bannister

A similar problem was discussed recently
http://lists.gnu.org/archive/html/lilypond-user/2009-01/msg00530.html

Cheers,
Robin


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Issue with cross staff beam

2009-01-24 Thread Stefan Waler

Hi,

I encountered an issue with accidentals not being taken into account in 
a cross staff beam ... does anybody know a simple workaround?


Thanks!

Stefan
\version "2.12.01"

global = {
	\key c \major
	\time 4/4
}


NotesTest = {

	\clef "bass"

		\relative c'
		{
			ais8 [ \change Staff=RHStaff dis gis]
		}
}


\score {
	<<
		\new StaffGroup <<
			\new Staff = "RHStaff" { \skip 1 * 5 }
			\new Staff = "LHStaff" { \skip 1 * 5 }
			\context Staff = LHStaff \new Voice << \global \NotesTest >>
		>>
	>>
}<>___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user