lilypond-user
[Top][All Lists]
Advanced

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

Re: centering text


From: Eluze
Subject: Re: centering text
Date: Sun, 17 Jun 2012 15:52:52 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1



Am 17.06.2012 15:47, schrieb David Nalesnik:
Hi Simon,

I think Davids solution seems pretty much what I need. But I think it needs
a tweek.
The<<  seems to throw an error. I       f I don't include it, I get the
text in the right sort of
place but on bar 3 and 4 rather than 1 and 2.

It looks like you've left out the>>  which closes the simultaneous music
construct.  (See below.)


\header {
title = "hello world"
}

\new RhythmicStaff {
  \new Voice = "myRhythm"<<
  {
    \time 4/4
    r8 r8 r8 c8 r8 c8 c8 r8
    c8 r8 c8 r8 r8 c8 c8 r8
  }
  {
    \override MultiMeasureRest #'transparent = ##t
    R1-\markup { \center-align bar1 }
    R-\markup { \center-align bar2 }
  }

% need this

}


Best,
David

I like that - it's obviously the mailer who eliminates the closing brackets (probably if they are at the beginning of line!

(this for testing if in the middle of a line it is kept>>  can you see it?)

Eluze





reply via email to

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