lilypond-user
[Top][All Lists]
Advanced

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

Re: Horizontally aligning mixed articulations in /improvisationOn mode


From: Viktor Mastoridis
Subject: Re: Horizontally aligning mixed articulations in /improvisationOn mode
Date: Thu, 17 Nov 2022 14:45:39 +0000

This is controlled by the toward-stem-shift and
toward-stem-shift-in-column properties. Try

\version "2.22.2"

{
  \time 2/4
  \improvisationOn \repeat unfold 2 { a'4^\staccato}
  \repeat unfold 2 { a'4^\upbow}
  \repeat unfold 2 { a'4\upbow^\staccato}
  \override Script.toward-stem-shift = 1.0
  \override Script.toward-stem-shift-in-column = 1.0
  \repeat unfold 2 { a'4\upbow^\staccato}
}

This is sooo elegant and beautiful:-)
Thank you very much.  

reply via email to

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