tempo mark in large score for each group

View: New views
7 Messages — Rating Filter:   Alert me  

tempo mark in large score for each group

by Jay Hamilton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I just checked Honegger's score for Jeanne d'Arc and tempo marks are above the top staff and then below for the strings.  I've looked in the manual 2.12 and snippets and I don't see a way to do this.
I tried setting it for the top instrument in each group and that did not work.
Thanks


Yours-
Jay

Jay Hamilton
www.soundand.com
206-328-7694


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

Re: tempo mark in large score for each group

by Kieren MacMillan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Jay,

> I just checked Honegger's score for Jeanne d'Arc and tempo marks  
> are above the top staff and then below for the strings.  I've  
> looked in the manual 2.12 and snippets and I don't see a way to do  
> this.
> I tried setting it for the top instrument in each group and that  
> did not work.

What about creating a custom RehearsalMarks context, and then adding  
it to your score at the bottom?
It would only have to \consist of a couple of engravers...

Hope this helps!
Kieren.


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

Re: tempo mark in large score for each group

by Neil Thornock :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You would do something like:

\new Staff \with {\consists Rehearsal_mark_engraver}

I can't recall if that is the exact name of the engraver right off.
Of course, that would put all \marks above the given staff.

On 10/30/09, Kieren MacMillan <kieren_macmillan@...> wrote:

> Hi Jay,
>
>> I just checked Honegger's score for Jeanne d'Arc and tempo marks
>> are above the top staff and then below for the strings.  I've
>> looked in the manual 2.12 and snippets and I don't see a way to do
>> this.
>> I tried setting it for the top instrument in each group and that
>> did not work.
>
> What about creating a custom RehearsalMarks context, and then adding
> it to your score at the bottom?
> It would only have to \consist of a couple of engravers...
>
> Hope this helps!
> Kieren.
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@...
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>


--
Neil Thornock, D.M.
Assistant Professor of Music
Composition/Theory
Brigham Young University
http://neilthornock.net


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

Re: tempo mark in large score for each group

by Frédéric Bron :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> I just checked Honegger's score for Jeanne d'Arc and tempo marks are above the top staff and then below for the strings.  I've looked in the manual 2.12 and snippets and I don't see a way to do this.
> I tried setting it for the top instrument in each group and that did not work.

The attached example must be what you are looking for with some
additions I use (I also put rehearsal marks, volta repeats, text
spanners and bar numbers at StaffGroup level and the line below all
staves has only rehearsal marks and bar numbers).

Best wishes,

Frédéric


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

StaffGroupIndications.ly (3K) Download Attachment

Parent Message unknown Re: tempo mark in large score for each group

by Frédéric Bron :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Thank you for your help.  I have altered your example to the attached below and then went and tried to apply it to my score and for a reason I cannot understand it won't compile.
> I've attached it too.
> If you have the time would you take a look a see what I'm doing wrong?  The file will compile fine without your materials but once I add them in I get various error messages that don't make sense given what your file does.

You have forgotten plenty of closing >> and your layout block has to
be before the score. Also you have a \clef basso which should be \clef
bass...

Please have a look at the attached modified version.

Frédéric

PS : always answer to all so that the archives are stored on the
mailing list for others that may have the same problem as you.


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

Silence.ly (6K) Download Attachment

Re: tempo mark in large score for each group

by Graham Percival-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, Nov 01, 2009 at 08:48:15AM +0100, Frédéric Bron wrote:
> You have forgotten plenty of closing >>

Some email clients will remove those, so this isn't necessarily
a problem in his original file.

Cheers,
- Graham


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

Re: tempo mark in large score for each group

by Frédéric Bron :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>> You have forgotten plenty of closing >>
>
> Some email clients will remove those, so this isn't necessarily
> a problem in his original file.

Should not be that as the file was attached, not included in the message.
Frédéric


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