Re: Align scores in markup

2015-08-14 Thread Michael Gerdau
> the custom function helps for readability and reuse of score snippets. Hmmlet's see. Your preferred version: %% \version "2.19.24" %= % WRITE SCORE % %= #(define-markup-command (writeScore layou

Re: Align scores in markup

2015-08-14 Thread Simon Albrecht
Am 14.08.2015 um 14:58 schrieb MarcM: 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 conci

Re: Align scores in markup

2015-08-14 Thread MarcM
7;' } \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 t

Re: Align scores in markup

2015-08-14 Thread Michael Gerdau
> this allows to have multiple small score snippets aligned. As Harm asked: What is the advantage of the custom function ? On my system the following code produces the same visual result: \version "2.19.24" \markup { "this should be aligned" \score { { c' d' e' } \layout { indent=0 } }

Re: Align scores in markup

2015-08-13 Thread MarcM
thanks. this allows to have multiple small score snippets aligned. -- View this message in context: http://lilypond.1069038.n5.nabble.com/Align-scores-in-markup-tp179568p179571.html Sent from the User mailing list archive at Nabble.com

Re: Align scores in markup

2015-08-13 Thread Thomas Morley
2015-08-14 3:32 GMT+02:00 Thomas Morley : > 2015-08-14 3:13 GMT+02:00 MarcM : >> I am using a custom markup command that allows inserting scores into markups. >> It works great except when one score uses high notes the scores are not >> aligned. >> >>

Re: Align scores in markup

2015-08-13 Thread Thomas Morley
2015-08-14 3:13 GMT+02:00 MarcM : > I am using a custom markup command that allows inserting scores into markups. > It works great except when one score uses high notes the scores are not > aligned. > > > > %==

Align scores in markup

2015-08-13 Thread MarcM
x27; e' #} "with this " \writeScore ##{ c'''' d'''' e'''' #} } -- View this message in context: http://lilypond.1069038.n5.nabble.com/Align-scores-in-markup-tp179568.html Sent from the User mailing list archiv