lilypond-user
[Top][All Lists]
Advanced

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

Re: Merging scores in one pdf


From: Valentin Villenave
Subject: Re: Merging scores in one pdf
Date: Wed, 11 Jul 2007 15:47:06 +0200

2007/7/11, sdfgsdhdshd <address@hidden>:

My initial question was: is it possible that the text after a score can be
nearer the score? i mean nearly touching the note heads.

Maybe you mean something like

\score {
        \new PianoStaff {
        \set PianoStaff.midiInstrument = #"acoustic grand"
        \set PianoStaff.instrumentName = #"Piano  "
                \time 4/4
                                <<
                \context Staff = "RH" {
                        \clef treble
                        \key c \major
                        \relative c' { c d e f
                        }
                }
                \context Staff = "LH" {       
                        \clef bass
                        \key c \major
                        \relative c {
               a2_\markup {
    \override #'(line-width . 60)
       \justify-string #"Lorem ipsum dolor sit amet consectetuer
adipiscing elit,
       sed diam nonummy nibh euismod tincidunt ut laoreet dolore
magna aliquam erat volutpat.
       Ut wisi enim ad minim veniam, quis nostrud exerci tation
ullamcorper suscipit lobortis
       nisl ut aliquip ex ea commodo consequat. Duis autem vel eum
iriure dolor in hendrerit
       in vulputate velit esse molestie consequat, vel illum dolore
eu feugiat nulla facilisis
       at vero eros et accumsan et iusto odio dignissim qui blandit
praesent luptatum zzril
       delenit augue duis dolore te feugait nulla facilisi."
         } d
                        }
                }
        >>
}

}




reply via email to

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