lilypond-user
[Top][All Lists]
Advanced

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

RE: Colliding accidentals


From: Fairchild
Subject: RE: Colliding accidentals
Date: Sat, 28 Apr 2007 14:21:20 -0500

Vivian, Orm -

Maybe this will help:

%%%%%%%%%%%%

\score { \new Staff { \relative c'' {
\once \override Score.SeparationItem #'padding = #1
<<
\once \override Accidental #'extra-offset  = #'( -1.0 . 0.0 )
{aeh!8}\\{a!8}
>>}}}
\layout { ragged-right = ##t } 

%%%%%%%%%%%%

                                       - Bruce

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
Vivian Barty-Taylor
Sent: Friday, March 09, 2007 4:15 AM
To: address@hidden
Subject: Colliding accidentals


In the chord <d dis e> I would like both a natural and a sharp before the
two noteheads on the D line. However, this only prints a sharp and if I
force a natural ( <d! dis e> ) the two accidentals are printed on top of
each other. I've tried playing with AccidentalPlacement #'right-padding and
#'padding but nothing seems to have an affect. I have also tried using the
\tweak command.

Any suggestions? 

Thanks,
Vivian.

 ******************************

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
Orm Finnendahl
Sent: Monday, November 20, 2006 5:26 AM
To: address@hidden
Subject: colliding accidentals

Hi,

 where can I find documentation on how to avoid the collions of the
accidentals in the following example?

\version "2.10.0"

\score {
        \new Staff {
            \relative c' {
                <aeh! a!>8 
                << {aeh!8}\\{ a!8}>> 
            }
        }
        \layout {
            ragged-right = ##t
        }
    }

--
Orm


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






reply via email to

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