RE: stemless note

2013-08-27 Thread Mark Stephen Mrotek
Mr. Morley:

Actually I changed it right after your first suggestion and before I got the
one below.

I shall try the code you provided below.

Thank you for your kind attention.

Mark

-Original Message-
From: Thomas Morley [mailto:thomasmorle...@gmail.com] 
Sent: Tuesday, August 27, 2013 1:58 PM
To: Mark Stephen Mrotek
Cc: lilypond-user
Subject: Re: stemless note

2013/8/27 Mark Stephen Mrotek :
> Mr. Morley:
>
> Thank you. Using your previous suggestion I created the attached
> (StemCollision.ly) that prints the stem yet the head collides with the g1.
>
> What would you suggest?

My snippet! :)
Why did you change it?

-Harm

> Mark
>
> -Original Message-
> From: Thomas Morley [mailto:thomasmorle...@gmail.com]
> Sent: Tuesday, August 27, 2013 1:00 PM
> To: Mark Stephen Mrotek
> Cc: lilypond-user
> Subject: Re: stemless note
>
> 2013/8/27 Mark Stephen Mrotek :
>> 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


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


Re: stemless note

2013-08-27 Thread Thomas Morley
2013/8/27 Mark Stephen Mrotek :
> Mr. Morley:
>
> Thank you. Using your previous suggestion I created the attached
> (StemCollision.ly) that prints the stem yet the head collides with the g1.
>
> What would you suggest?

My snippet! :)
Why did you change it?

-Harm

> Mark
>
> -Original Message-
> From: Thomas Morley [mailto:thomasmorle...@gmail.com]
> Sent: Tuesday, August 27, 2013 1:00 PM
> To: Mark Stephen Mrotek
> Cc: lilypond-user
> Subject: Re: stemless note
>
> 2013/8/27 Mark Stephen Mrotek :
>> 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

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


RE: stemless note

2013-08-27 Thread Mark Stephen Mrotek
Mr. Morley:

Thank you. Using your previous suggestion I created the attached
(StemCollision.ly) that prints the stem yet the head collides with the g1.

What would you suggest?

Mark 

-Original Message-
From: Thomas Morley [mailto:thomasmorle...@gmail.com] 
Sent: Tuesday, August 27, 2013 1:00 PM
To: Mark Stephen Mrotek
Cc: lilypond-user
Subject: Re: stemless note

2013/8/27 Mark Stephen Mrotek :
> 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
\version "2.16.2"

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

rightOne = \relative c'' {
  \global
  
  g1~ | g |
  
}

rightTwo = \relative c'' {
  \global
  
  < d, f >8 d g, d' f d
  <<
  \new Voice {
  \voiceOne g, d' |
  f4. d8 f4. d8 }
  \new Voice {
  \voiceTwo
  g,4~ | g1 
  } >>
  
}

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 }
  >>
  
}
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: stemless note

2013-08-27 Thread Thomas Morley
2013/8/27 Mark Stephen Mrotek :
> 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

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


RE: stemless note

2013-08-27 Thread Mark Stephen Mrotek
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

-Original Message-
From: Thomas Morley [mailto:thomasmorle...@gmail.com] 
Sent: Tuesday, August 27, 2013 12:27 PM
To: Mark Stephen Mrotek
Cc: lilypond-user
Subject: Re: stemless note

2013/8/27 Mark Stephen Mrotek :
> Hello:
>
>
>
> In the attached snip, the first beat of the second measure has a "f4."
> without a stem.
>
>
>
> The error messages suggests using polyphonic voices. Since I am using 
> << \\
>>>, I do not know what that means.
>
>
>
> I have tried changing stem direction - \stemUp, \stemDown.
>
> I have tried shifting the note - \once \override NoteColumn 
> #'force-hshift = #xx.
>
>
>
> Neither worked. What should I do now?
>
>
>
> Thank you.
>
>
>
> Mark



Hi Mark,

the << \\ >> construct fails in complicated situations quite often.
Better use some (perhaps named) \new Voice together with \voiceXxx.

\version "2.16.2"

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

rightOne = \relative c'' {
  \global

  \voiceOne
  g1~ | g |

}

rightTwo = \relative c'' {
  \global

  \voiceFour
  < d, f >8 d g, d' f d
  \voiceThree
  g,^[ d'] |
  f4. d8 f4. d8

}

rightThree = \relative c'' {
  \global

  \voiceTwo
  s2. g,4~ | g1

}
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" <<
\new Voice \rightOne
\new Voice \rightTwo
\new Voice \rightThree
>>

\new Staff = "left" { \clef bass \left }
  >>

}

HTH,
  Harm


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


Re: stemless note

2013-08-27 Thread Thomas Morley
2013/8/27 Mark Stephen Mrotek :
> Hello:
>
>
>
> In the attached snip, the first beat of the second measure has a “f4.”
> without a stem.
>
>
>
> The error messages suggests using polyphonic voices. Since I am using << \\
>>>, I do not know what that means.
>
>
>
> I have tried changing stem direction - \stemUp, \stemDown.
>
> I have tried shifting the note - \once \override NoteColumn #'force-hshift =
> #xx.
>
>
>
> Neither worked. What should I do now?
>
>
>
> Thank you.
>
>
>
> Mark



Hi Mark,

the << \\ >> construct fails in complicated situations quite often.
Better use some (perhaps named) \new Voice together with \voiceXxx.

\version "2.16.2"

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

rightOne = \relative c'' {
  \global

  \voiceOne
  g1~ | g |

}

rightTwo = \relative c'' {
  \global

  \voiceFour
  < d, f >8 d g, d' f d
  \voiceThree
  g,^[ d'] |
  f4. d8 f4. d8

}

rightThree = \relative c'' {
  \global

  \voiceTwo
  s2. g,4~ | g1

}
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" <<
\new Voice \rightOne
\new Voice \rightTwo
\new Voice \rightThree
>>

\new Staff = "left" { \clef bass \left }
  >>

}

HTH,
  Harm

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