lilypond-user
[Top][All Lists]
Advanced

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

2 eigth notes act weird


From: Marko Graulić
Subject: 2 eigth notes act weird
Date: Fri, 19 Jun 2015 15:28:31 +0100

I am trying to do some quartet music. All my voices I hold in separate variables and then use them. This is my code:

\score{
  <<
    \new Staff
      \global
      \new Voice = "tenorI"
        \tenorI }
      \new Voice = "tenorII"{
        \tenorII }
     new Lyrics \lyricsto "tenorII" {
          \kiticaI } >>
    \new Staff <<
      \global
      \new Voice = "bariton"{
        \bariton }
      \new Voice = "bas"{
        \bas } >>
  >>

In tenor parts I have two eight notes: I want to connect flags (if that is a good name for that). This looks like it's sixteen note.
Can you help me?


reply via email to

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