lilypond-user
[Top][All Lists]
Advanced

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

Re: Beam slope tweaking


From: Víctor
Subject: Re: Beam slope tweaking
Date: Wed, 28 Jan 2015 13:56:17 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Thank you very much, this fixed my issue.


El 28/01/15 a las 13:47, Thomas Morley escibió:
\score {
   \new Staff {
     \autoBeamOff
     \override Beam.damping = #0
     \override Stem.no-stem-extend = ##t
     \relative c' {
       c8[^"sloped beam" d e f]
       g,[^"non sloped beam" a b c]
       c'[ b a g] f[ e d c]
       c[ e g c] c[ g e c]
     }
   }
}




reply via email to

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