Cyclic dependency error with change staff and trillSpan

2024-03-22 Thread Knute Snortum
Hi again, I am getting a cyclic dependency error with code that uses change staff and trillSpan. Here is as minimal an example as I could create: %%% \version "2.24.3" \language "english" staffUp = \change Staff = "upper" staffDown = \change Staff = "low

Re: change staff-staff-spacing in a single score?

2023-11-07 Thread Jean Abou Samra
Le mardi 07 novembre 2023 à 16:48 -0500, David Zelinsky a écrit : > Though I am curious whether this was just an accident of implementation > and would be easy to change, or if there is a more structural reason. It is purely a bug. I've just found 

Re: change staff-staff-spacing in a single score?

2023-11-07 Thread David Zelinsky
Jean Abou Samra writes: > Le mardi 07 novembre 2023 à 00:55 -0500, David Zelinsky a écrit : >> Is there a way to change the spacing between staves (single-staff >> systems) in one score, in a document with multiple scores, without >> introducing a page break? > > Unfortunately, the answer is

Re: change staff-staff-spacing in a single score?

2023-11-07 Thread Paul Hodges
To: Sent: 07/11/2023 5:55 Subject: change staff-staff-spacing in a single score? Is there a way to change the spacing between staves (single-staff systems) in one score, in a document with multiple scores, without introducing a page break?  The only way I've found in the manual to change

Re: change staff-staff-spacing in a single score?

2023-11-07 Thread Jean Abou Samra
Le mardi 07 novembre 2023 à 00:55 -0500, David Zelinsky a écrit : > Is there a way to change the spacing between staves (single-staff > systems) in one score, in a document with multiple scores, without > introducing a page break? Unfortunately, the answer is currently no. Best, Jean

change staff-staff-spacing in a single score?

2023-11-06 Thread David Zelinsky
Is there a way to change the spacing between staves (single-staff systems) in one score, in a document with multiple scores, without introducing a page break? The only way I've found in the manual to change the spacing of systems (as opposed to staves within a system) is in a \paper block, and

Re: Programming error with change staff

2023-02-17 Thread Knute Snortum
On Fri, Feb 17, 2023 at 1:04 AM Thomas Morley wrote: > > Add > \override Script.avoid-slur = #'inside > > Cheers, > Harm > That works great, thanks! -- Knute Snortum

Re: Programming error with change staff

2023-02-17 Thread Thomas Morley
" > > staffUp = \change Staff = "upper" > staffDown = \change Staff = "lower" > > rightHand = { > \new Voice { > \voiceOne \staffDown g16->-1( \staffUp c' c' \staffDown g) > } > } > > leftHand = { \new Voice { \clef bass s4 }

RE: Programming error with change staff

2023-02-16 Thread Mark Stephen Mrotek
Subject: Programming error with change staff I have run into a situation where LilyPond produces a programming error. It involves changing staff, voice one, accent fingering and avoid-slur. It's best to just look at the MWE: \version "2.25.1" staffUp = \change Staff = "u

Programming error with change staff

2023-02-16 Thread Knute Snortum
I have run into a situation where LilyPond produces a programming error. It involves changing staff, voice one, accent fingering and avoid-slur. It's best to just look at the MWE: \version "2.25.1" staffUp = \change Staff = "upper" staffDown = \change Staff = "lower&quo

RE: change Staff =

2022-08-29 Thread Mark Stephen Mrotek
tsang Sent: Monday, August 29, 2022 3:51 PM To: lilypond-user Subject: Fwd: change Staff = Sorry forgot to include the .ly file. -- Forwarded message - From: ming tsang mailto:ming.tsan...@gmail.com> > Date: Mon, Aug 29, 2022 at 4:18 PM Subject: change Staff = To: li

Re: Learning how to use "\change Staff"; don't get it yet, obviously

2022-08-22 Thread Valentin Petzel
I, obviously, do not understand yet how to do this, even after > >> > >> reading the pertinent section in the Notation Reference. > >> > >> My attempt to engrave the first three bars of the harp score of Swan > >> > >> Lake fails with

Re: Learning how to use "\change Staff"; don't get it yet, obviously

2022-08-22 Thread Jean Abou Samra
, do not understand yet how to do this, even after >> reading the pertinent section in the Notation Reference. >> >> My attempt to engrave the first three bars of the harp score of Swan >> Lake fails with the following: >> >> Swan_Lake.ly:40:3: warning: cannot

Re: Learning how to use "\change Staff"; don't get it yet, obviously

