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: Simon Albrecht
Subject: Re: Cross-staff voice with modified context.
Date: Fri, 05 Sep 2014 19:43:50 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.1.0

Hello Hwaen,

the code you provided doesn’t compile for me (with 2.19.12, but it has nothing to do with the version). Please send working code.

Yours, Simon

Am 05.09.2014 um 15:36 schrieb Hwaen Ch'uqi:
Greetings All,

What is the best way of achieving a cross-staff voice where one of the
staves must be modified? I fear that I may be missing something very
fundamental. Please see the code below, and thank you for any help.

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 =
MyCustomStaff \voiceOne aes, c \change Staff = up \voiceTwo ges' aes
        }
        \\
        {
          des,,2
        }
       >>
     }
   >>
}

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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