lilypond-user
[Top][All Lists]
Advanced

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

Re: beams


From: SoundsFromSound
Subject: Re: beams
Date: Thu, 20 Dec 2012 14:20:06 -0800 (PST)

Hi there,

You can override the length of beams by using this approach:

http://lsr.dsi.unimi.it/LSR/Item?id=681

It may take a little tweaking, but perhaps this would work for you?

Ben

_____
\relative c'' {
  \override Stem #'(details beamed-lengths) = #'(2)
  a8[ a] a16[ a] a32[ a]
  \override Stem #'(details beamed-lengths) = #'(8 10 12)
  a8[ a] a16[ a] a32[ a] r8
  \override Stem #'(details beamed-lengths) = #'(8)
  a8[ a]
  \override Stem #'(details beamed-lengths) = #'(8.5)
  a8[ a]
  \revert Stem #'details
  a8[ a] a16[ a] a32[ a] r16
}
_____


Christopher Brooks wrote
> Any way to force beams to lie at a specific height (e.g. along middle line
> of a staff)?
> 
>  
> 
> Christopher Brooks
> 
> violinist
> 
> 925 Virginia Avenue
> 
> Lancaster, PA 17603
> 
> 717-291-9123

> cbrooks@

> 
>  
> 
> 
> _______________________________________________
> lilypond-user mailing list

> lilypond-user@

> https://lists.gnu.org/mailman/listinfo/lilypond-user





-----
composer | sound designer
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/beams-tp138173p138174.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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