lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond coding problem


From: Jostle
Subject: Re: lilypond coding problem
Date: Thu, 17 Jun 2021 23:28:41 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

Nice one Frédéric,

That will work for the score output,  but will mess with MIDI output if it is needed.

jostle


On 17/6/21 3:27 pm, fremoin wrote:
Hello,

For the slurs, another hack :

\version "2.23.2"

{
   \time 3/4
  \clef bass
  <<
    {  r8 d [ b d ] }
    \\
    { g,2*3/4 ( \hideNotes d8 ) }
  >>
  < f,? d g>4
}

hth,
Frédéric

Le 16/06/2021 à 23:23, ming tsang a écrit :
Thank you Knute.

Sent from my iPhone

On Jun 16, 2021, at 2:03 PM, Knute Snortum <ksnortum@gmail.com> wrote:


I think force-hshift is what you're looking for:

\once \override NoteColumn.force-hshift = 1.5 a4

--
Knute Snortum



On Wed, Jun 16, 2021 at 8:56 AM ming tsang <ming.tsang94@gmail.com <mailto:ming.tsang94@gmail.com>> wrote:

    Original score
    <image.png>

    --
    test_a lilypond score
    <image.png>

    Dear lily ponders,
    I have a hard time coding as close as to the original.
    Bar 1:  is it possible to move "a4" to the right side as the original.
    Bar 5: is it possible to move "g4" to the right as the original.

      Bar 1,2,4&5 bass clef:  how to code slur as the original.

    Here is the lilycode:

    Thank you for the help.
    ming (lyndon) tsang







reply via email to

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