lilypond-user
[Top][All Lists]
Advanced

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

Issue with cross staff beam


From: Stefan Waler
Subject: Issue with cross staff beam
Date: Sat, 24 Jan 2009 12:04:31 +0100
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

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 >>
                >>
        >>
}

PNG image


reply via email to

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