lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3224 in lilypond: force-hshift has no effect with


From: lilypond
Subject: [Lilypond-auto] Issue 3224 in lilypond: force-hshift has no effect with a rest in a triplet
Date: Tue, 05 Mar 2013 09:39:10 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 3224 by address@hidden: force-hshift has no effect with a rest in a triplet
http://code.google.com/p/lilypond/issues/detail?id=3224

Eluze forwarded a report from the French users mailing list here:

http://lists.gnu.org/archive/html/bug-lilypond/2013-03/msg00021.html

as follows:

Pierre Perol-Schneider reports this problem on the French LilyPond forum:

shifting the rest in a triplet doesn't work

\version "2.17.11"

Aigu = {
        \time 3/4
        \key e \minor
        e'4 e' e' | %1
        e'4 e' e' | %2
        s4 %...
}
Medium = {
        \time 3/4
        \times 2/3 { a8\rest b g }
        \times 2/3 { a8\rest b g }
        \times 2/3 { a8\rest b g } | %1
        \times 2/3 { a8\rest b g }
        \times 2/3 { a8\rest b g }
        \times 2/3 { a8\rest b g } | %2
        s4 %...
}
Basse = {
        \stemDown
        \time 3/4
        \key e \minor
        e,2. | %1
        \once\override NoteColumn #'force-hshift = #-1
        e,2. | %2
        s4 %...
}
\score {
  <<
    \new Staff = "Partition" <<
        \clef "treble_8"
        \new Voice = "Aigu" { \voiceOne << \Aigu >> }
        \new Voice = "Medium" { \voiceTwo << \Medium >> }
        \new Voice = "Basse" { \voiceThree << \Basse >> }
    >>
  >>
  \layout { }
}

if instead of a8\rest in the Medium voice you have a real note, shifting is
perfect.

reading in Internals I found:

2.2.97 Rhythmic column engraver
Generate NoteColumn, an object that groups stems, note heads, and rests.

is this a bug with the documentation or rests or triplets?

Eluze


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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