Please run this, it is self-explanatory. It is an issue with autochange and 
beaming. Is it me, or a bug?


\version "2.14.2"

                \score
                        {
                        \new PianoStaff
                                <<
                                \new Staff = "up"
                                        {
                                        \key des \major 
                                        \time 7/8
                                        \clef treble
                                        \set Timing.beatStructure = #'(7)
                                        \autochange {
                                        \relative c'
                                                {
                                                \stemUp{        
                                                \bar "|:" 
                                                 ges8 aes bes c des ees f | 
\bar 
":|" \cadenzaOn ges1 \cadenzaOff \bar "|."
                                                }
                                                }}      
                                        }
                                \new Staff = "down"
                                        {
                                        \key des \major 
                                        \clef bass
                                        \autochange {
                                        \relative c
                                        {\stemDown{
                                                 ges8 aes bes c des ees f | 
\cadenzaOn ges1 \cadenzaOff
                                        }}
                                        }
                                        }       
                                >>
                        \header
                                {
                                subtitle = ##f
                                subsubtitle = ##f
                                piece = \markup{Correct split beaming of the 
two 
hands. R.H. "\\relative" c' -- L.H. "\\relative" c}
                                }
                        }

                \score
                        {
                        \new PianoStaff
                                <<
                                \new Staff = "up"
                                        {
                                        \key des \major 
                                        \time 7/8
                                        \clef treble
                                        \set Timing.beatStructure = #'(7)
                                        \autochange {
                                        \relative c''
                                                {
                                                \stemUp{        
                                                \bar "|:" 
                                                 ges8 aes bes c des ees f | 
\bar 
":|" \cadenzaOn ges1 \cadenzaOff \bar "|."
                                                }
                                                }}      
                                        }
                                \new Staff = "down"
                                        {
                                        \key des \major 
                                        \clef bass
                                        \autochange {
                                        \relative c'
                                        {\stemDown{
                                                 ges8 aes bes c des ees f | 
\cadenzaOn ges1 \cadenzaOff
                                        }}
                                        }
                                        }       
                                >>
                        \header
                                {
                                subtitle = ##f
                                subsubtitle = ##f
                                piece = \markup{\column{\justify{Incorrect non-
split beaming of the two hands into one "\"octave\"" pattern, if the R.H. is 
"\\relative" to c'' or higher, no matter the L.H. In the example the code is 
same as above, only the "\"relative\"" notes are changed. Here R.H. 
"\\relative" 
c'' -- L.H. "\\relative" c'}}}
                                }
                        }



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to