Re:Re: Divisi and unison staves, how to hide?

2010-03-13 Thread 胡海鹏 - Hu Haipeng
Thank you very much. I ever thought about it, but all examples in NR I know are using this override in layout block. So I didn't know whether it can be used as this. So I suggest it should be added in the documentation. Regards Haipeng ___ lilypond-u

Re: Divisi and unison staves, how to hide?

2010-03-13 Thread Valentin Villenave
2010/3/13 胡海鹏 - Hu Haipeng : >   At the beginning of the music, the 1st violin is divided into bracketed > two parts to generate different harmonics. However, it becomes unis in the > future, so I must prepare a separate violin I part. If I need to show all > instruments at the beginning, then both

Divisi and unison staves, how to hide?

2010-03-13 Thread 胡海鹏 - Hu Haipeng
Hello, I have a problem with temporarily divisi desks (pult). At the beginning of the music, the 1st violin is divided into bracketed two parts to generate different harmonics. However, it becomes unis in the future, so I must prepare a separate violin I part. If I need to show all instrument

Re: Divisi and Unison

2008-06-16 Thread Mats Bengtsson
Peter Kaplan wrote: Francisco Vila gmail.com> writes: Here goes another (uglier) starting point: arrows = \markup { \postscript #psarrows } { c'1-\arrows } % end Thanks, Francisco! Unfortunately when I try to implement this code, lilypond fails to recognize \postscript. I'm i

Re: Divisi and Unison

2008-06-16 Thread Graham Percival
On Tue, 17 Jun 2008 04:24:09 + (UTC) Peter Kaplan <[EMAIL PROTECTED]> wrote: > Francisco Vila gmail.com> writes: > > > arrows = \markup { \postscript #psarrows } > > > > Thanks, Francisco! Unfortunately when I try to implement this code, > lilypond fails to recognize \postscript. I'm in

Re: Divisi and Unison

2008-06-16 Thread Peter Kaplan
Francisco Vila gmail.com> writes: > Here goes another (uglier) starting point: > > arrows = \markup { \postscript #psarrows } > > { c'1-\arrows } > > % end Thanks, Francisco! Unfortunately when I try to implement this code, lilypond fails to recognize \postscript. I'm in v.2.10.33-1, so I

Re: Divisi and Unison

2008-06-16 Thread Peter Kaplan
Kieren MacMillan sympatico.ca> writes: > >> So, is there a lilypond slashcommand to > >> render the little diverging arrows that appear > >> at the end of a staff that's about to be > >> divisi beginning in the next system? > You might start with the following: > arrow = \markup { \fontsiz

Re: Divisi and Unison

2008-06-13 Thread Francisco Vila
2008/6/14 Kieren MacMillan <[EMAIL PROTECTED]>: > You might start with the following: > >arrow = \markup { \fontsize #5 \override #'(thickness . 3) \combine > \draw-line #'(0 . 4) \arrow-head #Y #DOWN ##t } >\markup { \combine \raise #-1 \rotate #45 \arrow \raise #1 \rotate #135 > \arrow }

Re: Divisi and Unison

2008-06-13 Thread Kieren MacMillan
Hi Peter, So, is there a lilypond slashcommand to render the little diverging arrows (point- ing "northeast" and "southeast") that appear at the end of a staff that's about to be divisi beginning in the next system? Or has anyone come up with a nice codesnippet to draw these little arrows? St

Re: Divisi and Unison

2008-06-13 Thread Peter Kaplan
Peter Kaplan gmail.com> writes: > So, is there a lilypond slashcommand to > render the little diverging arrows (point- > ing "northeast" and "southeast") that appear > at the end of a staff that's about to be > divisi beginning in the next system? Or > has anyone come up with a nice codesnip

Re: Divisi and Unison

2008-04-19 Thread Peter Kaplan
Dave mho.com> writes: > > I'm transcribing a violin piece that > has divisi and unison. The divisi portions > are not synchronsous (i.e. they have > basically different parts) and need to be > on separate staffs. How would I make a > score that has 2 staffs

Re: Divisi and Unison

2003-11-27 Thread Mats Bengtsson
\paper {papersize = "letter" indent = 0.0\in } \score { \new GrandStaff { \notes { d'4 d' d' d' | d' d' d' d' | d' d' d' d' | d' d' d' d' | \break <<

Re: Divisi and Unison

2003-11-27 Thread Christopher Ellis
Thanks again. What you sent wasn't quite right, a "{" was in the wrong place or something, but close enough for me to understand what is going on. I am including what worked for me so that it might help someone else. So, Brahms Symphony No. 1 2nd movement where the first violins split into secti

Re: Divisi and Unison

2003-11-26 Thread Graham Percival
On Wed, 26 Nov 2003 20:35:09 -0800 (PST) Christopher Ellis <[EMAIL PROTECTED]> wrote: > Thanks, this helped me also. Is there a way to make > the two staffs be contained in a brace like piano > music. I have tried different things with no luck. i > have seen this in Brahms Symphony 1, first viol

Re: Divisi and Unison

2003-11-26 Thread Christopher Ellis
, they are braced together. Thanks. Chris --- Graham Percival <[EMAIL PROTECTED]> wrote: > On Mon, 24 Nov 2003 16:57:41 -0700 > Dave <[EMAIL PROTECTED]> wrote: > > I'm transcribing a violin piece that has divisi > and unison. The > > divisi portions

Re: Divisi and Unison

2003-11-26 Thread Graham Percival
On Mon, 24 Nov 2003 16:57:41 -0700 Dave <[EMAIL PROTECTED]> wrote: > I'm transcribing a violin piece that has divisi and unison. The > divisi portions are not synchronsous (i.e. they have basically > different parts) and need to be on separate staffs. How would I make > a

Divisi and Unison

2003-11-24 Thread Dave
I'm transcribing a violin piece that has divisi and unison. The divisi portions are not synchronsous (i.e. they have basically different parts) and need to be on separate staffs. How would I make a score that has 2 staffs for the divisi part and 1 staff for the unison part? T