lilypond-user
[Top][All Lists]
Advanced

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

Re: measure length and decresendo


From: David Stocker
Subject: Re: measure length and decresendo
Date: Wed, 20 Jan 2010 12:44:03 -0500
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Hi Kim,

I wasn't reading carefully enough. I thought you were having alignment issues.

You'll want to override the minimum-length property of the hairpins like this:

%1
\drums {
 \time 4/8
 \tupletUp
 \override Hairpin #'minimum-length = #15
 \times 2/3 {r2 sn4:32~ \f \> }
\times 2/3 {sn4:32 \! \ppp r2 }
}

15 is probably extreme, but you get the idea.

I found this answer in the Notation Reference, section 1.3.1 "Dynamics." Scroll down to the "Selected Snippets" part.

http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Attached-to-notes#Dynamics

Hope that helps.

David

Kim Cascone wrote:
David
try compiling this code fragment in OooLilypond and see what I'm trying to do
%1
\drums {
  \time 4/8
  \tupletUp
  \times 2/3 {r2 sn4:32~ \f \> }
 \times 2/3 {sn4:32 \! \ppp r2 }
}


David Stocker wrote:
Kim,

Have you tried exploiting OpenOffice.org's tables capabilities? http://notesettersinc.blogspot.com/2009/11/openofficeorg-and-ooolilypond-extension_11.html

Regards,

David

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]