lilypond-devel
[Top][All Lists]
Advanced

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

Staccato dot collide with a line


From: Marco Gusy
Subject: Staccato dot collide with a line
Date: Thu, 26 Feb 2004 01:08:47 +0100
User-agent: KMail/1.6

% In the second note from the right ( a-. ) the staccato dot collides with
% rows extension (dash)

\version "2.1.26"
\paper  {
  linewidth = 200\pt
}
\score {
        \context Staff = violino { #(set-accidental-style 'modern)

                \notes  \relative c''' {
                        \override Slur 
                                #'attachment-offset = #'((0 . 1.1) . (0 . 1.1))
\stemDown g8-.-> f16(-. e-. d-. c-. b-. a-. g-. f-. e-. d-. c-. b-. a-. g)-.->
                        
                }
        }
}

% EOF





PNG image


reply via email to

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