lilypond-user
[Top][All Lists]
Advanced

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

Re: SOME DIFFICULTIES


From: Xavier Scheuer
Subject: Re: SOME DIFFICULTIES
Date: Thu, 10 Mar 2011 21:24:44 +0100

2011/3/10 Janek Warchoł <address@hidden>:
>
> Hi,
>
> [...]
>
> Perhaps \shiftOn is what you need. It is described in Notation
> Reference 1.5.2 -
> http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Multiple-voices#Collision-resolution

Agree.

A  \shiftOff  and a  \once \override NoteColumn #'force-hshift = #1.8
and there you go!

\version "2.13.53"

\include "italiano.ly"

\relative do' {
  <si red fad si^~>4
  <<
    { si'2.~ si4 } \\
    { dod,2. ~ dod4} \\
    { <mi>4 ~ <mi sol>2^~ \shiftOff <mi sol>4}
  >>
  <sol,_~ re'^~ sol>4
  <sol_~ re' fad>4
  <<
    { <sol mi'>4 } \\
    { \once \override NoteColumn #'force-hshift = #1.8 re'8 [ do8 ] }
  >>
  <<
    { <mi'_~ mi'>4 } \\
    { do''8 [ si8 ~ ] }
  >>
}


BTW, as you seem to be French, did you know we have a LilyPond French
Users mailing lists : address@hidden .  :)

There you can ask your questions in French (and replies in French too!).

Infos:  http://lists.gnu.org/mailman/listinfo/lilypond-user-fr
Archives:  http://lists.gnu.org/archive/html/lilypond-user-fr/
           http://lilypond-french-users.1298960.n2.nabble.com/

Cordialement,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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