James E. Bailey wrote:
On 01.10.2009, at 16:50, Federico Bruni wrote:
I wonder also if it's possible to put some text on the right side of a
short and not ragged staff.
I'd like to add a description to each effect (see attached .pdf).
I don't know if it will work with what you're doing, but you may want to
try having the music in a markup block. Then, adding text on the right
is very easy.
James E. Bailey
I can't find how to put the music in a markup block..
Could you give me a hint?
Please find attached a minimal example.
Thanks,
Federico
--
http://www.gnurag.net/blog/
\version "2.13.4"
%\include "hp.ly"
#(set-global-staff-size 22.45)
\header {
title = "Legenda"
}
\paper {
indent = 0
line-width = 160\mm
after-title-spacing = #'((space . 5))
before-title-spacing = #'((space . 13))
top-title-spacing = #'((space . 5))
between-title-spacing = #'((space . 15))
}
\markup { \bold \huge "Hammer-On" }
\score {
\new StaffGroup <<
\new Staff { \clef "G_8" s2 c'4 ( d' ) }
\new TabStaff { \clef "moderntab" s2 c'4 ( d' ) }
>>
}
\markup { \bold \huge "Pull-Off" }
\score {
\new StaffGroup <<
\new Staff { \clef "G_8" s2 d'4 ( c' ) }
\new TabStaff { \clef "moderntab" s2 d'4 ( c' ) }
>>
}_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user