lilypond-user
[Top][All Lists]
Advanced

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

Re: Beam position override flips notehead


From: Nick Payne
Subject: Re: Beam position override flips notehead
Date: Fri, 25 May 2012 13:34:37 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

On 25/05/12 13:20, J Ruiz wrote:
I wish to manually override the position of a beam, but Lily insists on flipping the direction of a notehead.
Any ideas on how to avoid this?
Thx, Javier
________________________
 
\version "2.14.2"
\score {
 \new Staff
 \relative c'{
     \once \override Beam #'positions = #'(-0.9 . -1.6 )
     c8[ c']
 }
 \layout {
       ragged-right = ##t
     }
}

 \relative c'{
     \once \override Beam #'positions = #'(-0.9 . -1.6 )
     c8[ \once \override Stem #'direction = #DOWN c']
 }


reply via email to

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