Cross-Staff stems with note collisions

2024-08-04 Thread Valentin Petzel
Hello, Cross-staff stems do currently work by simply connecting to any stem that is on the correct side and matches the positions. This often does not work out when we have shifted note columns due to collision. In such cases we’d need to do manual positioning. So I’ve written a small engraver

RE: cross-staff stems

2023-06-30 Thread Mark Stephen Mrotek
Thank you Werner! Mark -Original Message- From: Werner LEMBERG [mailto:w...@gnu.org] Sent: Friday, June 30, 2023 9:18 PM To: ksnor...@gmail.com Cc: carsonm...@ca.rr.com; will...@williamrehwinkel.net; j...@abou-samra.fr; lilypond-user@gnu.org Subject: Re: cross-staff stems In March we

Re: cross-staff stems

2023-06-30 Thread Werner LEMBERG
In March we had the following discussion about cross-staff stems. >>>>> The documentation does not explicitly relate stem direction with >>>>> location of command. So I am very fortunate to have your >>>>> expertise. >>>> >>&

RE: cross-staff stems

2023-03-23 Thread Mark Stephen Mrotek
-staff stems > > Can you please suggest a better wording that I can add to the > > documentation? > > May I have the day to ruminate? Please take your time, and thanks for working on this! Werner

Re: cross-staff stems

