On 3 August 2011 17:14, Urs Liska <lilyli...@googlemail.com> wrote:
>
> Well, that's what I did (at least I think so).
> Oh, I just saw that I forgot to quote one voice (the singer's voice). But
> it's there in the original source file.
> So unfortunately it's not a solution :-(

Please send a code that is compilable by itself.
I had to use "deutsch", find on which staff goes each voice, add the
key signature, the correct \relative etc.
But I did not manage to get it wrong.

%%%% Compilable code

\version "2.14.2"

\include "deutsch.ly"

\score {
  <<
    \new Staff {
      \clef alto
      \key e \major
      \relative c' {
        R1
        \time 3/4
        \grace { s8}
        h4 cis dis | %17
      }
    }
    \new Staff {
      \clef alto
      \key e \major
      <<
        \new Voice \relative c' {
          R1
          \voiceOne
          \time 3/4
          \grace { s8 }
          \times 2/3 { <cis cis'>8( <h h'> <a a'> <gis gis'> <fis
fis'> <e e'> dis' gis, dis'~ | %17
          }
        }
        \new Voice \relative c' {
          R1
          \voiceTwo
          \time 3/4
          \grace { s8 } gis'4 h, e,\< |%17
        }
      >>
    }
    \new Staff {
      \clef mezzosoprano
      \key e \major
      <<
        \new Voice \relative c'' {
          R1
          \voiceTwo
          \time 3/4
          \grace { s8 }
          <e, gis h>2 \oneVoice <h h'>4( | %17
        }
        \new Voice \relative c' {
          R1
          \oneVoice
          \time 3/4
          \grace { <h, h'>8~ } \voiceTwo q2 s4 | %17
        }
      >>
    }

  >>
}

%%%%

Cheers,
Xavier

-- 
Xavier Scheuer <x.sche...@gmail.com>

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

Reply via email to