lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Rehearsal Mark Spacing


From: Mats Bengtsson
Subject: Re: Rehearsal Mark Spacing
Date: Mon, 12 Feb 2007 11:30:35 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

If you play around with your example, you will notice that the problem
only accurs when the mark is followed by a multimeasure rest.

If you use the latest unstable 2.11.x version, then the following alternative
works well
\score {
 \new Staff {
   \time 3/4

   <<R2.*2 s2.^\markup {\large \bold "Peacefully, yet joyously" } >>|
   \repeat unfold 15 { r2 <es'' es'''>4 }
 }
}

but as far as I know it doesn't work well in 2.10 or earlier versions.

  /Mats

Bryan Stanbridge wrote:
Greetings,

I'm wondering if there's something special about first bars that maybe I'm missing, but here's what I want to do:

I would like to have this RehearsalMark object appear at the beginning of the score, but have it not affect the spacing of the measures below it. Here's a small example to show what I want, and my surprise that no-spacing-rods doesn't seem to work here. I used the repeat just to make sure it floats to the second line, in case it was just the alignment playing an issue, but I don't think that's it.

Any ideas?

\version "2.10.16"

\score {
  \new Staff {
    \time 3/4
    \override Score.RehearsalMark #'no-spacing-rods = ##f
    \once \override Score.RehearsalMark #'self-alignment-X = #-1
    \mark \markup {\large \bold "Peacefully, yet joyously" }
    R2.*2 |
    \repeat unfold 15 { r2 <es'' es'''>4 }
  }
}

Thanks!

Cheers,
Bryan...


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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

[Prev in Thread] Current Thread [Next in Thread]