lilypond-user
[Top][All Lists]
Advanced

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

Re: Cross-staff voice with modified context.


From: Hwaen Ch'uqi
Subject: Re: Cross-staff voice with modified context.
Date: Fri, 5 Sep 2014 14:37:55 -0400

Greetings Simon,

Thank you so much for your response. Yes, there was a silly oversight
in my code which I have now corrected. Below is the code again
followed by the compilation messages. I have also attached the rather
strange result as a pdf.

Hwaen Ch'uqi

\version "2.18.2"

\score{
  \new PianoStaff<<
    \new Staff = up {
      \key des \major \time 2/4 \clef treble \relative c'{
        <<
          {
            f4 es
          }
          \\
          {
            s2
          }
        >>
      }
    }
    \new Staff = down \with{
      \consists "Span_arpeggio_engraver"
    }
    \key des \major \time 2/4 \clef bass \relative c'{
      \set Staff.connectArpeggios = ##t
      <<
        {
          aes,16 des \change Staff = up \voiceTwo f aes \change Staff = down
\voiceOne aes, c \change Staff = up \voiceTwo ges' aes
        }
        \\
        {
          des,,2
        }
      >>
    }
  >>
}

GNU LilyPond 2.18.2
Processing `Cross.ly'
Parsing...
Interpreting music...
Cross.ly:25:11: warning: adding note head to incompatible stem (type = 1/4)
        
          aes,16 des \change Staff = up \voiceTwo f aes \change Staff
= down \voiceOne aes, c \change Staff = up \voiceTwo ges' aes
Cross.ly:25:11: warning: maybe input should specify polyphonic voices
        
          aes,16 des \change Staff = up \voiceTwo f aes \change Staff
= down \voiceOne aes, c \change Staff = up \voiceTwo ges' aes
Cross.ly:25:57: warning: cannot find context to switch to
          aes,16 des \change Staff = up \voiceTwo f aes
                                                        \change Staff
= down \voiceOne aes, c \change Staff = up \voiceTwo ges' aes
Cross.ly:25:88: warning: adding note head to incompatible stem (type = 1/4)
          aes,16 des \change Staff = up \voiceTwo f aes \change Staff = down 
\voiceOne

                aes, c \change Staff = up \voiceTwo ges' aes
Cross.ly:25:88: warning: maybe input should specify polyphonic voices
          aes,16 des \change Staff = up \voiceTwo f aes \change Staff = down 
\voiceOne

                aes, c \change Staff = up \voiceTwo ges' aes
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Cross.ly:25:18: warning: no viable initial configuration found: may
not find good beam slope
          aes,16
                 des \change Staff = up \voiceTwo f aes \change Staff
= down \voiceOne aes, c \change Staff = up \voiceTwo ges' aes
Cross.ly:25:93: warning: no viable initial configuration found: may
not find good beam slope
          aes,16 des \change Staff = up \voiceTwo f aes \change Staff = down
\voiceOne aes,

                     c \change Staff = up \voiceTwo ges' aes
Layout output to `Cross.ps'...
Converting to `./Cross.pdf'...
Success: compilation successfully completed

Attachment: Cross.pdf
Description: Adobe PDF document


reply via email to

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