lilypond-user
[Top][All Lists]
Advanced

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

Re: Dotted half note showing as half note followed by a colon


From: Knute Snortum
Subject: Re: Dotted half note showing as half note followed by a colon
Date: Sun, 11 May 2014 20:45:41 -0700

Well, I get warning with the example you posted.  You basically have two voices trying to put rests and notes in the same place.  This is what I would do:

\version "2.18.0"

Aa = \relative b' {

\oneVoice r2 r4

\voiceOne b b2.

\oneVoice r4

}

Ab = \relative b' {

s2 s4 a b2. s4

}

\score {

\new Staff {

<< \new Voice { \voiceOne \Aa }

\new Voice { \voiceTwo \Ab }

>> }

\layout { }

}



Knute Snortum
(via Gmail)


On Sun, May 11, 2014 at 2:49 PM, Patrick or Cynthia Karl <address@hidden> wrote:
In setting a piece where two instruments are sharing a staff, I encountered a dotted half note which was shown as a half note followed by a colon rather than by a dot.  The following illustrates the problem:

\version "2.18.0"

Aa = \relative b' {
        \oneVoice r2 r4 \voiceOne b
        \oneVoice b2. r4
}

Ab = \relative b' {
        \oneVoice r2 r4 \voiceTwo a
        \oneVoice b2. r4
}

\score {
        \new Staff {
                        << \new Voice  { \voiceOne \Aa }
                           \new Voice  { \voiceTwo \Ab }
                        >> }
        \layout {  }
}

A similar problem is noted with the following snippet:

\new Voice <<
        { r2 r4 b' b'2. r4 }
        { r2 r4 a' b'2. r4 }
>>

Am I doing something wrong here?  I get several warning messages, but except for the offending dotted half note, the pdf file looks good.

_______________________________________________
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]