lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond coding problem


From: Knute Snortum
Subject: Re: lilypond coding problem
Date: Thu, 17 Jun 2021 06:39:25 -0700

You can always use tags to get the score and midi output to be what you want.

--
Knute Snortum


On Thu, Jun 17, 2021 at 6:29 AM Jostle <jostle@jostlesoft.com> wrote:
>
> 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]