lilypond-user
[Top][All Lists]
Advanced

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

Re: Hello! Complicated newbie questions!


From: Markian Hlynka
Subject: Re: Hello! Complicated newbie questions!
Date: Tue, 8 Nov 2005 10:46:53 -0700


On Nov 5, 2005, at 6:32, Ishizaki wrote:

How about this ?
Maybe works for v2.6 series.


a little complicated to my eye, but works quite nicely, thank you, ありがとございました!!

Is 2.7 still an 'unstable' realease? Any idea when it will be stable? Or, should I just use it now anyway?

Thanks,

Markian


\version "2.7.12"

\relative c
\new Staff {
  \clef bass
  { c4 c c c f f e2
   d4 d c c b g << c2 \\ 
           \tiny 
           \once \override Stem #'transparent = ##t
           c,>> 
    g'4 e << {
      \override Stem #'transparent = ##t
      \override NoteHead #'extra-offset = #'(-0.3 . 0.0)
      c' b 
    } \\ { 
      \tiny
      \revert NoteHead #'extra-offset 
      \revert Stem #'transparent
      \override Stem #'lengths = #'(7.0  4.5)
      \stemUp
      c, b 
    } >>
  }
}


reply via email to

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