lilypond-user
[Top][All Lists]
Advanced

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

Re: Moving notes re: text within markup


From: George_
Subject: Re: Moving notes re: text within markup
Date: Sun, 5 Aug 2012 02:49:43 -0700 (PDT)

Thanks for the reply!


-Eluze wrote:
> 
> please try to structure your code - the machine can read this code, but
> for humans this is very hard (and the result of the compilation doesn't
> change if it's written on one or more line(s) !
Sorry, I thought markups all had to be one line...


it could look like (only the 1st \score included):
> 
> myLayout = \layout { 
>   indent = 0 
>   \context {
>     \Staff
>     \remove "Time_signature_engraver"
>     \remove "Staff_symbol_engraver"
>     \remove "Clef_engraver" fontSize = #-3
>     \override StaffSymbol #'staff-space = #(magstep -3)
>     \override StaffSymbol #'thickness = #(magstep -3)
>   }
> }
> 
> \markuplist {
>   \justified-lines {
>     % \override-lines #'( line-width . 55 )
>     % \override #'( baseline-skip . 2.5 )
>     {...[text]...semiquavers and demisemiquavers are to be played in some
> such ways as
>       \vcenter
>       \score {
>         { \stemDown
>           d''16( f'') d''-. d''-.
>         }
>         \layout { \myLayout }
>       }
>       and...[more text]...
>     }
>   }
> }
> 
> hth
> Eluze
> 
Nothing's changed - was this supposed to fix my problem?

For clarification, this is what I have, formatted:

\markuplines {
    \vspace #2
    \justifiedlines
{ ...[text]...and demisemiquavers are to be played in some such ways as 
   \score { 
      { \stemDown d''16( d'') d''-. d''-. } 
      \layout {  
         \context { 
            \Staff 
            \remove "Time_signature_engraver"
            \remove "Staff_symbol_engraver"
            \remove "Clef_engraver" fontSize = #-3
            \override StaffSymbol #'staff-space = #(magstep -3)
            \override StaffSymbol #'thickness = #(magstep -3) 
         } 
      } 
   } and 
   \score {
      { d''32( d'' d'' d'') d''-. d''-. d''-. d''-. }
      \layout {
         \context {
            \Staff
            \remove "Time_signature_engraver"
            \remove "Staff_symbol_engraver"
            \remove "Clef_engraver" fontSize = #-3
            \override StaffSymbol #'staff-space = #(magstep -3)
            \override StaffSymbol #'thickness = #(magstep -3)
         }
      }
   } and...[more text]... }
}
-- 
View this message in context: 
http://old.nabble.com/Moving-notes-re%3A-text-within-markup-tp34256740p34257032.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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