lilypond-user
[Top][All Lists]
Advanced

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

Re: Align scores in markup


From: MarcM
Subject: Re: Align scores in markup
Date: Fri, 14 Aug 2015 05:58:34 -0700 (MST)

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.



reply via email to

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