lilypond-user
[Top][All Lists]
Advanced

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

help with grace positioning


From: TaoCG
Subject: help with grace positioning
Date: Wed, 10 Oct 2012 00:49:56 -0700 (PDT)

I'm trying to typeset the following measure:
sf282.png <http://lilypond.1069038.n5.nabble.com/file/n134539/sf282.png>  

And that's the closest I got:
attempt.png <http://lilypond.1069038.n5.nabble.com/file/n134539/attempt.png>  

\version "2.16.0"

skipOnce =
{
  \once \override NoteColumn #'glissando-skip = ##t
  \once \override NoteHead #'transparent = ##t
}

\relative c''
{
  #(define afterGraceFraction (cons 1 5000))
  \times 2/3 { f8~ f4\glissando } \tupletDown
  \times 4/5 { \skipOnce e16 \afterGrace e4_( { e32[ f e])\glissando } }
\tupletNeutral
  \times 4/5 { \skipOnce f16 f4~ } f4~
}



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/help-with-grace-positioning-tp134539.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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