do you need more info or help to fix that ?

On May 14, 2011, at 6:49 PM, Marc Mouries wrote:

> 
> When a note is defined as an harmonic it creates a side effect on the 
> position of dynamics.
> In this example, when the note D is a normal note the ppp does not touch the 
> bar line however when it is an harmonic it does touch.
> 
> <PastedGraphic-1.png>
> 
> 
> 
> %% When a note is defined as an harmonic it creates a side effect on the 
> position of dynamics.
> %% In this example, when the note D is a normal note the ppp does not touch 
> the bar line however when it is an harmonic it does touch.
> \version "2.13.61"
> \language "english"
> 
> #(set-global-staff-size 24)
> 
> violinOne = \relative c'' { 
>        | d1
>        | d,1\ppp 
>        | <d\harmonic>1\ppp
> 
>    }
> violinTwo = { d'1 d'1 d'1}
> 
> \score {
>  \new StaffGroup <<
>    \new Staff << \violinOne >>
>    \new Staff << \violinTwo >>
>>> 
>  \layout { }
>  \midi { }
> }
> 
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to