lilypond-user
[Top][All Lists]
Advanced

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

Re: stemless note


From: Thomas Morley
Subject: Re: stemless note
Date: Tue, 27 Aug 2013 21:59:33 +0200

2013/8/27 Mark Stephen Mrotek <address@hidden>:
> Mr. Morley:
>
> Thank you for your response and suggestion.
> This "error" is the only occurrence in the 118 measure piece. Can I insert
> the "\newVoice" just here and revert for the rest of the piece (already
> completed).
>
> Mark


Perhaps:

global = {
  \key g \minor
  \time 2/2
}

rightOne = \relative c'' {
  \global

  \voiceOne
  g1~ | g |
  \oneVoice

}

rightTwo = \relative c'' {
  \global

  < d, f >8 d g, d' f d
  << \new Voice { \voiceThree g, d' | f4. d8 f4. d8 } \\
     \new Voice { \voiceFour g,4~ | g1 } >>
     \oneVoice

}

left = \relative c' {
  \global

  b,,8 g' d' g, b, g' d' g, |
  b, g' d' g, b, g' d' g, |

}

\score {
  \new PianoStaff <<
    \new Staff = "right" << \rightOne \\ \rightTwo >>
    \new Staff = "left" { \clef bass \left }
  >>

}


Cheers,
  Harm



reply via email to

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