Re: lilypond coding problem

2021-06-22 Thread Knute Snortum
On Tue, Jun 22, 2021 at 7:08 PM ming tsang wrote: > > I hit the wrong button that send the incomplete email > Now here is the continue email > > bar 123 is strange no \hideNotes coded yet requires \unHideNotes > bar 124 no \unHideNotes coded > bar 125 is strange also \unHideNotes before \hideNotes

Re: lilypond coding problem

2021-06-22 Thread ming tsang
I hit the wrong button that send the incomplete email Now here is the continue email bar 123 is strange no \hideNotes coded yet requires \unHideNotes bar 124 no \unHideNotes coded bar 125 is strange also \unHideNotes before \hideNotes bars 127,128,129 I use \once\hideNotes - it seems ok I will us

Re: lilypond coding problem

2021-06-22 Thread ming tsang
Dear Knute: Thank you for the reply. I had 35 bars that requires the \hideNotes: bars 16, 20, 21, 23, 25, 26 no \unHideNotes coded bar 40 requires \unHideNotes bar 42 no \unHideNotes coded bar 44 requires \unHideNotes bar 46 no \unHideNotes coded bar 51 requires \unHideNotes bars 52, 56, 57,59,60,

Re: lilypond coding problem

2021-06-22 Thread Knute Snortum
On Tue, Jun 22, 2021 at 3:13 AM ming tsang wrote: > > Dear Moinard and Knute > Thank you for the tips on \hideNotes and \unHideNotes. > I coded 35 bars using \hidesNotes, only 4 bars need the \unHideNotes. I > discovered this while coding. I have no idea. When I saw missing notes > (even thoug

Re: lilypond coding problem

2021-06-22 Thread ming tsang
Dear Moinard and Knute Thank you for the tips on \hideNotes and \unHideNotes. I coded 35 bars using \hidesNotes, only 4 bars need the \unHideNotes. I discovered this while coding. I have no idea. When I saw missing notes (even though I had coded in) I used \unHideNotes. Question: 1. Do \hideNote

Re: lilypond coding problem

2021-06-17 Thread Knute Snortum
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 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, fr

Re: lilypond coding problem

2021-06-17 Thread Jostle
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 ( \hideNot

Re: lilypond coding problem

2021-06-16 Thread fremoin
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:

Re: lilypond coding problem

2021-06-16 Thread ming tsang
Thank you Knute. Sent from my iPhone > On Jun 16, 2021, at 2:03 PM, Knute Snortum 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 wrote: >> Origi