lilypond-user
[Top][All Lists]
Advanced

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

Re: Accidental/natural on the same note in a polyphonic staff.


From: Pierre Perol-Schneider
Subject: Re: Accidental/natural on the same note in a polyphonic staff.
Date: Tue, 6 Sep 2016 08:45:55 +0200

Thanks Phil.

2016-09-05 15:31 GMT+02:00 Phil Holmes <address@hidden>:
https://sourceforge.net/p/testlilyissues/issues/1134/ ?

--
Phil Holmes
 
 
----- Original Message -----
Sent: Monday, September 05, 2016 1:30 PM
Subject: Accidental/natural on the same note in a polyphonic staff.

Here's the situation:

\version "2.18.2"
\relative c' {
  \omit TupletBracket
  \omit TupletNumber
  \tuplet 3/2 4 { r8 << { fis g } \\ { <c, f!> <c f> } >> }
}

%% My idea to get a readable score: =>
\relative c' {
  \omit TupletBracket
  \omit TupletNumber
  \tuplet 3/2 4 {
    r8
    <<
      {
        fis
        %% ugh, ugly hack:
        \tweak X-offset #2.1
        \tweak extra-offset #'(-2.1 . 0)
        g
      }
      \\
      {
        \once\override NoteColumn.force-hshift = #2.1
        <c, f>
        %% => j'imposerai le bécarre ici afin d'éviter
        %% l'espacement indésirable du silence :
        %% (natural sign placed here to avoid the rest misplacement)
        \once\override Accidental.extra-offset = #'(-2.8 . 0)
        <c f!>
      }
    >>
  }
}

Now I'm sure to have read something about this situation but I cannot find it...
(A much simpler solution).
Any help?

TIA, Cheers,
Pierre


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



reply via email to

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