bug-lilypond
[Top][All Lists]
Advanced

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

Re: ppp on harmonics is too close to the bar line than normal notes


From: Marc Mouries
Subject: Re: ppp on harmonics is too close to the bar line than normal notes
Date: Tue, 17 May 2011 21:01:13 -0400

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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

[Prev in Thread] Current Thread [Next in Thread]