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 <ksnor...@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.tsan...@gmail.com
<mailto:ming.tsan...@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