certainly a wonderful snippet - however I think you'll not want columns with
the same width

here is another solution:

\markup \line {
  \column {
    \score {
      \new Staff \with {
        \remove Bar_engraver
        \remove "Time_signature_engraver"
      } \demo_treble
      \layout {
        indent = 0
        ragged-right = ##f
        line-width = #120
      }
    }
  }
  \hspace #3
  \override #'(baseline-skip . 1.8)
  \override #'(line-width . 12)
  \box \wordwrap {fill in the notes for each letter name !}
}

hth
Eluze


chiffonMyst wrote
> Thats a great snippet! I guess I'm not quite sure how to implement it... I
> get the part about aligning the text but how would you suggest I include a
> \score into a column and then text into another?





--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Text-formatting-question-tp146981p146992.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to