lilypond-user
[Top][All Lists]
Advanced

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

Re: add stems to rests under a beam?


From: Klaus Blum
Subject: Re: add stems to rests under a beam?
Date: Sat, 8 Aug 2015 14:36:38 -0700 (MST)

Here's another hack: 

% ----------------------------------------------------
{
  \override Stem.stemlet-length = #0.75
  c'2~ c'4 
  <c' \tweak transparent ##t a'>8[ 
  b'16\rest
  <c' \tweak transparent ##t a'>16] | c'4
}
% ---------------------------------------------------- 

But that's probably not what you're after. 
New attempt: Increase the minimum length for beamed stems:

% ----------------------------------------------------
{
  \override Stem.stemlet-length = #0.75
  c'2~ c'4
  \override Stem.details.beamed-minimum-free-lengths = #'(5 5 5)
  c'8[
  b'16\rest
  c'16] |
  \revert Stem.details.beamed-minimum-free-lengths
  c'4
}
% ----------------------------------------------------

"stolen" from here:
http://lilypond.1069038.n5.nabble.com/enlarging-default-stem-length-tp144412p144431.html

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/add-stems-to-rests-under-a-beam-tp179313p179371.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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