lilypond-user
[Top][All Lists]
Advanced

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

Re: Hairpin #'minimum-length doesn't work if hairpin preceded by dynamic


From: Trevor Daniels
Subject: Re: Hairpin #'minimum-length doesn't work if hairpin preceded by dynamicmarking
Date: Wed, 14 Jan 2009 08:24:58 -0000


<address@hidden> wrote Wednesday, January 14, 2009 4:24 AM


Following input gives the output attached:
 %%%%%%%%%%%%%%%%%%
> relative c'' {
>            override Hairpin #'minimum-length = #5
>            c8< c c> c!
>            c8pp< c c> c!
> }
 %%%%%%%%%%%%%%%%%%

When applying minimum-length it seems the length of the
hairpin is measured from the start of the note, not the start
of the hairpin, i.e. the dynamic marking is included in the
hairpin length.  You can see this if you make the length longer.

The following change works better (with the missing
back slashes added), although the pp still shortens the hairpin.

\relative c'' {
  \override Hairpin #'minimum-length = #5
  c8\< c\! c\> c\!
  c8\pp\< c\! c\> c\!
}

The following workround might suit you better, as the
dynamic is now detached from the hairpin:

\relative c'' {
  \override Hairpin #'minimum-length = #5
  c8\< c\! c\> c8*1/2\! s16\pp
  c8\< c\! c\> c\!
}

Trevor




--------------------------------------------------------------------------------


_______________________________________________
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]