2023-03-23 Thread William Rehwinkel via LilyPond user discussion
Dear all, Something like the following example might be helpful to include in the documentation, as it explains which of the staves \crossStaff should be applied to. -Will % -- \version "2.24.1" \new PianoStaff << \new Staff = "right" { \voiceTwo \crossStaff { c''4^"\crossStaf

RE: cross-staff stems

2023-03-23 Thread Mark Stephen Mrotek
! Didn't the problem occur because the crossStaff request was in a voiceTwo context in the lower staff (i.e. a stem down context in the lower staff) which is not conducive to cross-staff stems)? Carl

Re: cross-staff stems

2023-03-23 Thread Knute Snortum
On Thu, Mar 23, 2023 at 8:00 AM Werner LEMBERG wrote: > > > > > The documentation does not explicitly relate stem direction with > > > > location of command. So I am very fortunate to have your > > > > expertise. > > > > > > Can you please suggest a better wording that I can add to the > > > d

Re: cross-staff stems

2023-03-23 Thread Carl Sorensen
#x27;t the problem occur because the crossStaff request was in a voiceTwo context in the lower staff (i.e. a stem down context in the lower staff) which is not conducive to cross-staff stems)? Carl

Re: cross-staff stems

2023-03-23 Thread Werner LEMBERG
> > Can you please suggest a better wording that I can add to the > > documentation? > > May I have the day to ruminate? Please take your time, and thanks for working on this! Werner

RE: cross-staff stems

2023-03-23 Thread Mark Stephen Mrotek
-user@gnu.org Subject: Re: cross-staff stems > The documentation does not explicitly relate stem direction with > location of command. So I am very fortunate to have your expertise. Can you please suggest a better wording that I can add to the documentation? Werner

RE: cross-staff stems

2023-03-23 Thread Mark Stephen Mrotek
@gnu.org Subject: Re: cross-staff stems On Wed, Mar 22, 2023 at 10:33 PM Werner LEMBERG mailto:w...@gnu.org> > wrote: > The documentation does not explicitly relate stem direction with > location of command. So I am very fortunate to have your expertise. Can you please sugg

Re: cross-staff stems

2023-03-23 Thread Werner LEMBERG
> > > The documentation does not explicitly relate stem direction with > > > location of command. So I am very fortunate to have your > > > expertise. > > > > Can you please suggest a better wording that I can add to the > > documentation? > > Well, this is the first time I've heard that the

Re: cross-staff stems

2023-03-23 Thread Knute Snortum
On Wed, Mar 22, 2023 at 10:33 PM Werner LEMBERG wrote: > > > The documentation does not explicitly relate stem direction with > > location of command. So I am very fortunate to have your expertise. > > Can you please suggest a better wording that I can add to the > documentation? > Well, this i

Re: cross-staff stems

2023-03-22 Thread Werner LEMBERG
> The documentation does not explicitly relate stem direction with > location of command. So I am very fortunate to have your expertise. Can you please suggest a better wording that I can add to the documentation? Werner

RE: cross-staff stems

2023-03-22 Thread Mark Stephen Mrotek
Leo, Thanks for the code and the advice. Mark -Original Message- From: Leo Correia de Verdier [mailto:leo.correia.de.verd...@gmail.com] Sent: Wednesday, March 22, 2023 5:43 PM To: Mark Stephen Mrotek Cc: Jean Abou Samra ; lilypond-user Subject: Re: cross-staff stems Like this

RE: cross-staff stems

2023-03-22 Thread Mark Stephen Mrotek
PM To: Mark Stephen Mrotek ; 'Jean Abou Samra' ; 'lilypond-user' Subject: Re: cross-staff stems Dear Mark, I found that the error was applying "\crossStaff" to the lower notes instead of the higher ones, applying them to the upper notes (whos stems will extend fu

Re: cross-staff stems

2023-03-22 Thread Leo Correia de Verdier
> 23 mars 2023 kl. 01:24 skrev Mark Stephen Mrotek : > > Jean, > > Attached is a MWE > Want stem to connect c and a, also c an g. > Thank you for your kind attention. > > Mark > > From: Jean Abou Samra [mailto:j...@abou-samra.fr] > Sent: Wednesday, March 2

Re: cross-staff stems

2023-03-22 Thread Jean Abou Samra
Le jeudi 23 mars 2023 à 01:29 +0100, Jean Abou Samra a écrit : > My guess is that you put `\crossStaff` in the lower staff rather than in the > upper staff. Sorry for reading too quickly. It's not a guess, you did put `\crossStaff` in your `AleftTwo` variable. Put it in `ArightTwo` instead, and

Re: cross-staff stems

2023-03-22 Thread William Rehwinkel via LilyPond user discussion
ote: Jean, Attached is a MWE Want stem to connect c and a, also c an g. Thank you for your kind attention. Mark *From:*Jean Abou Samra [mailto:j...@abou-samra.fr] *Sent:* Wednesday, March 22, 2023 4:41 PM *To:* Mark Stephen Mrotek ; 'lilypond-user' *Subject:* Re: cross-staff stems

Re: cross-staff stems

2023-03-22 Thread Jean Abou Samra
Le mercredi 22 mars 2023 à 17:24 -0700, Mark Stephen Mrotek a écrit : > Jean, >   > Attached is a MWE > Want stem to connect c and a, also c an g. > Thank you for your kind attention. This works for me: ``` \version "2.22.2" ArightOne = \relative c'' { f4 (e8) s8 } ArightTwo = \rel

RE: cross-staff stems

2023-03-22 Thread Mark Stephen Mrotek
Jean, Attached is a MWE Want stem to connect c and a, also c an g. Thank you for your kind attention. Mark From: Jean Abou Samra [mailto:j...@abou-samra.fr] Sent: Wednesday, March 22, 2023 4:41 PM To: Mark Stephen Mrotek ; 'lilypond-user' Subject: Re: cross-staff st

Re: cross-staff stems

2023-03-22 Thread Jean Abou Samra
Le mercredi 22 mars 2023 à 14:28 -0700, Mark Stephen Mrotek a écrit : > Hello! >   > My piano score has four voices each coded as a variable. > At a single place I want a cross stem between the tenor and alto voice. > The directions at > [https://lilypond.org/doc/v2.16/Documentation/notat

cross-staff stems

2023-03-22 Thread Mark Stephen Mrotek
Hello! My piano score has four voices each coded as a variable. At a single place I want a cross stem between the tenor and alto voice. The directions at https://lilypond.org/doc/v2.16/Documentation/notation/common-notation-for-ke yboards#cross_002dstaff-stems were followed yet the stems w

Re: Cross-Staff stems not working

2022-06-25 Thread Knute Snortum
On Sat, Jun 25, 2022 at 5:59 AM Simon Bailey wrote: > > Hi, > > consider this code: > > \version "2.23.9" > \layout { > \context { > \PianoStaff > \consists "Span_stem_engraver" > } > } > > { > \new PianoStaff << > \new Staff { > 4 r r2 | > } > \new Staff { >

Cross-Staff stems not working

2022-06-25 Thread Simon Bailey
Hi, consider this code: \version "2.23.9" \layout { \context { \PianoStaff \consists "Span_stem_engraver" } } { \new PianoStaff << \new Staff { 4 r r2 | } \new Staff { \clef bass \crossStaff { 4 } r r2 | } >> } What am I missing to get the stem

Re: question about cross-staff stems

2018-07-05 Thread foxfanfare
James Bailey-5 wrote > What I'm looking for is something like this: > \include "deutsch.ly" > \version "2.19.65" > > \score { > \new PianoStaff << > \new Staff = "RH" \relative c'' { \voiceOne > > 4~ q8 q~ q4~ q8 q } > \new Staff = "LH" \relative c' { >

Re: question about cross-staff stems

2018-07-04 Thread james
> On Jul 4, 2018, at 5:43 PM, foxfanfare wrote: > > James Bailey-5 wrote >> Is it possible to get cross-staff stems to ignore a voice? I'd like to >> have the lowest voice here completely ignored for the cross-staff stems, >> alternatively, have the cross st

Re: question about cross-staff stems

2018-07-04 Thread foxfanfare
James Bailey-5 wrote > Is it possible to get cross-staff stems to ignore a voice? I'd like to > have the lowest voice here completely ignored for the cross-staff stems, > alternatively, have the cross staff stems connected to the upper voice. As > it is, the only way I can the st

question about cross-staff stems

2018-07-04 Thread james
Is it possible to get cross-staff stems to ignore a voice? I'd like to have the lowest voice here completely ignored for the cross-staff stems, alternatively, have the cross staff stems connected to the upper voice. As it is, the only way I can the stems to behave the way I want is to fli

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 ; lilypond-user@gnu.org Subject: Re: Cross staff stems for beamed notes Am 26.04.2018 um 16:43 schrieb Mark Stephen Mrotek: > He

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/listi

RE: Cross staff stems for beamed notes

2018-04-26 Thread Mark Stephen Mrotek
nesday, 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 doe

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 eig

Re: Cross staff stems for beamed notes

2018-04-25 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] \s

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 wo

Re: Cross-staff stems

2018-03-29 Thread Bernard Meylan
Many thanks to Andrew, Thomas and Phil! @Andrew: you're right... the typography itself is tricky, and maybe not very "official" (that's a Boosey edition); but clear: the RH must play the accompagnement notes from the LH. I chose Phil's solution... But I keep that of Andrew ... you never can tell

Re: Cross-staff stems

2018-03-28 Thread Phil Holmes
>> } -- Phil Holmes - Original Message - From: Andrew Bernard To: lilypond-user Mailinglist Sent: Wednesday, March 28, 2018 2:43 PM Subject: Re: Cross-staff stems Hi All, This is surprisingly tricky, because the b flats don't line up with the bass. I think the OP

Re: Cross-staff stems

2018-03-28 Thread Thomas Morley
2018-03-28 15:43 GMT+02:00 Andrew Bernard : > Hi All, > > This is surprisingly tricky, because the b flats don't line up with the > bass. I think the OP is asking how to achieve that, not the mechanism of > cross staff stemming. > > I cant figure it out either! > > Andrew Hi Bernhard. as Andrew

Re: Cross-staff stems

2018-03-28 Thread Andrew Bernard
Hi All, This is surprisingly tricky, because the b flats don't line up with the bass. I think the OP is asking how to achieve that, not the mechanism of cross staff stemming. I cant figure it out either! Andrew ___ lilypond-user mailing list lilypond-u

RE: Cross-staff stems

2018-03-28 Thread Mark Stephen Mrotek
, 2018 12:23 AM To: lilypond-user@gnu.org Subject: Cross-staff stems Hi all! I can't find a solution for this problem: <http://lilypond.1069038.n5.nabble.com/file/t2084/hampes_2portees.png> I try something with 2 voices on RH... but unsuccessfull. Any idea? Bernard -- Sent

Re: Cross-staff stems

2018-03-28 Thread Ben
On 3/28/2018 4:43 AM, Bernard Meylan wrote: Hi all! I try to find a solution to this typographical music problem: Trying with the doc page relative to this subject, or trying with 2 voices on RH, nothing seems to right. An

Cross-staff stems

2018-03-28 Thread Bernard Meylan
Hi all! I can't find a solution for this problem: I try something with 2 voices on RH... but unsuccessfull. Any idea? Bernard -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___

Cross-staff stems

2018-03-28 Thread Bernard Meylan
Hi all! I try to find a solution to this typographical music problem: Trying with the doc page relative to this subject, or trying with 2 voices on RH, nothing seems to right. Any idea? Bernard -- Sent from: http://lily

Re: cross-staff stems in a piano part

2017-12-11 Thread Simon Albrecht
On 12.12.2017 01:12, Chris Jones wrote: One example I looked at when I got started on this used double "<< >>" brackets to represent chords whereas the official lilypond documentation recommends using single "< >" brackets. How are they different in terms of lilypond's behaviour? The officia

Re: cross-staff stems in a piano part

2017-12-11 Thread Chris Jones
On Sat, Dec 09, 2017 at 08:29:54PM EST, Andrew Bernard wrote: > Hi Chris, > > Just look up the syntax for 'cross staff stems' in the NR. It's pretty > simple. Time allowing... I managed to take another look at the documentation. Will have to run additional tests a

Re: cross-staff stems in a piano part

2017-12-10 Thread David Wright
>> >> On Sat, Dec 09, 2017 at 08:29:54PM EST, Andrew Bernard wrote: > >> >> > Hi Chris, > >> >> > >> >> > Just look up the syntax for 'cross staff stems' in the NR. It's pretty > >> >> > simple. &

Re: cross-staff stems in a piano part

2017-12-10 Thread David Kastrup
> > Hi Chris, >> >> >> >> > Just look up the syntax for 'cross staff stems' in the NR. It's pretty >> >> > simple. >> >> >> >> > I don't know much about 2.18.2, but I imagine that feature is there. >>

Re: cross-staff stems in a piano part

2017-12-10 Thread David Wright
On Sun 10 Dec 2017 at 22:00:01 (+0100), David Kastrup wrote: > David Wright writes: > > > On Sat 09 Dec 2017 at 21:58:58 (-0500), Chris Jones wrote: > >> On Sat, Dec 09, 2017 at 08:29:54PM EST, Andrew Bernard wrote: > >> > Hi Chris, > >> > >> &

Re: cross-staff stems in a piano part

2017-12-10 Thread Andrew Bernard
Hi Martin, I perhaps did not express that clearly. 2.19.80 is in the development line and it is technically marked 'unstable' as opposed to the 2.18.2 stable release, because anything not 2.18.2 is called 'unstable'. But this does not mean it is unstable and unusable. In actual use and practice th

Re: cross-staff stems in a piano part

2017-12-10 Thread David Kastrup
David Wright writes: > On Sat 09 Dec 2017 at 21:58:58 (-0500), Chris Jones wrote: >> On Sat, Dec 09, 2017 at 08:29:54PM EST, Andrew Bernard wrote: >> > Hi Chris, >> >> > Just look up the syntax for 'cross staff stems' in the NR. It's pretty >

Re: cross-staff stems in a piano part

2017-12-10 Thread David Wright
On Sat 09 Dec 2017 at 21:58:58 (-0500), Chris Jones wrote: > On Sat, Dec 09, 2017 at 08:29:54PM EST, Andrew Bernard wrote: > > Hi Chris, > > > Just look up the syntax for 'cross staff stems' in the NR. It's pretty > > simple. > > > I don't

Re: cross-staff stems in a piano part

2017-12-10 Thread Ben
On 12/10/2017 12:57 PM, J Martin Rushton wrote: On 10/12/17 01:29, Andrew Bernard wrote: Hi Chris, Just look up the syntax for 'cross staff stems' in the NR. It's pretty simple. I don't know much about 2.18.2, but I imagine that feature is there. By the way, have you con

Re: cross-staff stems in a piano part

2017-12-10 Thread J Martin Rushton
On 10/12/17 01:29, Andrew Bernard wrote: > Hi Chris, > > Just look up the syntax for 'cross staff stems' in the NR. It's pretty > simple. > > I don't know much about 2.18.2, but I imagine that feature is there. > By the way, have you considered upgrading

Re: cross-staff stems in a piano part

2017-12-10 Thread Andrew Bernard
Hi Chris, The best way is to download the release from the lilypond website - distro versions are always old. Andrew On 10 December 2017 at 13:58, Chris Jones wrote: > > > If an upgrade is at all necessary within the limited scope of this > particular project, I will check out more current en

Re: cross-staff stems in a piano part

2017-12-09 Thread Chris Jones
On Sat, Dec 09, 2017 at 08:29:54PM EST, Andrew Bernard wrote: > Hi Chris, > Just look up the syntax for 'cross staff stems' in the NR. It's pretty > simple. > I don't know much about 2.18.2, but I imagine that feature is there. > By the way, have you conside

Re: cross-staff stems in a piano part

2017-12-09 Thread Andrew Bernard
Hi Chris, Just look up the syntax for 'cross staff stems' in the NR. It's pretty simple. I don't know much about 2.18.2, but I imagine that feature is there. By the way, have you considered upgrading to 2.19.80? It's very stable and the 19 series have so many good fe

Re: cross-staff stems in a piano part

2017-12-09 Thread Chris Jones
On Sat, Dec 09, 2017 at 08:18:49PM EST, Chris Jones wrote: > I am attaching a .png file of the "before vs. after" type. Oops... forgot to attach the image! Here goes. Thanks, CJ ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.o

cross-staff stems in a piano part

2017-12-09 Thread Chris Jones
I am attaching a .png file of the "before vs. after" type. The top version is what I achieved with the following "simple example": | \version "2.18.2" | | global = { | \key g \major | \time 4/4 | } | | right = \relative c'' { | \global | <> <> <> <> | |

Re: Cross staff stems between notes of different durations

2016-07-23 Thread Rutger Hofman
} >> } >> \new Staff = LH << \relative c' { \clef bass % \voiceOne c4 << { c c } \RHCB { a'2 } >>

Re: Cross staff stems between notes of different durations

2016-07-20 Thread Simon Albrecht
On 20.07.2016 15:14, Kieren MacMillan wrote: Maybe even better would be a possibility to just use \change Staff = "id" inside a chord. Best, Simon ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypon

Re: Cross staff stems between notes of different durations

2016-07-20 Thread Rutger Hofman
>> \new Staff = LH << \relative c' { \clef bass % \voiceOne c4 c c } >> >> } On 07/20/2016 02:40 PM, Andrew Bernard wrote: Total silence? No thoughts, anybody? Andrew On 18 July 2016 at

Re: Cross staff stems between notes of different durations

2016-07-20 Thread Kieren MacMillan
Hi Andrew, > Total silence? No thoughts, anybody? Until we have the ability to say, e.g., which could easily be music-function-ized, I think your hack (or something similar) is all you’ve got. Would love to be proven wrong, though! Cheers, Kieren. Kieren

Re: Cross staff stems between notes of different durations

2016-07-20 Thread Andrew Bernard
Total silence? No thoughts, anybody? Andrew On 18 July 2016 at 11:45:51 PM, Andrew Bernard wrote: If one wants to have cross staff stems between notes of different durations, found often in the contemporary music I set, is there a lilypond setting of some sort to do this

Cross staff stems between notes of different durations

2016-07-18 Thread Andrew Bernard
If one wants to have cross staff stems between notes of different durations, found often in the contemporary music I set, is there a lilypond setting of some sort to do this? Currently I have to use the technique shown in the MWE here. This works fine - it is just when there are a large number of

Re: Restricting cross staff stems

2016-06-26 Thread Andrew Bernard
Hi Malte, Many thanks to you. Although I had said I did not want to fudge this scenario by shiftng the notes to make them miss the crossStaff alignment, I was unaware that the sensitivty of crossStaff is so high, and this small move not only works just fine to suppress the crossStaff but is comple

Re: Restricting cross staff stems

2016-06-26 Thread Malte Meyn
Am 25.06.2016 um 11:46 schrieb Andrew Bernard: I don’t want to fudge it by shifting the top notes a little, as the vertical alignment matters in this score. This is the only workaround I know but it works with very small values: \once \override NoteColumn.X-offset = 0.0001 A 10,000th of a s

Re: Restricting cross staff stems

2016-06-25 Thread Simon Albrecht
tings all, > > Referring to the attached image, I want the cross staff stems to not > extend to the top staff, temporarily, for a short section of score. > Can this be done? Huh? The last time I looked, you had to wrap the notes concerned in the \crossStaff{} music function anyway. So it

Re: Restricting cross staff stems

2016-06-25 Thread Andrew Bernard
, Simon Albrecht (simon.albre...@mail.de) wrote: On 25.06.2016 11:46, Andrew Bernard wrote: > Greetings all, > > Referring to the attached image, I want the cross staff stems to not > extend to the top staff, temporarily, for a short section of score. > Can this be done? Huh?

Re: Restricting cross staff stems

2016-06-25 Thread Simon Albrecht
On 25.06.2016 11:46, Andrew Bernard wrote: Greetings all, Referring to the attached image, I want the cross staff stems to not extend to the top staff, temporarily, for a short section of score. Can this be done? Huh? The last time I looked, you had to wrap the notes concerned in the

Restricting cross staff stems

2016-06-25 Thread Andrew Bernard
Greetings all, Referring to the attached image, I want the cross staff stems to not extend to the top staff, temporarily, for a short section of score. Can this be done? Is there a way to temporarily remove the span stem engraver for a brief passage? I don’t want to fudge it by shifting the top

Re: Cross-staff stems + TupletBracket.outside-staff-priority

2016-01-12 Thread Trevor Daniels
takumi ikeda wrote Tuesday, January 12, 2016 10:52 AM > I found that the following code does not work properly. I don't know > whether it is the known bug or not... > > > > \version "2.18.2" > > { > \new PianoStaff << >\new Staff = up { > > % It works well when the followong li

Cross-staff stems + TupletBracket.outside-staff-priority

2016-01-12 Thread takumi ikeda
Dear Community, I found that the following code does not work properly. I don't know whether it is the known bug or not... \version "2.18.2" { \new PianoStaff << \new Staff = up { % It works well when the followong line is commented out. \override TupletBracket.outside-s

Re: cross-staff stems for only two of three staves

2015-11-25 Thread Malte Meyn
Am 20.11.2015 um 20:50 schrieb Malte Meyn: Hi list, I would like to set cross staff stems in a three-staff piano score. With stems from the middle to lower or upper staff everything works fine but not the other way (from outer to middle staff). Does anyone have an idea how to fix that or work

Re: cross-staff stems for only two of three staves

2015-11-24 Thread Malte Meyn
Hi Stephen, thank you for your reply. (Please always reply to the list.) I should have been clearer: I want three notes in three staves, all with stem up, and a stem only from the lower to the middle staff but not to the upper. (You suggested to omit the flag from the middle staff; that would

cross-staff stems for only two of three staves

2015-11-20 Thread Malte Meyn
Hi list, I would like to set cross staff stems in a three-staff piano score. With stems from the middle to lower or upper staff everything works fine but not the other way (from outer to middle staff). Does anyone have an idea how to fix that or work around? \version "2.19.30&q

Re: Cross-staff stems and ottava for one voice only

2015-02-21 Thread Knute Snortum
time 3/4 > s4 ~ 2 > } > > On Fri, Feb 20, 2015 at 12:59 PM, Knute Snortum > wrote: > > I am four measures away from finishing this Debussy Prelude and measure > 50 > > is kicking my butt. > > > > I can't get the cross-staff stems to work and I need to ha

Re: Cross-staff stems and ottava for one voice only

2015-02-20 Thread Shane Brandes
On Fri, Feb 20, 2015 at 12:59 PM, Knute Snortum wrote: > I am four measures away from finishing this Debussy Prelude and measure 50 > is kicking my butt. > > I can't get the cross-staff stems to work and I need to have ottavation in > just one voice in the lower staff. Here

Cross-staff stems and ottava for one voice only

2015-02-20 Thread Knute Snortum
I am four measures away from finishing this Debussy Prelude and measure 50 is kicking my butt. I can't get the cross-staff stems to work and I need to have ottavation in just one voice in the lower staff. Here <https://drive.google.com/file/d/0B_aEseOV9KTXcGE3LTJDOWllUk0/view?usp=sharing

Re: Cross staff stems with modern flags

2013-06-01 Thread Phil Holmes
- Original Message - From: "Andrew Bernard" To: Sent: Saturday, June 01, 2013 12:06 AM Subject: Re: Cross staff stems with modern flags This workaround works fine. Do we need to raise a bug? The behaviour is clearly a defect. Andrew http://code.google.com/p/lilyp

Re: Cross staff stems with modern flags

2013-06-01 Thread Phil Holmes
I'll do that. -- Phil Holmes - Original Message - From: "Andrew Bernard" To: Sent: Saturday, June 01, 2013 12:06 AM Subject: Re: Cross staff stems with modern flags This workaround works fine. Do we need to raise a bug? The behaviour is clearly a defect. Andre

Re: Cross staff stems with modern flags

2013-05-31 Thread Andrew Bernard
This workaround works fine. Do we need to raise a bug? The behaviour is clearly a defect. Andrew On 1/06/13 2:44 AM, luis jure wrote: i had this very same problem recently, and i solved it by drastic means: \autoBeamOff \override Flag.stencil = ##f \crossStaff { } \autoBeamOn \revert Fla

Re: Cross staff stems with modern flags

2013-05-31 Thread Andrew Bernard
r@gnu.org> *Sent:* Friday, May 31, 2013 4:10 PM *Subject:* Cross staff stems with modern flags Greetings List, If I have modern straight flags turned on and attempt to use cross-staff stemmed chords, the flags show up on the bottom stems. What am I doing wrong? Using

Re: Cross staff stems with modern flags

2013-05-31 Thread luis jure
on 2013-05-31 at 16:51 Phil Holmes wrote: > It's a bit of a faff, but you can fix this with selected reverts and > overrides in the voices: ... is your code actually working for you? i tried it here and the output is not right... i had this very same problem recently, and i solved it by dra

Re: Cross staff stems with modern flags

2013-05-31 Thread Phil Holmes
fGroup \consists #Span_stem_engraver } } } -- Phil Holmes - Original Message - From: Andrew Bernard To: lilypond-user Sent: Friday, May 31, 2013 4:10 PM Subject: Cross staff stems with modern flags Greetings List, If I have modern straight flags turned on and attem

Cross staff stems with modern flags

2013-05-31 Thread Andrew Bernard
Greetings List, If I have modern straight flags turned on and attempt to use cross-staff stemmed chords, the flags show up on the bottom stems. What am I doing wrong? Using ordinary default flags, the problem is not visible. \version "2.17.18" upper = \relative c'' { \clef treble

Re: Cross-staff stems

2012-10-19 Thread Peter O'Doherty
Thanks a lot. Eventually I decided to opt for \change Staff = "other_instrument". Best, Peter On 10/16/2012 05:45 PM, Phil Holmes wrote: - Original Message - From: "Peter O'Doherty" To: "lilypond-user" Sent: Tuesday, October 16, 2012 4:13 PM Su

Re: Cross-staff stems

2012-10-16 Thread Phil Holmes
- Original Message - From: "Peter O'Doherty" To: "lilypond-user" Sent: Tuesday, October 16, 2012 4:13 PM Subject: Cross-staff stems Hi list, Is there an effective (and relatively straightforward) way (is there perhaps a template?) to notate percussion sco

Cross-staff stems

2012-10-16 Thread Peter O'Doherty
Hi list, Is there an effective (and relatively straightforward) way (is there perhaps a template?) to notate percussion scores where each instrument has its own staff and the stems cross the staffs where necessary to link notes on different instruments in one rhythmic group? Many thanks, Pet

Re: Implementing reliable cross-staff stems

2011-12-31 Thread Pavel Roskin
Quoting "m...@apollinemike.com" : You can use Scheme engravers. I use them for exactly this sorta thing. input/regression/scheme-engraver.ly in the source code for LilyPond (you can google this file to find it on a few servers). Thank you for your reply! Frankly, I don't understand a thi

Re: Implementing reliable cross-staff stems

2011-12-31 Thread m...@apollinemike.com
On Dec 30, 2011, at 11:47 PM, Pavel Roskin wrote: > Hello! > > I'm trying to implement cross-staff stems that would not get > disconnected when the distance between staves changes. > > Ideally, I need a function that would extend the stem from the note in > the lo

Implementing reliable cross-staff stems

2011-12-30 Thread Pavel Roskin
Hello! I'm trying to implement cross-staff stems that would not get disconnected when the distance between staves changes. Ideally, I need a function that would extend the stem from the note in the lower staff exactly until it meets the stem of the note on the staff above. As a simpler sol

Re: problem with cross-staff stems

2011-06-09 Thread Janek Warchoł
2011/6/9 Janek Warchoł : > Hi David, > > 2011/6/9 David Nalesnik : >> In the example below, I would like to have the quarter-note stems >> joined from one staff to the other, with the stem direction of the >> eighth-note figure pointing up.  (Down would look better in my >> example, but I do need t

Re: problem with cross-staff stems

2011-06-09 Thread Janek Warchoł
Hi David, 2011/6/9 David Nalesnik : > In the example below, I would like to have the quarter-note stems > joined from one staff to the other, with the stem direction of the > eighth-note figure pointing up.  (Down would look better in my > example, but I do need this particular arrangement for a m

problem with cross-staff stems

2011-06-09 Thread David Nalesnik
Hi all, I’m having a difficulty involving cross-staff stems, and I wonder if someone can help me. In the example below, I would like to have the quarter-note stems joined from one staff to the other, with the stem direction of the eighth-note figure pointing up. (Down would look better in my

Re: 2nd-voice \stemDown ignored with cross-staff stems

2011-05-22 Thread Javier Ruiz-Alma
Indeed! hi > I haven't been able to join the lilypond bug list, so I'm forced to use the > web interface (not capable of attachments). > Attached is what I'm getting when I compile on lilypond 2.13.60. > As you see, the stems on the bass are directed upwards when I force beaming > (left staves)

Re: 2nd-voice \stemDown ignored with cross-staff stems

2011-05-22 Thread eluze
hi I haven't been able to join the lilypond bug list, so I'm forced to use the web interface (not capable of attachments). Attached is what I'm getting when I compile on lilypond 2.13.60. As you see, the stems on the bass are directed upwards when I force beaming (left staves). If I omit th

Re: Cross Staff Stems

2009-03-18 Thread Carl D. Sorensen
On 3/18/09 4:17 PM, "Alberto Simões" wrote: > Hello > > While the documentation explains that these vars need to be changed in > order to produce croll-staff stems: > > % stems may overlap the other staff > \override Stem #'cross-staff = ##t > % extend the stems to re

Cross Staff Stems

2009-03-18 Thread Alberto Simões
Hello While the documentation explains that these vars need to be changed in order to produce croll-staff stems: % stems may overlap the other staff \override Stem #'cross-staff = ##t % extend the stems to reach other other staff \override Stem #'length = #12

Re: cross-staff stems

2008-08-30 Thread Trevor Daniels
James E. Bailey Saturday, August 30, 2008 9:38 PM Am 30.08.2008 um 20:46 schrieb Neil Puttock: I'm sure you've worked it out for yourself by now, but in case you're still stumped, here's a hint: \noBeam Actually, I used \autoBeamOff, I never really noticed \noBeam before, and it's not in t

Re: cross-staff stems

2008-08-30 Thread James E. Bailey
Am 30.08.2008 um 20:46 schrieb Neil Puttock: Hi James, 2008/8/30 James E. Bailey <[EMAIL PROTECTED]>: Is there a way to have cross staff stems on beamed notes? Or does it only work with flagged/non-flagged notes? I didn't see anything mentioned in the docs. I'm sure

  1   2   >