the custom function helps for readability and reuse of score snippets.

\markup { 
  "this"  \score {  { c' d' e' } \layout { indent=0 } } 
         "should be aligned with this " \score {  { c'''' d'''' e'''' }
\layout { indent=0 } } 
} 

%% This is more concise and readable

musicA = { c'    d'    e'    } 
musicB = { c'''' d'''' e'''' } 
\markup { "this" \writeMusic ##{ \musicA #} "should be aligned with this "
\writeMusic ##{ \musicB #}}




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Align-scores-in-markup-tp179568p179600.html
Sent from the User mailing list archive at Nabble.com.

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

Reply via email to