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. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user