RE: Cross staff stems for beamed notes

2018-04-26 Thread Mark Stephen Mrotek
Helge,

Welcome.

Mark

-Original Message-
From: Helge Kruse [mailto:helge.kr...@gmx.net] 
Sent: Thursday, April 26, 2018 9:00 AM
To: Mark Stephen Mrotek <carsonm...@ca.rr.com>; lilypond-user@gnu.org
Subject: Re: Cross staff stems for beamed notes

Am 26.04.2018 um 16:43 schrieb Mark Stephen Mrotek:
> Helga,
> 

Mark,

\autoBeamOf/On and the correct placement of \crossStaff did the job perfectly.

Thanks,
Helge


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


Re: Cross staff stems for beamed notes

2018-04-26 Thread Helge Kruse
Am 26.04.2018 um 16:43 schrieb Mark Stephen Mrotek:
> Helga,
> 

Mark,

\autoBeamOf/On and the correct placement of \crossStaff did the job
perfectly.

Thanks,
Helge

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


RE: Cross staff stems for beamed notes

2018-04-26 Thread Mark Stephen Mrotek
Helga,

It has to do with the \voiceOne.

\version "2.19.81"

\layout {
  \context {
\PianoStaff
\consists #Span_stem_engraver
  }
}

{
  \new PianoStaff <<
\new Staff {
  \time 6/8
  r8 <a' a''> <a' a''>
  \voiceOne <a' a''> [<a' a''>]
  \voiceTwo <a' a''>
  
}
\new Staff {
  \clef bass
  \time 6/8
  \voiceOne
  r8 a a
  \autoBeamOff
  \crossStaff {a8 a}
  \autoBeamOn
  a
  
}
  >>
}

Mark

-Original Message-
From: lilypond-user
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of
Helge Kruse
Sent: Wednesday, April 25, 2018 10:28 PM
To: lilypond-user@gnu.org
Subject: Cross staff stems for beamed notes

I need to add cross staff stems and used the approach found in
http://lilypond.org/doc/v2.19/Documentation/snippets/staff-notation.html#sta
ff-notation-cross-staff-stems

Unfortunately this doesn't give the expected result for eighth notes.
- If the stem points down, cross staff is not working
- The beam is visible in both staves.
- If I use manual beaming to remove the beam, the eighth note is displayed
as a fourth.

How can I resolve all three problems?

Regards,
Helge

\version "2.19.81"

\score {
  <<
\new PianoStaff <<
  \new Staff { \time 6/8 fis'4. \stemDown a' }
  \new Staff { \time 6/8 \clef bass \crossStaff { 4. < a!
a,!> } }
>>
\new PianoStaff <<
  \new Staff { \time 6/8 r8 <a' a''> q \stemUp q[ q] \stemDown q  }
  \new Staff { \time 6/8 \clef bass r8 \crossStaff { a8 a  \stemUp a[ a]
\stemDown a } }
>>
  >>

  \layout {
\context {
  \PianoStaff
  \consists #Span_stem_engraver
}
  }
}

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


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


Re: Cross staff stems for beamed notes

2018-04-26 Thread Martin Neubauer


On 26/04/2018 07:28, Helge Kruse wrote:
> I need to add cross staff stems and used the approach found in
> http://lilypond.org/doc/v2.19/Documentation/snippets/staff-notation.html#staff-notation-cross-staff-stems
> 
> Unfortunately this doesn't give the expected result for eighth notes.
> - If the stem points down, cross staff is not working
It's not about the stem pointing up or down, but about pointing in the
direction of another staff to cross. Hence (from your example):

\new PianoStaff <<
  \new Staff { \time 6/8 fis'4. \stemDown \crossStaff a' }
  \new Staff {
\time 6/8 \clef bass \crossStaff 4. < a!
a,!>
  }
>>
\layout {
  \context {
\PianoStaff
\consists #Span_stem_engraver
  }
}

-- 
We have not done a good job of taking advantage of our customers.



signature.asc
Description: OpenPGP digital signature
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Cross staff stems for beamed notes

2018-04-26 Thread foxfanfare
I think you'd need to omit the beams:

\version "2.19.81"

\score {
  <<
\new PianoStaff <<
  \new Staff { \time 6/8 fis'4. \stemDown a' }
  \new Staff { \time 6/8 \clef bass \crossStaff { 4. < a!
a,!> } }
>>
\new PianoStaff <<
  \new Staff { \time 6/8 r8  q \stemUp q[ q] \stemDown q  }
  \new Staff { \time 6/8 \clef bass r8 \crossStaff { a8 a  \stemUp
a\noBeam a\noBeam
\stemDown a } }
>>
  >>

  \layout {
\context {
  \PianoStaff
  \consists #Span_stem_engraver
}
  }
}

Cheers



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

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


Cross staff stems for beamed notes

2018-04-25 Thread Helge Kruse
I need to add cross staff stems and used the approach found in
http://lilypond.org/doc/v2.19/Documentation/snippets/staff-notation.html#staff-notation-cross-staff-stems

Unfortunately this doesn't give the expected result for eighth notes.
- If the stem points down, cross staff is not working
- The beam is visible in both staves.
- If I use manual beaming to remove the beam, the eighth note is
displayed as a fourth.

How can I resolve all three problems?

Regards,
Helge

\version "2.19.81"

\score {
  <<
\new PianoStaff <<
  \new Staff { \time 6/8 fis'4. \stemDown a' }
  \new Staff { \time 6/8 \clef bass \crossStaff { 4. < a!
a,!> } }
>>
\new PianoStaff <<
  \new Staff { \time 6/8 r8  q \stemUp q[ q] \stemDown q  }
  \new Staff { \time 6/8 \clef bass r8 \crossStaff { a8 a  \stemUp
a[ a] \stemDown a } }
>>
  >>

  \layout {
\context {
  \PianoStaff
  \consists #Span_stem_engraver
}
  }
}

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