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 <tdy.p...@gmail.com>
Date: 2011/7/25
Subject: Last staff -coda staff- position
To: lilypond-user@gnu.org


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..."<http://lists.gnu.org/archive/html/lilypond-user/2006-05/msg00304.html>

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

Reply via email to