RE: positioning a natural

2020-01-03 Thread Mark Stephen Mrotek
Malte Meyn,

Perfect! Thank you.
I am so fortunate to have people who can help me with the finer points of
Lilypond

Mark

-Original Message-
From: lilypond-user
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of
Malte Meyn
Sent: Thursday, January 02, 2020 10:59 PM
To: lilypond-user@gnu.org
Subject: Re: positioning a natural



Am 03.01.20 um 06:55 schrieb Mark Stephen Mrotek:
> Hello All,
> 
> In the following the natural should be associated with the a4.
> 
> Any suggestions/corrections welcome.

How about this?

\version "2.19.83"
\relative c'' {

   <<
 {
   ais8 ([b])
 } \\ {
   \once \override NoteColumn.force-hshift = #2.2
   \once \override Accidental.X-extent = #'(1 . 0)
   \once \override Accidental.extra-offset = #'(3 . 0)
   a!4
 }
   >>

}




Re: positioning a natural

2020-01-02 Thread Malte Meyn




Am 03.01.20 um 06:55 schrieb Mark Stephen Mrotek:

Hello All,

In the following the natural should be associated with the a4.

Any suggestions/corrections welcome.


How about this?

\version "2.19.83"
\relative c'' {

  <<
{
  ais8 ([b])
} \\ {
  \once \override NoteColumn.force-hshift = #2.2
  \once \override Accidental.X-extent = #'(1 . 0)
  \once \override Accidental.extra-offset = #'(3 . 0)
  a!4
}
  >>

}



positioning a natural

2020-01-02 Thread Mark Stephen Mrotek
Hello All,

 

In the following the natural should be associated with the a4.

Any suggestions/corrections welcome.

 

Thank you for your kind attention.

 

Mark

 

\version "2.19.83"

 

\relative c'' {

  <<{ais8 ([b])}\\

 {\once \override NoteColumn #'force-hshift = #1

 a!4}>>

}