lilypond-user
[Top][All Lists]
Advanced

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

Fwd: Last staff -coda staff- position


From: Pato Press
Subject: Fwd: Last staff -coda staff- position
Date: Mon, 25 Jul 2011 16:00:29 -0300

Sorry!!!

Forgot to add a \break before the \coda. At list one is needed. But it would be great to be able to add more vertical space to that break.
the example again with the \break:

###
\version 2.14.1

melody = { a a a a | c c c c | blah blah blah blah large one voice part }

% a simple 3 bars coda.
codaPart = { b b b b | d d d d | a2. r4 \bar "|." }

\score {
  \melody
  \break
  % clearly blank space for separating coda from part. As minimum of the default space or lets say height of a staff.
  % try adding lots of \break s do nothing ;)

  \codaPart
}
###

Thanks again!!!
tdy.
---------- Forwarded message ----------
From: Pato Press <address@hidden>
Date: 2011/7/25
Subject: Last staff -coda staff- position
To: address@hidden


Hi Lily's.

I'm trying to clearly put apart a single coda staff from the rest of the part. Pretty sure a common thing.
The thing is I'm lost :)

The file structure its easy (example):

###
\version 2.14.1

melody = { a a a a | c c c c | blah blah blah blah large one voice part }

% a simple 3 bars coda.
codaPart = { b b b b | d d d d | a2. r4 \bar "|." }

\score {
  \melody

  % clearly blank space for separating coda from part. As minimum of the default space or lets say height of a staff.
  % try adding lots of \break s do nothing ;)

  \codaPart
}
###

There's these old treat including these kind of thing but its rather confusing: "Codas - STILL can't get it right..."

Thanks
tdy.


reply via email to

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