2022-08-22 Thread Valentin Petzel
; > My attempt to engrave the first three bars of the harp score of Swan > Lake fails with the following: > > Swan_Lake.ly:40:3: warning: cannot find context to change to: Staff = RH > > \change Staff = "RH" > Swan_Lake.ly:22:3: warning: cannot find context to change

Re: Trying to create a two-octave ascending C Major scale using the change Staff example in NR

2022-07-31 Thread Kenneth Wolcott
Kenneth Wolcott > wrote: > > > > Hi; > > > > Starting a new email thread regarding my difficulty in understanding > > how to use the Lilypond \change Staff feature... > > > > I'm trying to create a two-octave ascending C Major scale using the > >

Re: Trying to create a two-octave ascending C Major scale using the change Staff example in NR

2022-07-31 Thread Kenneth Wolcott
Ah! I created more than one bar of notes, therefore I have to have more than one bar of spacer notes. Doh! On Sun, Jul 31, 2022 at 5:35 PM Kenneth Wolcott wrote: > > Hi; > > Starting a new email thread regarding my difficulty in understanding > how to use the Lilypond \chang

Trying to create a two-octave ascending C Major scale using the change Staff example in NR

2022-07-31 Thread Kenneth Wolcott
Hi; Starting a new email thread regarding my difficulty in understanding how to use the Lilypond \change Staff feature... I'm trying to create a two-octave ascending C Major scale using the change Staff example in NR. https://lilypond.org/doc/v2.22/Documentation/notation-big-page.html

Re: Learning how to use "\change Staff"; don't get it yet, obviously

2022-07-31 Thread Kenneth Wolcott
Thank you, Mark. I will start a new email thread on this topic starting with a more basic \change Staff query. On Sat, Jul 30, 2022 at 7:02 PM Mark Stephen Mrotek wrote: > > Kenneth, > > If you want, send your code to me and I shall try to achieve what you want > with an explan

RE: Learning how to use "\change Staff"; don't get it yet, obviously

2022-07-30 Thread Mark Stephen Mrotek
how to use "\change Staff"; don't get it yet, obviously Hi Mark; Thank you for the help. I'm still having trouble wrapping my head around this. I think that the problem (in general) with my being able to apply examples from the documentation to my engraving attempts is that t

Re: Learning how to use "\change Staff"; don't get it yet, obviously

2022-07-30 Thread Kenneth Wolcott
at 3:04 PM Mark Stephen Mrotek wrote: > > Kenneth, > > Not dense at all. > Change staff works within a single voice. You split it between rh and lh. > Might suggest you use "upper" and "lower" for staff designation if you use rh > and lh as variabl

RE: Learning how to use "\change Staff"; don't get it yet, obviously

2022-07-30 Thread Mark Stephen Mrotek
Kenneth, Not dense at all. Change staff works within a single voice. You split it between rh and lh. Might suggest you use "upper" and "lower" for staff designation if you use rh and lh as variable names. Assuming you start in "lower" with lh. Then \tuplet 3

Re: Change staff and cross staff

