Re: In parts but not in the score

2010-07-26 Thread Jayaratna

Dear Neil and Reinhold,

this is far too advanced for me. Even trying to copy and paste your codes
gives me errors (I think it's the \with thing).

Anyway in my case \mark will suffice: I will study your examples in depths
later,

Thank you again,
Andrea



n.puttock wrote:
 
 On 25 July 2010 15:02, Reinhold Kainhofer reinh...@kainhofer.com wrote:
 
 The only way to get it to work was to explicitly assign it to a staff...
 
 Switch off outside-staff positioning and the after-line-breaking
 callback; both of these prevent the negative 'Y-offset from dragging
 the mark into the system.
 
 defs = \with {
   \consists Mark_engraver
   \consists Staff_collecting_engraver
   \override RehearsalMark #'outside-staff-priority = ##f
   \override RehearsalMark #'after-line-breaking = ##t
 }
 
 Cheers,
 Neil
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 http://lists.gnu.org/mailman/listinfo/lilypond-user
 
 

-- 
View this message in context: 
http://old.nabble.com/In-parts-but-not-in-the-score-tp29258748p29272863.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


In parts but not in the score

2010-07-25 Thread Jayaratna

Dear members,

I apologize if this matter should have been discussed earlier. I tried to
find posts about this but maybe my English language skills are not enough to
make the right search.

I am copying a score because I need to make parts: I need to put some texts
and other marks on single parts but I would like them not to appear on every
line of the score, but just at the top of each group. Any suggestion about
how this can be done without making two different files for each instrument?

Thank you for your kind help,
Andrea
Venice, Italy
-- 
View this message in context: 
http://old.nabble.com/In-parts-but-not-in-the-score-tp29258748p29258748.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


Re: In parts but not in the score

2010-07-25 Thread Graham Percival
On Sun, Jul 25, 2010 at 12:44:42AM -0700, Jayaratna wrote:
 
 I am copying a score because I need to make parts: I need to put some texts
 and other marks on single parts but I would like them not to appear on every
 line of the score, but just at the top of each group. Any suggestion about
 how this can be done without making two different files for each instrument?

This is done with \mark .  See the Text chapter for details.

Cheers,
- Graham

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


Re: In parts but not in the score

2010-07-25 Thread Jayaratna

Dear Graham,

thank you for your prompt answer.

I just have a further question: can a \mark be printed at the top of each
score group (this is what I need), or it is only printed at the top line of
the score?

Thank you again,
Andrea
Venice, Italy



Graham Percival-3 wrote:
 
 On Sun, Jul 25, 2010 at 12:44:42AM -0700, Jayaratna wrote:
 
 I am copying a score because I need to make parts: I need to put some
 texts
 and other marks on single parts but I would like them not to appear on
 every
 line of the score, but just at the top of each group. Any suggestion
 about
 how this can be done without making two different files for each
 instrument?
 
 This is done with \mark .  See the Text chapter for details.
 
 Cheers,
 - Graham
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 http://lists.gnu.org/mailman/listinfo/lilypond-user
 
 

-- 
View this message in context: 
http://old.nabble.com/In-parts-but-not-in-the-score-tp29258748p29258797.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


Re: In parts but not in the score

2010-07-25 Thread James Bailey
Yes. This is discussed in the selected snippets section after \mark is 
introduced in the Notation Reference

On Jul 25, 2010, at 10:05 AM, Jayaratna wrote:

 
 Dear Graham,
 
 thank you for your prompt answer.
 
 I just have a further question: can a \mark be printed at the top of each
 score group (this is what I need), or it is only printed at the top line of
 the score?
 
 Thank you again,
 Andrea
 Venice, Italy
 
 
 
 Graham Percival-3 wrote:
 
 On Sun, Jul 25, 2010 at 12:44:42AM -0700, Jayaratna wrote:
 
 I am copying a score because I need to make parts: I need to put some
 texts
 and other marks on single parts but I would like them not to appear on
 every
 line of the score, but just at the top of each group. Any suggestion
 about
 how this can be done without making two different files for each
 instrument?
 
 This is done with \mark .  See the Text chapter for details.
 
 Cheers,
 - Graham
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 http://lists.gnu.org/mailman/listinfo/lilypond-user
 
 
 
 -- 
 View this message in context: 
 http://old.nabble.com/In-parts-but-not-in-the-score-tp29258748p29258797.html
 Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
 
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 http://lists.gnu.org/mailman/listinfo/lilypond-user


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


Re: In parts but not in the score

2010-07-25 Thread Jayaratna

Dear James,

thank you for your reply. Selected snippets for \mark show how to print text
on every staff of the score, but is there a method for printing them only
for top staffs of every group?

Thank you,
Andrea
Venice, Italy



James Bailey-4 wrote:
 
 Yes. This is discussed in the selected snippets section after \mark is
 introduced in the Notation Reference
 
 On Jul 25, 2010, at 10:05 AM, Jayaratna wrote:
 
 
 Dear Graham,
 
 thank you for your prompt answer.
 
 I just have a further question: can a \mark be printed at the top of each
 score group (this is what I need), or it is only printed at the top line
 of
 the score?
 
 Thank you again,
 Andrea
 Venice, Italy
 
 
 
 Graham Percival-3 wrote:
 
 On Sun, Jul 25, 2010 at 12:44:42AM -0700, Jayaratna wrote:
 
 I am copying a score because I need to make parts: I need to put some
 texts
 and other marks on single parts but I would like them not to appear on
 every
 line of the score, but just at the top of each group. Any suggestion
 about
 how this can be done without making two different files for each
 instrument?
 
 This is done with \mark .  See the Text chapter for details.
 
 Cheers,
 - Graham
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 http://lists.gnu.org/mailman/listinfo/lilypond-user
 
 
 
 -- 
 View this message in context:
 http://old.nabble.com/In-parts-but-not-in-the-score-tp29258748p29258797.html
 Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
 
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 http://lists.gnu.org/mailman/listinfo/lilypond-user
 
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 http://lists.gnu.org/mailman/listinfo/lilypond-user
 
 

-- 
View this message in context: 
http://old.nabble.com/In-parts-but-not-in-the-score-tp29258748p29259723.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


Re: In parts but not in the score

2010-07-25 Thread Reinhold Kainhofer
Am Sonntag, 25. Juli 2010, um 14:30:36 schrieb Jayaratna:
 thank you for your reply. Selected snippets for \mark show how to print
 text on every staff of the score, but is there a method for printing them
 only for top staffs of every group?

Unfortunately, StaffGroup, ChoirStaff, etc. don't work with that method, you 
have to add the engravers manually to the top-most staff of that group. This 
again, will probably break with hara-kiri staves that are not drawn when they 
contain only rests...

Cheers,
Reinhold

-- 
--
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial  Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org

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


Re: In parts but not in the score

2010-07-25 Thread Jayaratna

Thank you, Reinold,

Thank you for your reply: I guess I'll hara-kiri making duplicate files for
parts and score... :(

Andrea,
Venice, Italy



Bugzilla from reinh...@kainhofer.com wrote:
 
 Am Sonntag, 25. Juli 2010, um 14:30:36 schrieb Jayaratna:
 thank you for your reply. Selected snippets for \mark show how to print
 text on every staff of the score, but is there a method for printing them
 only for top staffs of every group?
 
 Unfortunately, StaffGroup, ChoirStaff, etc. don't work with that method,
 you 
 have to add the engravers manually to the top-most staff of that group.
 This 
 again, will probably break with hara-kiri staves that are not drawn when
 they 
 contain only rests...
 
 Cheers,
 Reinhold
 
 -- 
 --
 Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
  * Financial  Actuarial Math., Vienna Univ. of Technology, Austria
  * http://www.fam.tuwien.ac.at/, DVR: 0005886
  * LilyPond, Music typesetting, http://www.lilypond.org
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 http://lists.gnu.org/mailman/listinfo/lilypond-user
 
 

-- 
View this message in context: 
http://old.nabble.com/In-parts-but-not-in-the-score-tp29258748p29259843.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


Re: In parts but not in the score

2010-07-25 Thread Xavier Scheuer
2010/7/25 Reinhold Kainhofer reinh...@kainhofer.com:

 Unfortunately, StaffGroup, ChoirStaff, etc. don't work with that
 method, you have to add the engravers manually to the top-most staff
 of that group.  This again, will probably break with hara-kiri staves
 that are not drawn when they contain only rests...

Hi Reinhold.

Are you sure of that?
IIRC I suggested someone (on the French-speaking mailing list) to
remove Mark_engraver from the Score context and to use

  \new StaffGroup \with {
\consists Mark_engraver
  }

and nobody reported that this method actually does not work.

Cheers,
Xavier

PS: You may also have to transfer Staff_collecting_engraver as well.

--
Xavier Scheuer x.sche...@gmail.com

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


Re: In parts but not in the score

2010-07-25 Thread Reinhold Kainhofer
Am Sonntag, 25. Juli 2010, um 15:52:42 schrieb Xavier Scheuer:
 2010/7/25 Reinhold Kainhofer reinh...@kainhofer.com:
  Unfortunately, StaffGroup, ChoirStaff, etc. don't work with that
  method, you have to add the engravers manually to the top-most staff
  of that group.  This again, will probably break with hara-kiri staves
  that are not drawn when they contain only rests...
 
 Are you sure of that?

Yes, see the attached sample file. I have tried adding the engravers globally 
to StaffGroup and PianoStaff in a \layout block, as well as manually to a 
ChoirStaff using an explicit \with. Neither of them works, the marks are 
always placed at the very top of the score...
The only way to get it to work was to explicitly assign it to a staff...

Cheers,
Reinhold
-- 
--
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial  Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org
\version 2.13.29

mm = \relative c'' {c4 \mark Test c c2 |
  d1 |
  \tempo Allegro 4=120
  f1 |
  e4 d2 c4 |
  \mark #'default
  b1 \bar|. 
}

defs = \with {\consists Mark_engraver \consists Staff_collecting_engraver}

\score { 
  \new StaffGroup {
  \new Staff \mm
  \new Staff \mm
  \new Staff \mm
  \new Staff \mm
  }
  \new PianoStaff {
  \new Staff \mm
  \new Staff \mm
  }
  \new ChoirStaff \with \defs {
  \new Staff \mm
  \new Staff \mm
  }
  \new Staff \mm
  \new Staff \mm
  \new StaffGroup {
  \new Staff \mm
  \new Staff \mm
  \new Staff \mm
  \new Staff \with \defs \mm
  }
}

\layout {
  \context {
\Score
\remove Mark_engraver
\remove Staff_collecting_engraver
  }
  \context {
\StaffGroup
\defs
  }
  \context {
\PianoStaff
\defs
  }
}
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: In parts but not in the score

2010-07-25 Thread Neil Puttock
On 25 July 2010 15:02, Reinhold Kainhofer reinh...@kainhofer.com wrote:

 The only way to get it to work was to explicitly assign it to a staff...

Switch off outside-staff positioning and the after-line-breaking
callback; both of these prevent the negative 'Y-offset from dragging
the mark into the system.

defs = \with {
  \consists Mark_engraver
  \consists Staff_collecting_engraver
  \override RehearsalMark #'outside-staff-priority = ##f
  \override RehearsalMark #'after-line-breaking = ##t
}

Cheers,
Neil

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


Re: Adding \bookpart to score and parts loses tempo indications from score

2009-01-14 Thread Nicolas Sceaux

Le 14 janv. 09 à 03:54, nick.pa...@internode.on.net a écrit :

I have a score and parts to which I have just added \bookpart plus  
the hack suggested in http://www.nabble.com/Separate-page-numbering-in-separate-book-parts--td20831772.html 
 in order to get the pages renumbered to 1 for each part. What has  
happened is that the tempo indications have disappeared from the  
score but are still there in the parts.


I have attached a minimal example that shows the problem on my system.

Nick


Of course, this is because of the
  \override Score.MetronomeMark #'stencil = ##f
line in your leadsheet score.

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


RE: Adding \bookpart to score and parts loses tempo indications from score

2009-01-14 Thread Nick Payne
 -Original Message-
 From: Nicolas Sceaux [mailto:nicolas.sce...@free.fr]
 Sent: Thursday, 15 January 2009 03:40
 To: nick.pa...@internode.on.net
 Cc: lilypond-user@gnu.org
 Subject: Re: Adding \bookpart to score and parts loses tempo
 indications from score
 
 Le 14 janv. 09 à 03:54, nick.pa...@internode.on.net a écrit :
 
  I have a score and parts to which I have just added \bookpart plus
  the hack suggested in http://www.nabble.com/Separate-page-numbering-
 in-separate-book-parts--td20831772.html
   in order to get the pages renumbered to 1 for each part. What has
  happened is that the tempo indications have disappeared from the
  score but are still there in the parts.
 
  I have attached a minimal example that shows the problem on my
 system.
 
  Nick
 
 Of course, this is because of the
\override Score.MetronomeMark #'stencil = ##f
 line in your leadsheet score.=

Ah. Something as simple as that! BTW, I also notice that although I have
both title and tagline setup in the header sections for each bookpart, the
tagline only prints at the end of the last part. You can see this in the
example I sent by adding a tagline to each \bookpart header section - only
the last part actually prints the tagline. I would have expected to get it
at the end of the score and the end of each part.

Nick



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


Re: Adding \bookpart to score and parts loses tempo indications from score

2009-01-14 Thread Nicolas Sceaux

Le 14 janv. 09 à 20:20, Nick Payne a écrit :

Ah. Something as simple as that! BTW, I also notice that although I  
have
both title and tagline setup in the header sections for each  
bookpart, the
tagline only prints at the end of the last part. You can see this in  
the
example I sent by adding a tagline to each \bookpart header section  
- only
the last part actually prints the tagline. I would have expected to  
get it

at the end of the score and the end of each part.



http://lilypond.org/doc/v2.12/input/lsr/lilypond-snippets/Paper-and-layout#book-parts.ly



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


Adding \bookpart to score and parts loses tempo indications from score

2009-01-13 Thread nick . payne
 I have a score and parts to which I have just added bookpart plus the
hack suggested in
http://www.nabble.com/Separate-page-numbering-in-separate-book-parts--td20831772.html
[1] in order to get the pages renumbered to 1 for each part. What has
happened is that the tempo indications have disappeared from the score
but are still there in the parts.
 I have attached a minimal example that shows the problem on my
system.
 Nick


Links:
--
[1]
http://www.nabble.com/Separate-page-numbering-in-separate-book-parts--td20831772.html


testbook.ly
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Making cues visible on parts but not on conductor's score

2008-09-30 Thread Daryna Baikadamova
I am processing an orchestral lilypond score.  I would like cues to appear
just before an instrument start playing after a long rest, but only in
parts, *not* the conductor's score.

As discussed before, I use a small driver lilypond script to produce each
individual instrument part score.  To ensure cues only appear in parts,
should I put the cues on a separate file and overlay it onto the instrument
in my driver?  If so, could you please show me a short example doing that?

Thanks!

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


Re: Making cues visible on parts but not on conductor's score

2008-09-30 Thread Graham Percival
Use \tag.  It's discussed somewhere in NR 3, different editions
from one score or something like that.

Cheers,
- Graham

On Wed, 1 Oct 2008 14:56:34 +1300
Daryna Baikadamova [EMAIL PROTECTED] wrote:

 I am processing an orchestral lilypond score.  I would like cues to
 appear just before an instrument start playing after a long rest, but
 only in parts, *not* the conductor's score.
 
 As discussed before, I use a small driver lilypond script to produce
 each individual instrument part score.  To ensure cues only appear in
 parts, should I put the cues on a separate file and overlay it onto
 the instrument in my driver?  If so, could you please show me a short
 example doing that?
 
 Thanks!
 
 Daryna
 


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