________________________________________
From: lilypond-user-bounces+james.lowe=datacore....@gnu.org 
[lilypond-user-bounces+james.lowe=datacore....@gnu.org] on behalf of Ole 
Schmidt [m...@oleschmidt.info]
Sent: 11 February 2011 04:31
To: Lilypond-user
Subject: Snippet does not work anymore

Dear List,

Why does the following snippet do not work anymore (with LP 2.13.35)?

It should look like this:

---

For those that had trouble actually finding what the .ly code was..

%%%%%%%%%%%%% CODE %%%%%%%%%%%%%%%%%%%%%%
\markup { { \score {\new Staff \with {
\remove "Time_signature_engraver"
\remove "Clef_engraver"  
\remove "Staff_symbol_engraver"
} {
d'8[ d']
} \layout { ragged-right = ##t indent = 0} } \lower #3 {  "=" }
\score {\new Staff \with { 
\remove "Time_signature_engraver"
\remove "Clef_engraver"  
\remove "Staff_symbol_engraver" 

} {
\times 2/3 { d'4 d'8 }
} \layout { ragged-right = ##t indent = 0}  }

}
} 

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to