lilypond-user
[Top][All Lists]
Advanced

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

Re: How to shift stem from one side of a note to the other side


From: Pierre Perol-Schneider
Subject: Re: How to shift stem from one side of a note to the other side
Date: Sat, 2 Jan 2016 10:59:17 +0100

Hi,

Here's a fairly simple hack:

\version "2.19.32"

\new Staff {
  R1
  <<
    \new Voice = "1" {
      \voiceOne
      g'2 <e' \tweak duration-log #1 f'>4*2
    }
    \new Voice = "2" {
      \voiceTwo
      e'2  <e' b>4~ <dis' b>
    }
  >>
  R1
}

Cheers,
Pierre

2016-01-01 2:16 GMT+01:00 Andrew Bernard <address@hidden>:
Hi Cynthia,

If you remove all the overrides and leave it as is you get a more legible effect in my view. As Keiran says, the example you show is a strange engaving choice. In general it’s better to avoid stems on the other side in this particular sort of case unless there are strong musical and graphical reasons for it. For simple polyphony, this just looks confusing to the player. This is fine:

\version "2.19.32"

\new Staff {
  R1
  <<
    \new Voice = "1" {
      \voiceOne
      g'2 f'
    }
    \new Voice = "2" {
      \voiceTwo
      e’2 <e' b>4~ <dis' b>
    }
  >>
  R1
}


If you do want to do it, there is a more generalised solution for moving noteheads in relation to the stem at LSR:

http://lsr.di.unimi.it/LSR/Item?id=861

Andrew


_______________________________________________
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]