2020-11-07 Thread Knute Snortum
mianlegassick wrote: > > fiddly one this > > \version "2.21.7" > > \layout { > \context { > \PianoStaff > \consists #Span_stem_engraver > } > } > > rhmusic = { > \time 3/4 > \key e \major > \change Staff = "lower" > \stemUp > 8[ r16 >

Re: Change staff and cross staff

2020-11-07 Thread Lukas-Fabian Moser
Hi Knute, Am 07.11.20 um 20:02 schrieb Knute Snortum: Here's a better MWE with my try using voices in the left hand: %%% Start \version "2.20.0" \language "english" staffUp = \change Staff = "upper" staffDown = \change Staff = "lower" rh = \re

Re: Change staff and cross staff

2020-11-07 Thread damianlegassick
y e \major \change Staff = "lower" \stemUp 8[ r16 \change Staff = "upper" e'16] } lhmusic = { \key e \major \clef "bass" << { \once \omit Stem \once \omit Beam \slurDown gis8.( \crossStaff {b16)} } \\ { e,4 } } \new PianoStaff { << \new Staf

Re: Change staff and cross staff

2020-11-07 Thread damianlegassick
fiddly one this \version "2.21.7" \layout { \context { \PianoStaff \consists #Span_stem_engraver } } rhmusic = { \time 3/4 \key e \major \change Staff = "lower" \stemUp 8[ r16 \change Staff = "upper" e'16] } lhmusic = { \key e \major \clef "bass"

Re: Change staff and cross staff

2020-11-07 Thread Knute Snortum
\version "2.21.7" \layout { \context { \PianoStaff \consists #Span_stem_engraver } } rhmusic = { \time 3/4 \key e \major \change Staff = "lower" \stemUp 8[( r16 % added start paren \change Staff = "upper" e'16]) % added end paren } lhmusic = { \key e \major \clef &q

Re: Change staff and cross staff

2020-11-07 Thread Knute Snortum
That looks good! Thanks! -- Knute Snortum On Sat, Nov 7, 2020 at 11:09 AM damianlegassick wrote: > > Try this for starters > > \version "2.21.7" > > \layout { \context { \PianoStaff \consists #Span_stem_engraver } } > > rhmusic = { > time 3/4 \key e \majo

Re: Change staff and cross staff

2020-11-07 Thread damianlegassick
Try this for starters \version "2.21.7" \layout { \context { \PianoStaff \consists #Span_stem_engraver } } rhmusic = { time 3/4 \key e \major \change Staff = "lower" \stemUp 8[ r16 \change Staff = "upper" e'16] } lhmusic = { \key e \major \clef "bass&quo

Re: Change staff and cross staff

2020-11-07 Thread Knute Snortum
Here's a better MWE with my try using voices in the left hand: %%% Start \version "2.20.0" \language "english" staffUp = \change Staff = "upper" staffDown = \change Staff = "lower" rh = \relative c' { s8. \crossStaff e16 } lh = \relative c' {

Change staff and cross staff

2020-11-07 Thread Knute Snortum
I have a tricky measure in the Chopin Mazurka I'm working on. The notes need to be on the lower staff (from the right hand) and the last chord is cross staff. I'd like to be able to do something like this... %%% Start \version "2.20.0" staffUp = \change Staff = "upper"

Re: Change staff and dynamics position

2020-09-30 Thread Aaron Hill
On 2020-09-30 1:09 pm, Philippe Auclair wrote: Oups... Sorry, here are the pdf files. In the following example, in the piano left staff music, \clef "bass" is BEFORE \dynamicUp : the score goes completely wild ! (1st attached pdf). If \clef "bass" is AFTER \dynamicUp, the score is correct (2nd

Re: Change staff and dynamics position

2020-09-30 Thread Philippe Auclair
ano left staff becomes correct \version "2.20.0" \include "italiano.ly" PianoRightMusic = \relative do { \key sib \major \time 2/4 \change Staff = "PianoLeft" \voiceOne fa8^.^^[ \change Staff = "PianoRight" \oneVoice r16 ^^] 4 ~

Change staff and dynamics position

2020-09-30 Thread Philippe Auclair
\version "2.20.0" \include "italiano.ly" PianoRightMusic = \relative do { \key sib \major \time 2/4 \change Staff = "PianoLeft" \voiceOne fa8^.^^[ \change Staff = "PianoRight" \oneVoice r16 ^^] 4 ~ 8[ r16 ^

collision between beam and lyrics when using \change Staff

2019-08-19 Thread mason
I am using `\change Staff` to manually switch between the staves of a PianoStaff, as per.[1] Above the piano staff is a voice part with lyrics. The beams of the piano part collide with the lyrics of the voice part. If I do not use `\change Staff` then the collision does not occur. %%% begin MWE

Re: Change staff clef immediately after time signature

2019-02-04 Thread Christopher R. Maden
On 2/4/19 10:18 AM, Aaron Hill wrote: I overlooked \cueClefUnset so that's the better option. For the grob, the Internals reference is your friend: CueEndClef Thanks! I really need to get more familiar with the internals reference. One of these days in my copious free time. David, thanks

Re: Change staff clef immediately after time signature

2019-02-04 Thread Aaron Hill
On 2019-02-04 6:47 am, Christopher R. Maden wrote: On 2/4/19 6:03 AM, Aaron Hill wrote: Note in this case I changed the CueClef font-size to match the reduced size of a non-cue clef when it appears within a line. That looks great, thanks! The \cueClefUnset bass clef still looks tiny, and if

Re: Change staff clef immediately after time signature

2019-02-04 Thread Christopher R. Maden
On 2/4/19 6:03 AM, Aaron Hill wrote: Note in this case I changed the CueClef font-size to match the reduced size of a non-cue clef when it appears within a line. That looks great, thanks! The \cueClefUnset bass clef still looks tiny, and if I use \cueClef to switch back to bass, it shows up

Re: Change staff clef immediately after time signature

2019-02-04 Thread David Kastrup
"Christopher R. Maden" writes: > This is probably a FAQ, but I can’t find the right combination of > search terms to tease it from the ether... > > I want a piano staff, with the left hand to start with bass clef, but > then immediately switch to treble clef after the time signature. > > Mnon-WE

Re: Change staff clef immediately after time signature

2019-02-04 Thread Aaron Hill
On 2019-02-03 8:44 pm, Christopher R. Maden wrote: On 2/3/19 9:43 PM, Aaron Hill wrote: Does \cueClef help? It does... though then when I \clef bass back again it’s ignored. I can use \cueClefUnset... Thanks, this is a great workaround. I suspect there is a better (more properly

Re: Change staff clef immediately after time signature

2019-02-03 Thread Andrew Bernard
HI Chris, That makes sense. I also like to preserve the composer's own notation where possible. And as said, it's not actually wrong! Good old Sousa! Andrew On Mon, 4 Feb 2019 at 16:43, Christopher R. Maden wrote: > > I’m transcribing Sousa’s “A Typical Tune of Zanzibar,”[*] and I’m trying >

Re: Change staff clef immediately after time signature

2019-02-03 Thread Christopher R. Maden
On 2/4/19 12:36 AM, Andrew Bernard wrote: This comes up reasonably often. May I ask why you don't simply start the piece with the treble clef? If you immediately change to treble, what is the point of having the bass clef at this point? It's a musical decision up to you, but it always strikes me

Re: Change staff clef immediately after time signature

2019-02-03 Thread Andrew Bernard
Hi Christopher, This comes up reasonably often. May I ask why you don't simply start the piece with the treble clef? If you immediately change to treble, what is the point of having the bass clef at this point? It's a musical decision up to you, but it always strikes me as a bit unnecessary. Any

Re: Change staff clef immediately after time signature

2019-02-03 Thread Christopher R. Maden
On 2/3/19 9:43 PM, Aaron Hill wrote: Does \cueClef help? It does... though then when I \clef bass back again it’s ignored. I can use \cueClefUnset... Thanks, this is a great workaround. I suspect there is a better (more properly LilyPondish) answer, but this is more than adequate for

Re: Change staff clef immediately after time signature

2019-02-03 Thread Aaron Hill
On 2019-02-03 6:43 pm, Aaron Hill wrote: On 2019-02-03 6:33 pm, Christopher R. Maden wrote: This is probably a FAQ, but I can’t find the right combination of search terms to tease it from the ether... I want a piano staff, with the left hand to start with bass clef, but then immediately switch

Re: Change staff clef immediately after time signature

2019-02-03 Thread Aaron Hill
On 2019-02-03 6:33 pm, Christopher R. Maden wrote: This is probably a FAQ, but I can’t find the right combination of search terms to tease it from the ether... I want a piano staff, with the left hand to start with bass clef, but then immediately switch to treble clef after the time signature.

Change staff clef immediately after time signature

2019-02-03 Thread Christopher R. Maden
This is probably a FAQ, but I can’t find the right combination of search terms to tease it from the ether... I want a piano staff, with the left hand to start with bass clef, but then immediately switch to treble clef after the time signature. Mnon-WE is attached. Probably this involves

Different behavior of \partcombine + \change Staff in 2.19

2017-11-12 Thread Shevek
{ \partcombineApart \oneVoice \dynamicDown } R1 | \resetRelativeOctave c c4 d e f | g4 f e d | R1 | \tag #'score \partcombineUnisono \resetRelativeOctave c c4 d e f | g4 f e d | } bsnII = \relative { \tag #'score { \change Staff = "Bsn2"

Re: change staff

2017-01-28 Thread Gianmaria Lari
Absolutely agree :) Consider my last code a scheme exercise... On 28 January 2017 at 09:33, Helge Kruse <helge.kr...@gmx.net> wrote: > Am 26.01.2017 um 10:51 schrieb Gianmaria Lari: > > ... and this is one more way to do the change staff using a scheme > function > > tha

Re: change staff

2017-01-28 Thread Helge Kruse
Am 26.01.2017 um 10:51 schrieb Gianmaria Lari: > ... and this is one more way to do the change staff using a scheme function > that toggle between the two staff. > ... > Not sure it can be more useful than the other ones. Also have no idea if > this logic should be written differen

Re: change staff

2017-01-26 Thread Gianmaria Lari
... and this is one more way to do the change staff using a scheme function that toggle between the two staff. \version "2.19.54" #(define staffToggle #f) cs= #(define-music-function (parser location) ;cs = Change Staff () (begin (set! s

Re: change staff

2017-01-25 Thread Gianmaria Lari
Thank you, Malte and Noeck, it works perfectly. I post here another solution, that is interesting because it doesn't use scheme and more easy to understand. \version "2.19.54" csl = { \change Staff = "left" } csr = { \change Staff = "right" } right = \fixed c' {

Re: change staff

2017-01-25 Thread Noeck
Am 25.01.2017 um 14:38 schrieb SoundsFromSound: > Do you know how to fix them? Hi, you need staves named "right" and "left" for this to work: \version "2.19.50" l = #(define-music-function (music) (ly:music?) #{ \change Staff = "left&qu

Re: change staff

2017-01-25 Thread SoundsFromSound
Malte Meyn-3 wrote > Am 25.01.2017 um 11:55 schrieb Gianmaria Lari: >> - Is there a simpler way to write this source code avoiding all these >> change staff? > > You could use a simple music function: > > l = > #(define-music-function (music) (ly:music?) >

Re: change staff

2017-01-25 Thread Malte Meyn
Am 25.01.2017 um 11:55 schrieb Gianmaria Lari: > - Is there a simpler way to write this source code avoiding all these > change staff? You could use a simple music function: l = #(define-music-function (music) (ly:music?) #{ \change Staff = "left" #music

change staff

2017-01-25 Thread Gianmaria Lari
- Is there a simpler way to write this source code avoiding all these change staff? - Is it correct writing the left hand using s2 etc. etc.? Thank you, g. \version "2.19.54" right = \fixed c' { \clef treble \time 2/4 g8-4 \change Staff = "left" g_4 \change Staff =

Re: Automatically change staff instrument name

2016-05-10 Thread David Wright
On Tue 10 May 2016 at 13:21:36 (+0200), Davide Liessi wrote: > In the following code, the two short instrument names "A" and "B" of > the second system are put one on top of the other (as I expected). > I can solve the collision manually, e.g. with something similar to the > three commented lines.

Automatically change staff instrument name

2016-05-10 Thread Davide Liessi
Hi all. In the following code, the two short instrument names "A" and "B" of the second system are put one on top of the other (as I expected). I can solve the collision manually, e.g. with something similar to the three commented lines. Is there a way to automatically change the short

Re: Bad alignment with \change Staff and \ottava

2015-04-02 Thread Thomas Morley
with \ottava #1 \ottava #1 g''! c1 \ottava #0 | } left = \relative c' { \clef bass R1 \change Staff = right % Following the warning you should insert here: \voiceTwo c' gis'1 \change Staff = left | } \score { \new PianoStaff \new Staff = right{ \right

Bad alignment with \change Staff and \ottava

2015-04-02 Thread René Brandenburger
attached: \version 2.19.16 right = \relative c'' { R1 \ottava #1 g''! c1 \ottava #0 | } left = \relative c' { \clef bass R1 \change Staff = right c' gis'1 \change Staff = left | } \score { \new PianoStaff \new Staff = right{ \right } \new Staff = left { \left

Re: Bad alignment with \change Staff and \ottava

2015-04-02 Thread René Brandenburger
a \voiceXx or \shiftXx setting c' gis'1 No idea why it is omitted with \ottava #1 \ottava #1 g''! c1 \ottava #0 | } left = \relative c' { \clef bass R1 \change Staff = right % Following the warning you should insert here: \voiceTwo c' gis'1 \change Staff

Re: \change staff

2014-12-19 Thread tisimst
\key ef\major r4 af16 c' ef' af' bf ef'g8 ef' af c' ef' af' ef' |%m52 bf ef' f' g'1 |%m53 s2. \bar|. %m54 } left = { \time 4/4 \key ef\major af,8 ef ~ ef4 g,4 f | ef,16 bf, ef f \once \override Beam.positions = #'(4.25 . 5.75) \stemUp g bf \change Staff = right

Re: \change staff

2014-12-19 Thread MING TSANG
AbrahamThank you. It works on v2.19.15 as well.Immanuel,Ming On Friday, December 19, 2014 11:01 AM, lilypond-user-requ...@gnu.org lilypond-user-requ...@gnu.org wrote:   1. Re:\change staff (tisimst)    Message: 1 Date: Fri, 19 Dec 2014 07:33:36 -0700 (MST) From: tisimst

Re: change staff coding

2014-12-07 Thread Gilberto Agostinho
Hi, Since you are naming your staves as right and left in the \score block, then you must use \change Staff = right or \change Staff = left when changing staves, instead of \change Staff = up. So on line 23 simply exchange the word up for right (with the commas). Best, Gilberto -- View

possible bug: \change Staff and beam collision

2014-11-02 Thread Gilberto Agostinho
= up { \override Score.Beam.damping = 3 \stemUp a'8 \ottava #1 a''' \ottava #0 a' \change Staff = down a, } \new Staff = down { \clef bass s2 } Which produces: http://lilypond.1069038.n5.nabble.com/file/n168324/11.png As you can see, without changing staff

Re: possible bug: \change Staff and beam collision

2014-11-02 Thread Mike Solomon
a' a, } \new Staff = down { \clef bass s2 } \new PianoStaff \new Staff = up { \override Score.Beam.damping = 3 \stemUp a'8 \ottava #1 a''' \ottava #0 a' \change Staff = down a, } \new Staff = down { \clef bass s2 } Which produces

Re: possible bug: \change Staff and beam collision

2014-11-02 Thread Mike Solomon
a' a, } \new Staff = down { \clef bass s2 } \new PianoStaff \new Staff = up { \override Score.Beam.damping = 3 \stemUp a'8 \ottava #1 a''' \ottava #0 a' \change Staff = down a, } \new Staff = down { \clef bass s2 } Which produces: http://lilypond.1069038

Re: possible bug: \change Staff and beam collision

2014-11-02 Thread Mike Solomon
a' a, } \new Staff = down { \clef bass s2 } \new PianoStaff \new Staff = up { \override Score.Beam.damping = 3 \stemUp a'8 \ottava #1 a''' \ottava #0 a' \change Staff = down a, } \new Staff = down { \clef bass s2 } Which produces: http://lilypond.1069038.n5.nabble.com

Re: possible bug: \change Staff and beam collision

2014-11-02 Thread Gilberto Agostinho
-bug-change-Staff-and-beam-collision-tp168324p168329.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: possible bug: \change Staff and beam collision

2014-11-02 Thread Keith OHara
Gilberto Agostinho gilbertohasnofb at gmail.com writes: but when changing staff the ottava position gets lower (!) and collides with the beam. LilyPond allows you to beam to any other staff, so in general that beam might have to go up and cross the ottava bracket, while the bracket must stay

Re: possible bug: \change Staff and beam collision

2014-11-02 Thread Gilberto Agostinho
.n5.nabble.com/possible-bug-change-Staff-and-beam-collision-tp168324p168337.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

can a context change staff-affinity in a frenched score?

2014-09-28 Thread Kieren MacMillan
Hi all, Given \new ChoirStaff \new Staff \new Lyrics \new Staff Can the Lyrics have staff-affinity = #CENTER when both Staff contexts are alive, and staff-affinity = #UP or #DOWN when the lower or upper Staff, respectively, is frenched? I’m using the latest development

Re: \change staff question

2014-09-25 Thread Simon Albrecht
an abbreviation like ri = \change Staff = right or, in case it’s necessary, ri = { \change Staff = right \voiceTwo } % and the like. HTH, Simon Am 25.09.2014 um 01:52 schrieb MING TSANG: Hi, lilyponders: I try to lilypond duplicate the score as shown on the screen copy of a score sheet. The change Staff

RE: \change staff question

2014-09-25 Thread Mark Stephen Mrotek
=ca.rr@gnu.org] On Behalf Of MING TSANG Sent: Wednesday, September 24, 2014 4:52 PM To: lilypond-user@gnu.org Subject: \change staff question Hi, lilyponders: I try to lilypond duplicate the score as shown on the screen copy of a score sheet. The change Staff seems not changing from left

Re: Stem spacing with change staff

2013-06-06 Thread Janek Warchoł
2013/6/6 Andrew Bernard andrew.bern...@gmail.com: Thanks, that works - but has the unfortunate side effect of spacing the rest of the score far too wide. Is there a way you can adjust proportional spacing for a single bar? I think that \newSpacingSection can help you. hth, Janek

Re: Stem spacing with change staff

2013-06-06 Thread Eluze
you. I don't think you even need that: resetting or unsetting the proportionalNotationDuration \unset Score.proportionalNotationDuration should just do it! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Stem-spacing-with-change-staff-tp146702p146764.html Sent

Stem spacing with change staff

2013-06-05 Thread Andrew Bernard
Greetings List, The following snippet shows an unexpected behaviour. If proportional spacing is enabled, the stems become unevenly spaced, but only when using \change Staff. With proportional spacing not enabled, there is no problem. What is going on here? I am wanting proportional notation

Re: Stem spacing with change staff

2013-06-05 Thread Eluze
Andrew Bernard wrote Greetings List, The following snippet shows an unexpected behaviour. If proportional spacing is enabled, the stems become unevenly spaced, but only when using \change Staff. With proportional spacing not enabled, there is no problem. What is going on here? I am

Re: Stem spacing with change staff

2013-06-05 Thread Andrew Bernard
Thanks, that works - but has the unfortunate side effect of spacing the rest of the score far too wide. Is there a way you can adjust proportional spacing for a single bar? Andrew On 6/06/13 12:32 AM, Eluze wrote: augment the value for the proportional duration: proportionalNotationDuration

Re: change staff for component notes of chord

2013-01-25 Thread Xavier Scheuer
On 25 January 2013 08:17, Jeffrey Trevino jeffrey.trevi...@gmail.com wrote: hi there, I like the change staff interface for switching staffs and beaming across them. Is there a similar interface available for chords, which allows the user to specify that certain higher or lower notes should

Re: change staff for component notes of chord

2013-01-25 Thread Phil Holmes
- Original Message - From: Xavier Scheuer x.sche...@gmail.com To: Jeffrey Trevino jeffrey.trevi...@gmail.com Cc: lilypond-user lilypond-user@gnu.org Sent: Friday, January 25, 2013 10:50 AM Subject: Re: change staff for component notes of chord On 25 January 2013 08:17, Jeffrey Trevino

Re: change staff for component notes of chord

2013-01-25 Thread Jeffrey Trevino
Hi there, Thanks for your responses. I'll make due with the current span stem engraver, but I think that it would be easier to extend the functionality of the \change Staff = staffName paradigm to do this more elegantly in future versions. cheers, Jeff On Fri, Jan 25, 2013 at 3:26 AM, Phil

change staff for component notes of chord

2013-01-24 Thread Jeffrey Trevino
hi there, I like the change staff interface for switching staffs and beaming across them. Is there a similar interface available for chords, which allows the user to specify that certain higher or lower notes should be drawn on a different staff? I would find this much easier to use than

issues with change staff

2012-08-19 Thread cgodefro free
Hello, I'm experimenting some issues with the change staff command. It seems that both staff are linked together. the \stemUp is not taking into account and the \change Staff = up affect as well the down staff. Does anyone can help me unlinked the both staff? i did the test on both 2.14

Re: issues with change staff

2012-08-19 Thread james
On Aug 19, 2012, at 11:38 AM, cgodefro free wrote: Hello, I'm experimenting some issues with the change staff command. It seems that both staff are linked together. the \stemUp is not taking into account and the \change Staff = up affect as well the down staff. Does anyone can help

\change Staff in Voice context

2012-06-28 Thread Neil Thornock
} \context Voice = mid { \change Staff = lo c4 d e f~ } { d'1 } \context Voice = mid { f4 e d c } } bb = { s1*2 } \new Staff = hi { \aa } \new Staff = lo { \bb } -- Neil Thornock, D.M. The recent premiere of ...and a bunch of other stuff: http://www.youtube.com/watch?v=LQtvPet3k8c

stem length and change staff

2012-06-12 Thread Tiresia GIUNO
for that? To correct this situation, I'm overriding the beam's position with \once \override Beam #'positions = #'(-4.5 . -5.5) Any other suggestion? Thanks a lot, T %{ changeStaffStem %} % -*- indent-tabs: true; tab-width: 2; \version 2.14.2 \include english.ly uSt = { \change Staff = upStaff } dSt

Re: stem length and change staff

2012-06-12 Thread -Eluze
://old.nabble.com/stem-length-and-change-staff-tp34002754p34002856.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: stem length and change staff

2012-06-12 Thread Tiresia GIUNO
On Tue, 12 Jun 2012 15:24:49 -0700 (PDT) -Eluze elu...@gmail.com wrote: Tiresia Giuno wrote: in the attached files (.ly .png) the alteration of the first b' in the second bar produces an incorrect length of the stems and an incorrect position of the beam. agreed, but version

\change Staff don't work fine

2011-09-13 Thread Mario Moles
Any idea? Thank's! \version 2.15.10 csr = \change Staff = right csl = \change Staff = left sn=\stemNeutral su=\stemUp sd=\stemDown tn=\tieNeutral suon = \sustainOn suof = \sustainOff tempoMark = { \once \override Score.RehearsalMark #'self-alignment-X = #LEFT \once \override

Re: \change Staff don't work fine

2011-09-13 Thread Phil Holmes
, 2011 4:07 PM Subject: \change Staff don't work fine Any idea? Thank's! \version 2.15.10 csr = \change Staff = right csl = \change Staff = left sn=\stemNeutral su=\stemUp sd=\stemDown tn=\tieNeutral suon = \sustainOn suof = \sustainOff tempoMark = { \once

Re: \change Staff don't work fine

2011-09-13 Thread Xavier Scheuer
On 13 September 2011 17:07, Mario Moles mario-mo...@libero.it wrote: Any idea? Thank's! [code] That's because you use the \\ construct, which implicitly creates voices 1 and 2 in *both* staves. Please use explicitly instantiated voices instead and it should work fine. See the modified

Re: \change Staff don't work fine

2011-09-13 Thread Mario Moles
is not in the correct stave! \version 2.15.10 csr = \change Staff = right csl = \change Staff = left global = { \key g \major \time 6/8 } rightOne = \relative c' { \global % Qui segue la musica. \global % Qui segue la musica. \csl c,8 \csr g'' c, \csl c, \csr g'' c,| \csl c, \csr g'' c

Re: \change Staff don't work fine

2011-09-13 Thread Mario Moles
In data martedì 13 settembre 2011 17:24:49, hai scritto: On 13 September 2011 17:07, Mario Moles mario-mo...@libero.it wrote: Any idea? Thank's! [code] Ok! Great! Thank you! That's because you use the \\ construct, which implicitly creates voices 1 and 2 in *both* staves. Please

Re: \change Staff and barchecks in LilyPondTool

2010-12-15 Thread Valentin Villenave
On Mon, Dec 13, 2010 at 11:26 PM, George_ georgexu...@gmail.com wrote: I seem to be having a problem with \change Staff screwing up my barchecks. Thanks, I've added it to the LilyPondTool bug tracker: https://sourceforge.net/tracker/?func=detailaid=3138066group_id=91119atid=596024 Cheers

Re: \change Staff and barchecks in LilyPondTool

2010-12-15 Thread George_
with \change Staff screwing up my barchecks. Thanks, I've added it to the LilyPondTool bug tracker: https://sourceforge.net/tracker/?func=detailaid=3138066group_id=91119atid=596024 Cheers, Valentin. (P.S. -- Hi Bertalan! ;-) ___ lilypond

Re: \change Staff and barchecks in LilyPondTool

2010-12-14 Thread Phil Holmes
- Original Message - From: George_ georgexu...@gmail.com To: lilypond-user@gnu.org Sent: Monday, December 13, 2010 10:26 PM Subject: \change Staff and barchecks in LilyPondTool I seem to be having a problem with \change Staff screwing up my barchecks. For example: e16 d c d e8 f

Re: \change Staff and barchecks in LilyPondTool

2010-12-14 Thread George_
Phil Holmes-2 wrote: - Original Message - From: George_ georgexu...@gmail.com To: lilypond-user@gnu.org Sent: Monday, December 13, 2010 10:26 PM Subject: \change Staff and barchecks in LilyPondTool Could you post a tiny, complete example that shows this, please? -- Phil

Re: \change Staff and barchecks in LilyPondTool

2010-12-14 Thread Carl Sorensen
On 12/14/10 10:38 AM, George_ georgexu...@gmail.com wrote: Phil Holmes-2 wrote: - Original Message - From: George_ georgexu...@gmail.com To: lilypond-user@gnu.org Sent: Monday, December 13, 2010 10:26 PM Subject: \change Staff and barchecks in LilyPondTool Could you

\change Staff and barchecks in LilyPondTool

2010-12-13 Thread George_
I seem to be having a problem with \change Staff screwing up my barchecks. For example: e16 d c d e8 f \change Staff = LH gis, e r a | for me produces a barcheck of 9/8. bes8. a16 g f e d \change Staff = LH cis4 f8 \rest cis | gives a barcheck of 17/16, and \change Staff = LH r8 a16 gis a8 b

Re: temporarily change staff indentation

2010-07-25 Thread Philipp Zedler
Hi Branco, Maybe an easier way would be to make multiple \score (one per part) but if I'm not wrong this would lead to several midi files and to repeat for each part the settings of time, clef, key, not to mention staffgroup etc. I do use the alternative you describe. To avoid typing things

  1   2   >