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: Mark Stephen Mrotek
Subject: RE: Cross-staff voice with modified context.
Date: Fri, 5 Sep 2014 12:44:02 -0700

Hwaen Ch'ugi,

Does the attached do what you want?

Mark

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
Hwaen Ch'uqi
Sent: Friday, September 05, 2014 11:38 AM
To: Simon Albrecht
Cc: address@hidden
Subject: Re: Cross-staff voice with modified context.

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.ly
Description: Text Data


reply via email to

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