lilypond-user
[Top][All Lists]
Advanced

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

Accent vs. slur


From: Palmer, Ralph
Subject: Accent vs. slur
Date: Fri, 21 Jul 2006 16:53:41 -0400

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
address@hidden


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




reply via email to

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