Bump. Can anyone help me with this?

DR


-----Original Message-----
From: Daniel Rosen 
Sent: Sunday, December 02, 2012 6:31 PM
To: lilypond-user@gnu.org
Subject: RE: Marks above and below simultaneously

OK, I think I've mostly figured this out:

\version "2.16.1"

marks = {
  \tempo "Tempo"
  s1 \mark \default
}

\new Score <<
  \new Staff <<
    \new Voice { c''1 c'' }
    \new Voice { \marks }
  >>
  \new Dynamics \with {
    \consists "Metronome_mark_engraver"
    \consists "Mark_engraver"
  } { \marks }
>>

The only problem now is that metronome mark is aligned with the start of the 
music instead of the time signature. I'm guessing this has something to do with 
the fact that it's in a Dynamics context--can someone tell me how to fix it? 

DR


-----Original Message-----
From: Daniel Rosen [mailto:drose...@gmail.com] 
Sent: Saturday, December 01, 2012 10:01 PM
To: Pierre Perol-Schneider
Cc: lilypond-user@gnu.org
Subject: RE: Marks above and below simultaneously

The problem with those is that they would require me to remove the engravers 
from the Score context and include them in the upper- and lowermost Staff 
contexts, which poses an issue since I'm using \HideEmptyStaves--if I do both 
of those things and either of those two contexts is empty when the mark occurs, 
it won't show up.

DR

From: Pierre Perol-Schneider [mailto:pierre.schneider.pa...@gmail.com]
Sent: Saturday, December 01, 2012 7:32 PM
To: Daniel Rosen
Cc: lilypond-user@gnu.org
Subject: Re: Marks above and below simultaneously

Maybe those snippets could help :

- http://lsr.dsi.unimi.it/LSR/Item?id=735http://lsr.dsi.unimi.it/LSR/Item?id=736


2012/12/2 Daniel Rosen <drose...@gmail.com> I have my rehearsal marks and 
metronome marks in a separate voice in the score I'm typesetting, and I'd like 
to get them all to show up both above and below the score. The best thing to do 
that I can think of is to use Dynamics contexts above and below, but that 
throws off the vertical spacing between the marks and the top and bottom 
staves; I'd like it to look as though Score.RehearsalMark #'direction = #1 and 
Score.RehearsalMark #'direction = #-1 were set simultaneously; same for 
MetronomeMark. Anyone know how to do this? Should I be using some other context 
than Dynamics?

DR



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

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

Reply via email to