Greetings -

(LilyPond Version 2.8.4.1
Windows XP SP2)

In the following snippet, I'd like to move the accents that are touching
the slurs upwards, without moving the slurs, in order to make the score
more clear. I figured out how to move both the accent and the slur, but
I get errors when I try to move just the slur. Can someone please help
me with the syntax or the command?

Thanks,

Ralph
+++++++++++++++++++++++++
Ralph Palmer
Energy/Administrative Coordinator
Keene State College
Keene, NH 03435-2502
Phone: 603-358-2230
Cell: 603-209-2903
Fax: 603-358-2456
[EMAIL PROTECTED]


Snippet
%%%%%%%%%%%%%%%%%%

\version "2.8.4.1"
\header {
        
        }


Music = {
        \clef treble
        \key c \major
        \time 4/4
        \once \override TextScript #'padding = #2.0
        r16_\markup { \italic { "a tempo" } } a'[( f''8->]) r16 a''[(
d'''8->]) r16 a'[( dis''8->]) r16 a'([ dis''8->]) |
        \time 3/4
        e''8-> r r4 r \bar "||"
        } 

\score {
        \Music
        }

%%%%%%%%%%%%%%%%%%%5


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to