lilypond-user
[Top][All Lists]
Advanced

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

Re: measure length and decresendo


From: James Bailey
Subject: Re: measure length and decresendo
Date: Wed, 20 Jan 2010 18:45:57 +0100

You can add \paper { ragged-right = ##f line-width = 4\in } to your file to control the line length and force the measure to fill the whole line. That will ensure that the measures are exactly the length you want them to be, and the diminuendo comes out a bit longer.

On 20.01.2010, at 06:36, Kim Cascone wrote:

I need to make a chart of rhythmic fragments consisting of
one or two measures per line
the measures need to be centered on the line
there will be 10 - 12 lines per page
and each fragment needs to be uniformly approx 3-4 inches in length
and contain the meter (4/8) and a rhythm 'clef'

next to each of the fragments will be a small text box with some instructions or notes

so far what I've been doing is using the Lilypond plugin for OpenOffice
and generating the measure one at a time
and centering them on a page
now that I've gotten this far I now need to add dynamics and stick info

here is a problem I'm running into:
one measure I want to make has the last note of a tuplet tied to the first note of another tuplet in the following measure
and I get a 'decresendo too small' warning when I try to compile it
how do I make the measures longer so I can place the descresendo?

%1
\drums {
  \time 4/8
  \tupletUp
  \times 2/3 {r2 sn4:32~\f\> }
 \times 2/3 {sn4:32\! \ppp r2 }
}



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





reply via email to

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