lilypond-user
[Top][All Lists]
Advanced

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

Re: How to shorten a tail on an eighth note?


From: Malte Meyn
Subject: Re: How to shorten a tail on an eighth note?
Date: Sat, 8 Apr 2017 18:49:53 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0


Am 08.04.2017 um 18:45 schrieb Malte Meyn:
> But I haven’t found a satisfying solution so maybe scaling
> the flag, changing horizontal spacing (force-hshift) and different stem
> lengths will give a good solution.

My suggestion:

rightOne = \relative c'' {
  \global
  \once \override Flag.stencil =
  #(lambda (grob) (ly:stencil-scale (ly:flag::print grob) 0.7 0.9))
  c8 s4.|
}

rightTwo = \relative c'' {
  \global
  \stemUp \shiftOn
  \once \override NoteColumn.force-hshift = 0.65
  g8 s4. |
}



reply via email to

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