lilypond-user
[Top][All Lists]
Advanced

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

the greatness of LilyPond


From: Mark Polesky
Subject: the greatness of LilyPond
Date: Fri, 23 Jan 2009 22:35:40 -0800 (PST)

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
  }
  >>
}



      

Attachment: leapfrog.png
Description: PNG image


reply via email to

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