lilypond-user
[Top][All Lists]
Advanced

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

Re: the greatness of LilyPond


From: Jonathan Kulp
Subject: Re: the greatness of LilyPond
Date: Sat, 24 Jan 2009 06:17:40 -0600
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Nice! I didn't know that but am glad to know now. You should put this in the LSR. I'm adding it to my personal collection of snippets. :)

Jon

Mark Polesky wrote:
Did you know that LilyPond can draw cross-staff
kneed beams from one staff to another, even if
there's another staff in the way? Did you know
that if you blank out the staff that's in the
way, the beam centers itself perfectly where the
other staff would've been? Do you know how happy
I was when this worked EXACTLY as I wished on the
FIRST try? No \overrides, no VerticalAxisGroup
stuff... Awesome.

- Mark


\version "2.12.1"
\score {
  \new StaffGroup
  <<
  \new Staff = "A" { d''1 s d'' }
  \new Staff = "B" { b'1 \stopStaff s \startStaff b' }
  \new Staff = "C" \relative g' {
    g1 g8[ \change Staff = "A" b d b] \change Staff = "C" g2 g1
  }
  >>
}



--
Jonathan Kulp
http://www.jonathankulp.com




reply via email to

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